/*
 *************************************
 Anderson-Sheppard.co.uk
 Developed by Adam Jones - www.adam-jones-websites.net
	
 CSS File - MAIN CSS Design
  
 Created: 13/2/09
 Updated: 

 *************************************
*/

body, html{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	
	border:0px;
	margin:0px;
	
	background-color:#180000;
	color:#FFFFFF;
}
A {
	text-decoration: none;
	color:#FFFFFF;
	outline:0;	/* important for hiding dots! */
	font-size:11px;
}
A:hover	{
	text-decoration: none;
	color:#CCC;
	font-size:11px;
}

img {
	border:0px;
}


#menu2 {
	color:#666;
	font-size:11px;
	
}

#outerbox {
	min-width:100%;
	width:100%;
	margin:auto; /*border:1px solid blue;*/
	display: table; 
}

#innerbox {
	/* the outermost of inner boxes contains last part of bg design which wraps */
	display: table; 
	
	width:735px;
	height:auto;
	
	position:absolute;
	left: 50%;
	
	margin-left: -367px;
	
	top: 50%;
	margin-top: -250px;
	vertical-align: middle;
}
#innerbox2 {
	margin: 0px auto;
	position: relative;
}

#header {
	width:735px;
	text-align:right;
}
#mainimg {
	width:735px;
	height:346px;
}
#menu1 {
	padding-top:14px;
	text-align:center;
}
#menu1 a{
	
	padding-left:18px;
	padding-right:18px;
}
#menu2 {
	padding-top:20px;
	padding-bottom:6px;
	text-align:center;
}
#menu2 a{
	padding-left:13px;
	padding-right:13px;
}
#maincopy {
	padding:16px;
	padding-bottom:50px;
	
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	line-height: 18px;
}
#maincopy a{
	color:#999;
	
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}


#footer {
	text-align:center;
	position:fixed; 
	
	bottom: 0px; 
	z-index: 1; 
	width:100%;
	
	padding-bottom:5px;
	background-color:#180000;
}



.menubtn {
	padding-right:2px;
}


.submenu A{
	font-size:14px;
	
}
.submenu a:hover {
	color:#396;
	
}

.subselected {
	color:#8F8F8F;
}


#menu1mobile {
	display:none;
}

