/*Only 3 Colours used, to change do a simple find and replace
   Red (BG, Links, H1): #223344
   Black (hover): #000000
   White (Navingation Bars): #ffffff
   Dark Grey (Main Text): #333333
*/

body {
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	background-image: url(images/bg.jpg);
}
p a:link, p a:visited {
	font-weight: bold;
	color: #101A24;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#mycontainer {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
	height: auto;
	background-color: #fff;
}

/*Topbar Styles*/
#mytopbar {
	position: relative;
	left:0px;
	top:0px;
	height: 178px;
	width: 1000px;
}




/*Main Styles*/
#mymain {
	position: relative;
	left:0px;
	top:0px;
	height:auto;
	width: 1000px;
	margin: 0px;
	float: left;
	background-color: #223343;
}


#leftside-address  {
	position: relative;
	left:0px;
	top:0px;
	height: 582px;
	width: 200px;
	color: #E9EBED;
	float:left;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	background-color: #223343;
}
#leftside-address  p  {
	width: 169px;
	margin: 0 0 5px 10px;
	font-size: 12px;
	text-align: right;
	
}
#leftside-address h3 {font-size:16px;letter-spacing:-1px; color:#5cbfeb;margin: 12px 20px 7px 10px;text-align:right;}

#nav
{
	
	position:relative;
	left:-15px;
	top:20px;
	width:169px;
	height:auto;
	z-index:2;
	list-style-type:none;
	margin: 0 0 10 0;
	

}
#nav ul, #nav li
{
	list-style-type:none;
	
	}


/* First Level Links */

#nav li a {
	
	background: url(images/buttonsoff.gif) no-repeat top right;
	color:#133C64;
	display:block;
	height:20px;
	text-align:right;
	text-decoration:none;
	width:169px;
	margin: 8px 0px 0px 0px;
	padding: 4px 20px 2px 5px;
	font-size: 12px;
	font-weight:bold;
}

#nav li a:hover
{
	background: url(images/buttonson.gif) no-repeat top right;
    color: #fff;
    display: block; 
	position:relative;
	font-weight:bold;
}



#animation-holder {
	float:left;
	position: relative;
	left:5px;
	top:12px;
	height: 270px;
	width: 785px;
	background-color: #fff;
	padding: 0px;
	
}

#anim{
	float:left;
	position: relative;
	left:10px;
	top:10px;
	height: 245px;
	width: 765px;
	}
	
	
#maintext {
	float:left;
	position: relative;
	left:5px;
	top:0px;
	background-color:#E9EBED;
	color:#101A24;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:auto;
	padding:0;
	width:785px;
}
#maintext p{
	margin-left:11px;
	margin-top:0px;
}
.mainh1 {
	font-size: 14px;
	font-weight: bold;
	margin-left:11px;
	color: #101A24;

}




/*Footer Styles*/
#myfooter {
	float:left;
	position: relative;
	left:0px;
	top:0px;
	background: url(images/footer.gif) no-repeat;
	height: 32px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#addressbarbot {
	float:left;
	position: relative;
	left:10px;
	top:10px;
	color:#B87C0E;
	font-size:13px;
	text-align:left;
	width:520px;
}


#navbarbot {
	float:left;
	position: relative;
	font-size:13px;
	left:20px;
	top:10px;
	text-align: right;
	width:440px;
}
#navbot, #navbot ul {
     padding: 0;
     margin: 0;
     list-style: none;
     line-height: 1;}

#navbot li {
	float: right;
}

#navbot li a {
	color:#B57D0C;font-weight:bold;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 6px;
}	
	
#navbot li a:hover {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
	padding-left: 4px;
	padding-right: 6px;
}


#featuredholder {
	float:right;
	padding-top:0px;
	background-image:url(images/featured.gif);
	background-repeat:no-repeat;
	width:225px;
	height:275px;
	margin-top: -25px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-left: 5px;
}
	



#leftside-address a {
	margin-left: 0px;
	margin-top: 0px;
}


#inlineSecond {min-height:auto!important; } /* Safari hack for content expanding issue */ html[xmlns*=""] #inlineSecond {min-height: inherit;margin-bottom: 15px;} #inlineSecond { min-height:auto; padding-bottom: 15px;}

#garage{
padding-left: 10px;
padding-bottom:5px;
}