/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	background: #333 url(images/back.gif) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 775px;
	background: #fff;
}

#header h1 {
	height: 250px;
	background: #fff url(images/logo.gif) no-repeat;
	text-indent: -9999px;
}

#header h1 a {
	display: block;
	height: 250px;
	border: none;
}

#navigation {
	height: 40px;
	background: url(images/nav-back.gif) repeat-x;
}

#navigation ul {
	list-style: none;
	width: 775px;
	float: left;
	height: 40px;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	line-height: 40px;
	display: block;
	padding: 0 8px;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	background: url(images/nav-divider.gif) no-repeat top right;
}

#navigation ul li a:hover {
	background: #000;
	color: #fff;
}

#dealerlinks {
	text-align: center;
}

#dealerlinks a img {
	background: none;
	border: 1px solid #000;
}

#dealerlinks a:hover img {
	border: 1px solid #f6df42;
}

#content {
	clear: both;
	background: #fff;
}

#content h2 {
	color: #000;
	font-size: 2.4em;
	background: url(images/h2-back.gif);
	height: 80px;
	line-height: 80px;
	text-align: right;
	padding-right: 25px;
	margin: 10px 0;
}

#content p {
	margin: 10px;
	font-size: 1.6em;
	line-height: 1.8em;
}

#content p#inventory {
	margin: 10px 0;
}

#content p#inventory a {
	border: none;
	background: none;
}

#content p#inventory a img {
	border: none;
	background: none;
}

#content p strong {
	color: #333;
}

#content p a, #contactul a {
	color: #333;
	border-bottom: 1px solid #e5d03d;
	font-weight: bold;
	text-decoration: none;
}

#content p a:hover, #contactul a:hover {
	background: #000;
	color: #fff;
}

#content div.captionright img {
	float: left;
	margin: 0 10px 0 0;
}

#content div.captionleft img {
	float: right;
	margin: 0 0 0 10px;
}

#content ul#contactul {
	text-align: center;
	margin: 10px 0;
	list-style: none;
	font-size: 1.8em;
}

#content ul#contactul li#contactulheader {
	font-size: 1.3em;
	color: #fc3;
	background: #000;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	border-bottom: 3px solid #fc3;
}

#content ul#contactul li#contactulsubheader {
	font-weight: bold;
	font-size: 1.1em;
}

#content ul#contactul li {
	padding: 3px; 0;
}

div.clear {
	clear: both;
}

#storehours {
	margin: 10px;
	border: 1px solid #333;
	background: #f6df42;
}

#storehours table {
	font-size: 1.8em;
	width: 753px;
	margin: 0 auto;
}

#storehours tr#storehoursheading td {
	color: #fff;
	background: #000;
	font-weight: bold;
	text-decoration: underline;
}

#storehours td {
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: url(images/nav-divider.gif) no-repeat;
}

#storehours td.first {
	background: none;
}

#content #contactdiv {
	background: #fff url(images/nav-back.gif) repeat-x;
	height: 40px;
	text-align: center;
	margin: 20px 0;
}

#content #contactdiv p {
	line-height: 40px;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#content #contactdiv p a {
	color: #333;
	background: none;
}

#content #contactdiv p a:hover {
	color: #333;
	text-decoration: underline;
}

#budzodesigns {
	background: #fff;
	margin: 10px 0 0 0;
	text-align: center;
}

#budzodesigns p a img {
	border: none;
}