/* ADD BACKGROUND IMAGE TO MAIN CONTENT DIV!!!!!!! */
body {
background-color: #F5F5F5;
margin-top: -12px;
font-size: 11px;
font-family: Verdana, sans-serif;
color: #000000;
	padding: 0;
}

a:link {color:#00457E; text-decoration: underline;}
a:visited {color:#00457E; text-decoration: underline;}
a:hover {color:#F48221; text-decoration: underline;}


#backdrop {
background-image:url(../images/content_bg.gif);
background-repeat:repeat-y;
}

#photo1, #photo2, #photo3, #photo4, #photo5, #photo6, #photo7,#photo8, #photo9, #photo10 {
margin-left: 10px;
margin-right: -10px;
border:1px solid #010000;
}

#menubricks{
padding: 0;
width: 100%;
border-top: 5px solid #010000; /*Brown color theme*/ 
background: transparent;

position: absolute;top:153px; left:0px;
overflow: hidden;
margin: 0;
z-index:50;
}

#menubricks ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#menubricks li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#menubricks a{
float: left;
display: block;
color: #010000;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color:#F48221; /*Brown color theme*/ 
border-top: 1px solid white;
}

#menubricks a:hover{
background-color: #FEF102; /*Brown color theme*/ 
color: #010000;
}

#menubricks #current a{ /*currently selected tab*/
background-color: #010000; /*Brown color theme*/ 
color: white;
border-color: #010000; /*Brown color theme*/ 
}

/* form contact us */
form {
width:250px;
 height:auto; 
text-align:right;
vertical-align:top;
padding:3px 5px 3px 5px;
margin: 5px 25px 0px 0px;
border:1px solid #010000;
}

form br { 
   clear: left;
}

form label { 
cursor:pointer;
vertical-align:top;
float:left;
width: 250px;
}

form .text_inp {
font-size: 12px; 
margin: 0px;
color: #000000;
font-family: Courier New, Courier New, Courier6, monospace; /* leave as different to rest of site */ 
background-color:#F5F5F5;
border:1px solid #010000;
width:170px;
height:14px;
vertical-align:text-top;
padding-top:0px;
margin-bottom: 8px;
clear: left;
}

form .text_area {
font-size: 12px; 
color: #000000;
 font-family: Courier New, Courier New, Courier6, monospace; /* leave as different to rest of site */ 
margin-bottom: 8px;
width:170px;
background-color:#F5F5F5;
border:1px solid #010000;
height: 50px;
white-space:normal;
overflow: hidden;
vertical-align:top;
padding-top: 0px;
margin-bottom: 8px;
text-align: left;
}

form .sbm_butt {
cursor:pointer;
background-color:#F48221;
font-size: 12px; 
margin: 0px;
color:#010000;

float:right;
border:solid 1px #010000;
}

form .sbm_butt:hover {
color:#010000;
background-color:#FEF102;
text-decoration: none;
}

#topcontact{
color:#FFFFFF;
}

#topcontact a:link {color:#ffffff; text-decoration: underline;}
#topcontact a:visited {color:#ffffff; text-decoration: underline;}
#topcontact a:hover {color:#F48221; text-decoration: underline;}
