/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/back.gif);
	font-size: 10px;
	color: #003e8a;
	font-weight: normal;
    font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	color: #003e8a;
}

a:hover {
	color: #000;
}

#wrapper {
	width: 978px;
	margin: 0 auto;
}

#header {
	margin-top: 10px;
	background: url(images/header.gif) no-repeat;
	height: 359px;
}

#header #headerleft {
	float: left;
	margin-top: 139px;
	margin-left: 541px !important;
	margin-left: 271px;
	width: 195px;
}

#header #headerright {
	float: right;
	margin-top: 139px;
	margin-right: 25px !important;
	margin-right: 12px;
	width: 195px;
}

#header ul {
	list-style: none;
	
}

#header ul.navigation li {
	margin-bottom: 16px;
}

#header ul.navigation li a {
	height: 40px;
	width: 195px;
	text-indent: -9999px;
	display: block;
}

#header ul.navigation li#home a {
	background: url(images/nav-home.gif) top left no-repeat;
}

#header ul.navigation li#aboutus a {
	background: url(images/nav-aboutus.gif) top left no-repeat;
}

#header ul.navigation li#inventory a {
	background: url(images/nav-inventory.gif) top left no-repeat;
}

#header ul.navigation li#contactus a {
	background: url(images/nav-contactus.gif) top left no-repeat;
}

#header ul.navigation li#home a:hover, #header ul.navigation li#aboutus a:hover, #header ul.navigation li#inventory a:hover, #header ul.navigation li#contactus a:hover {
	background-position: bottom left;
}


#columns {
	clear: both;
	background: url(images/content-back.gif) repeat-y;
	padding-top: 10px;
}

#content {
	float: left;
	margin-left: 90px !important;
	margin-left: 45px;
	width: 563px;
}

#content h1 {
	font-weight: normal;
	font-size: 2.6em;
	margin: 10px 5px;
	letter-spacing: -1px;
	border-bottom: 1px dashed #000;
	
}

#content h2 {
	font-weight: normal;
	font-size: 2.4em;
	margin: 10px 5px;
	letter-spacing: -1px;
	border-bottom: 1px dashed #000;
	
}

#content p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin: 10px 5px;
	color: #000;
}

#content ul#rotate {
	list-style: none;
	margin-left: 5px;
}



#sidebar {
	float: right;
	width: 300px;
	margin-right: 15px !important;
	margin-right: 6px;
}

#sidebar p {
	margin-bottom: 10px;
}

#sidebar p a img {
	border: none;
}

p.clear {
	clear: both;
	padding: 5px 0;
}


#footer {
	clear: both;
	height: 114px;
	background: url(images/content-back.gif) repeat-y;
	text-align: right;
	position: relative;
}

#footer p {
	margin-right: 4px;
}

#footer a#budzodesigns {
	position: absolute;
	text-indent: -9999px;
	height: 47px;
	width: 137px;
	right: 22px;
	bottom: 4px;
	text-align: left;
}

/* Contact Form */

#content fieldset {
	margin: 10px 5px;
	padding: 0 1em;
	border: none;
}

#content fieldset p {
	font-size: 1.3em;
	margin: 10px 0;
	color: #003e8a;
}

#content label {
	display: block;
	margin: 5px 0;
}

#content input[type="text"] {
	width: 200px;
}

#content input.special {
	display: none;
}

#content textarea {
	width: 400px;
	height: 150px;
}