/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: black; 
	background-image: url(bg.jpg); 
	background-repeat: repeat-x;
	color: #fbfafa;
	margin: 0;
	text-align: center;
}

* html {
	height: 100%;
}

h1{
	color: #0047ab;
	text-align:center;
	
}

h2{
	color: #0047ab;
	text-align:center;
	
}

h3{
	text-align:center;
}

h5{
	color:#0047ab;
	text-align:center;
}


a:link {
	color: yellow;
}

a:visited {
	color: yellow;
}

#wrapper {  
	margin: 0 auto;
	width: 1010px;
	text-align: left;
}

#top {
	padding: 10px 0;
	text-align: center;
}

#header {
	background: url(header.png) no-repeat;
	background-color: none;
}

.noted { color: #fffc00; 
font-weight: bold; 
}

#phoneno {
	font-size: 26px;
	background: #0047ab;
	padding: 5px 0;
	text-align: right;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	color: #f0f02b;
 }
 
 #phoneno p {
	margin: 5px 10px;
 }

#content {
	background: white url(pageshadow.jpg) repeat-x; 
}

#left {
	float: left;
	padding: 10px 0;
	color: #fff;
	background: #0070ff; 
	width: 241px; 
}

ul#mainmenu {
	list-style: none;
	margin: 20px 10px;
}

ul#mainmenu li {
	display: block;
}

ul#mainmenu a {
	display: block;
	background: #fff;
	color: #000;
	text-decoration: none;
	padding: 6px;
	margin-bottom: 2px;
	font-weight: bold;
}

ul#mainmenu a:hover {
	background: #000;
	color: #fff;
}

#left p {
	margin: 10px;
}

#crew1{
	background: url(crew1.png);
	width:239px;
	height: 260px;
	margin-left:-0px;
	margin-top:15px;
	border: solid black 1px;
	
}
#leftbarbottom{
	width:240px;
	height: 250px;

}

#leftbottomtext{
	width:30px;
	float:left;
}
#leftbottombutton{
	width:200px;
	height:250px;
	float:right;
	padding-left:-4px;
}

#main {
	float: left;
	padding: 10px 0;
	width: 500px;
	background: #fff;
	text-align: left;
	color: #000;
}

#main p,
#main h1,
#main h2 {
	margin: 10px;
}

#shops{
	padding-top:20px;
	
	float right: 20%;
	
	}
	

	#east{
	padding-left:0;
	margin-left: 0px ;
	border: solid black 1px;
	background-color: #0070ff;
	width:180px;
	height:305px;
	float:right;
	}

#eastinfo{
	
}
#trusted{
	padding-top:0px;
}

#specialize {
	
}

#whychoose {
	margin: 20px 20px 20px 40px;
	list-style:disc;
	font-weight: bold;
}
	
#startfaqs{
	width: 480px;
	margin-top:25px;
}


#right {
	float: right;
	width: 250px; 
	background: #0070ff;
	padding: 10px 0;
	text-align: center;
	padding-bottom:15px;
}

#cfs{
	
}

#quote{
	margin-top:35px;
}

#cities{
	margin-top:50px;
	height:400px;
}
#right p {
	margin: 10px;
}

#right h2
#right h4 {
	margin: 10px;
}

#hours {
	display: block;
	width: 200px;
}



#footer {
	background: #3a3a3a url(bottombarmiddle.jpg) bottom repeat-x;
	color: #fff;
	text-align: center;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	clear: both;
	height: 100px;
	padding: 10px 0;
}

#footer p {
	margin: 10px;
}

.credits { font-size: 8pt; }

input,select,textarea,text{ 
		color: black; 
		font-size: 10px; 
		font-family: Verdana, Arial, Helvetica; 
		background-color: yellow; 
		border: solid 1px black; }
		
.clear {
	clear:both;
}

.homephone {
	font-size: 30px;
	color: #000;
	text-align: center;
}
