﻿body {
	background:url(../siteart/sitebg.gif) repeat-x top #112566;
}

td {
	font-family: "Times New Roman", Times, serif;
	
	color: #000;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #112566;
}

a:hover {
	color: #000;
}

#shadow-left {
	background:url(../siteart/shadow-left.png) repeat-y right;
}

#shadow-right {
	background: url(../siteart/shadow-right.png) repeat-y left;
}

#wrapper {
	padding:10px;
	background:#fff;
	width:1024px;
	vertical-align:top;
}

#header {
	padding-bottom:10px;
}


/*-----------Sidebar Section Begins------------*/

#sidebar {
	background:url(../siteart/shell.gif) no-repeat bottom center #eaebf1;
	vertical-align:top;
	width:242px;
	color:#112566;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar li {
	display:block;
	float:left;
		margin:0;
	padding:0;
	list-style:none;

}

#sidebar li a {
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#112566;
	padding:5px 0px 5px 0px;
	text-indent:5px;
	border-bottom:1px #dadbe3 solid;
	border-top:1px #f4f5fa solid;
	display:block;
	width:242px;
}

#sidebar li a:hover {
	background:#dadbe3;
}

#address {
	display:block;
	padding:10px 5px;
	font-size:14px;
	width:232px;
	margin-bottom:100px;
}

#notice {
	padding:10px 5px 10px 5px;
	font-size:14px;
	display:block;
}

.big {
	font-size:17px;
	font-weight:bold;
}

/*-------------Main Section Begins-------------*/

#gallery {
	padding:3px;
	width:100px;
	height:60px;
	float:left;
}
#gallery img {
	width:100px;
	height:60px;
	border:0px;
}

#main {
	vertical-align:top;
	padding-left:12px;
	width:750px;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#112566;
	display:block;
	margin:10px 0;
}

#copy {
	border-top:1px #eaebf1 solid;
	border-bottom:1px #eaebf1 solid;
	padding:10px 0;
	display:block;
}

#weather {
	float:right;
	width:271px;
	margin-left:15px;
}

#oem {
	text-align:center;
}

#oem img {
	margin:0 3px;
}

#photos {
	margin-top:10px;
	width:100%;
}

#photos img {
	border:3px #eaebf1 solid;
}

#footer {
	padding:15px;
	text-align:center;
}