@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	height:100%;
}
p {
	margin-bottom:7px;	
	margin-top:5x;	
}
a {
	outline:none;
}
img {
	border:none;
}
strong {
	
}
body {
	font: 13px Calibri, Arial, Helvetica, sans-serif;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	color:#5a5a5a;
}
#frame {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(img/menu-gb.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#header {
	background-image:url(img/header-bg.jpg);
	background-repeat:repeat-x;
	color:#000;
	height: 125px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header strong {
	color:#c71f1f;
}
#header a {
	text-decoration:none;
	color:#000;
}
#header a:hover {
	text-decoration:underline;
}
#menu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 28px;
	background-image: url(img/menu-bg.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	padding-top: 11px;
	text-transform: uppercase;
}
#menu ul {
	list-style-type:none;
}
#menu ul li {
	float:left;
	padding-right: 10px;
	padding-left: 10px;
}
#menu a {
	text-decoration:none;
	color:#FFF;
}
#menu a:hover {
	color: #444;
}
#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#header h1 {
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#logo {
	height:40px;
	width:210px;
	float:left;
	margin-top: 42px;
}
#header h1 a {
	display:block;
	height:40px;
	width:210px;
}
#text {
	float:right;
	width:250px;
	text-align:right;
	margin-top: 25px;
	font-size: 120%;
}
#footer {
	color:#444444;
}
#footer a {
	color:#444444;
	font-weight:bold;
}
#footer a:hover {
	text-decoration:underline;
}
#footer ul {
	list-style-type:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#footer ul li {
	float:left;
	padding-right: 10px;
	
}
#content {
	padding-top:25px;
}
#content #leftcontent{
    position: relative;
    float: left;
    width: 400px;
    
}
#content #rightcontent{
    position: relative;
    float: right;
    width: 400px;
}
#rightcontent form p.basic{
    display: block;
    margin: 2px;
    padding: 0;
    clear: both;
}
#rightcontent form p.small{
    float: left;
    margin: 2px 10px 2px 2px;
    position: relative;
}
#rightcontent form p.small input{
   width: 185px;
}
#rightcontent form label{
    display: block;
    height: 18px;
    position: relative;
    width: 180px;
}
#rightcontent form input{
    display: block;
    height: 18px;
    position: relative;
    width: 384px;
}
#rightcontent form button{
    display: block;
    float: right;
    height: 30px;
    margin: 9px;
    position: relative;
    width: 100px;
    cursor: pointer;
}
#leftBox {
	width:225px;
	background-color:#efefef;
	float:left;
	margin-left:25px;
	margin-right:25px;
}
#aboutUs {
	margin-bottom:30px;
}
#aboutUs h2 {
	background-color:#dcdbdb;
	background-image:url(img/arrow.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:26px;
	display:block;
	color:#393939;
	padding-left:7px;
}
#aboutUs .text, #services .text {
	padding-left:5px;
	padding-right:5px;
}
#services h2 {
	background-color:#dcdbdb;
	background-image:url(img/arrow.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	height:26px;
	display:block;
	color:#393939;
	padding-left:7px;
}
#services ul {
	list-style-type:none;
}
#services ul li:before {
	font-weight:bold;
	color:#db3636;
	content:">>   ";
	
}
#rightBox {
	width:600px;	
	float:left;
}
#welcome {
	background-image:url(img/aerial.jpg);
	width:190px;
	height:100px;
	padding-top: 90px;
	padding-right: 390px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #FFF;
	margin-bottom:25px;
}
#latest {
	width:600px;
	height:330px;
	background-color:#efefef;
}
#latest ul {
	list-style-type:none;
	width:100%;
	background-image:url(img/menu-bg.jpg);
	background-repeat:repeat-x;
}
#latest ul li {
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	height:27px;
}
#latest ul li a {
	color:#FFF;
}
#latest #selected {
	background-color:#efefef;
}
#latest #selected a {
	color:#444444;
}
#breakingBox ul {
	list-style-type:none;
}
#breakingBox ul li {
	float:left;
	text-align:center;
	border: 1px dashed #999;
	height:130px;
}
#breakingBox ul li:hover {
	border: 1px dashed #F00;
}
#breakingBox ul li a {
	height:95px;
	width:95px;
	display:block;
}
#breakers {
	list-style-type:none;
}
#breakers li {
	height:130px;
	width:700px;
	margin-bottom: 10px;	
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#breakers .header {
	height:25px;
	color: #FFF;
	background-image: url(img/menu-bg.jpg);
	background-repeat: repeat-x;
	padding-left:7px;
	display:block;
	font-size:150%;
	font-weight:bold;
}
#breakers .price {
	width:100px;
	float:right;
	margin-right:120px;
	margin-top:35px;
	font-size: 125%;
	color: #F00;
}
#breakers .repeatbg {
	background-repeat:no-repeat;
	background-position:right bottom;
	height: 130px;
	width: 700px;
	display:block;
}
#breakers .text {
	margin-left:7px;
	display:block;
}
/* Form Stuff */
# form {
	
}
#formScrap {
	background-color: #CCC;
	float: right;
	width: 350px;
	text-align: left;
}
.formRow {
	padding: 3px;	
}
.formHelp {
	margin: 0px;
	text-align: right;
	color: #666;
}
.error label {
	color: #ff0000;
}
.error input {
	background-color: #FCC;	
}
.formRow label {
	width: 150px;
	font-weight: bold;
	float: left;
	margin-right: 15px;
	padding-top: 3px;
	text-align: left;
	}
.formRow select {
	width: 220px;	
}
.formRow input {
	width: 300px;	
}
.formRow textarea {
	width: 305px;
	height: 120px;
}
.formSubmitRow {
	text-align: right;
	padding: 10px 20px;
}
#map, #pano {
	clear:both;
}
#fragment-1 ul li, #fragment-2 ul li, #fragment-3 ul li, #fragment-4 ul li {
	float:left;
	width:255px;
	height:120px;
	margin-bottom:4px;
}
#fragment-1 img, #fragment-2 img, #fragment-3 img, #fragment-4 img {
	border: 2px solid #a49e9e;
	margin-right:5px;
}
#fragment-1 strong, #fragment-2 strong, #fragment-3 strong, #fragment-4 strong {
	color:#c71f1f;
}
#slidePhotos {
	font-weight:bold;
	float:right; 
	width:150px; 
	text-align:center; 
	padding-top:4px;
}
#slidePhotos a {
	color:#FFF;
	text-decoration:none;
}
#slidePhotos a:hover {
	text-decoration:underline;
}
.photoHide {
	display:none;
}
