body {
	background-image: url(../images/background.jpg); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #e7e7e8; /** Website BG colour (matches canvas colour in Step 1) **/
	margin: 0px; 
	padding:0px;
	font-family:Avant Garde Md BT, Avant Garde, Avantgarde, Century Gothic;
	font-size: 13px;
	font-weight: normal;
}

#container {
	width: 850px;
	margin: 0 auto;
	text-align: center;
} 
#page_top{
	width: 850px;
	margin-top:50px;
	font-family:Avant Garde Md BT, Avant Garde, Avantgarde, Century Gothic;
	font-size: 15px;
	color: #a7a9ac;
}
#page_top_left{
	float:left;
	margin-left:50px;
	text-align:left;
}
#page_top_right{
	float:right;
	margin-right:50px;
}
.headerlocation {
	background:#e7e7e8;
 	padding-right: 10px;
	padding-bottom:3px;
	padding-top:3px;
	margin:40px 50px 50px 50px;
	color:#a7a9ac;
	text-align:right;
}
#content{
	margin-left:50px;
	margin-right:50px;
}
#menu{
	float:left;
	text-align:left;
}
#page_right{
	float:right;
}
#footer{
	text-align:center;
	margin-top:30px;
	margin-bottom:5px;
}
/*siteboards pages*/	
#siteboards_text{ 
	float:left; 
	margin-right:28px;
}
#siteboards_slideshow{
	float:left;
}
#siteboard_info{
	text-align:center;
	width:545px;
}
.orderbtn{
	padding-left:247px;
}
.siteboard_img{
	margin-left:35px;
}
.siteboard_details_img{
	margin-left:14px;
}
.siteboard_details_img2{
	margin-left:24px;
}
.siteboard_details_text{
	margin-left:-15px;
}
.siteboard_form_success{
	text-align:center;
	margin-right:30px;
}
/*contact us pages*/
.map{
	float:right;
	margin-right:-2px;
	margin-left:44px;
}
#contact_left{
	float:left;
}
/*forms*/
.inputs 
{
 width:343px;
 height:32px;
 font-size: 16px;
 font-weight:normal;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
  space: 0px;
}
textarea 
{
 width:342px;
 height:110px;
  font-size: 16px;
  font-weight:normal;
  border-spacing: 0px;
  margin: 0px;
  padding: 0px;
  space: 0px;
}
label {
    float: left;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
li {
	margin:0;
	padding:0;
    overflow: hidden;
    display: inline-block; /* gives layout for IE float clearing */
	list-style-type: none;
}
li { 
	display: block; 
}
.form_dropdowns{
	 width:475px; 
	 height:30px; 
	 background-color:#a7a9ac;
}
.dropdown_quantity{
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	width:46px;
}
.dropdown_size{
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;	
	font-weight:normal;	
	width:86px;
}
.dropdown_material{
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	width:85px;
}
.include_form{
	text-align:left;
	margin-right:10px;
}
.include_form img{
	margin-bottom:17px;
	border:0;
}
.include_form2{
	text-align:left;
	margin-right:40px;
}
.include_form2 img{
	margin-bottom:17px;
	border:0;
}
.file_input_textbox{
	float: left;
	 width:240px;
	height:32px;
	font-size: 16px;
	font-weight:normal;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	space: 0px;
}

.file_input_div{
	position: relative; 
	width: 100px; 
	height: 42px; 
	overflow: hidden;
	cursor:pointer;cursor:hand;
}

.file_input_button{
	cursor:pointer;cursor:hand;
	width: 100px; 
	height:36px;
	position: absolute; 
	top: 0px;
	background-image:url(../images/form_choose-file.gif);
	background-color: #a7a9ac;
	border:0;
	
}
.file_input_hidden{	
	cursor:pointer;cursor:hand;
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}
.submit_btn{
	margin-left:305px;
	margin-top:15px;
}
.siteboard_submit_btn1{
	margin-left:127px;
	margin-right:8px;
}
.siteboard_submit_btn1{
	float:left;
}
/*forms end*/


