* {
	padding:0px;
	margin:0px;
}
html {
	width:100%;
	height:100%;
	margin: 0 0 1px;
	padding: 0px 0 200px 0;
}
body {
	background: #fff;
	font-family: Lucida, sans-serif;
	font-size:11px;
	color: #555555;
	padding: 0 0 80px 0;
}
a {
	text-decoration: none;
	color: #af1f25;
	border: none;
	outline: none;
}
img {
	border: none;
}
ul {
	list-style: none;
}
.clear-both {
	clear: both;
}

.error {
	font-size: 22px;
	font-weight: 100;
	margin:100px 0 100px 0;
	
}
/* //////////////// header styles //////////////////// */
#header {
	height: 102px;
	background: url('../images/main/header-bg.jpg') repeat-x 0px 96px;
}
#header #top-bar {
	height: 12px;
	width: 100%;
	margin: 0 auto;
	background: url('../images/main/top-bar-slice.jpg') repeat-x;
}
#header #top-bar #top-bar-center {
	margin: 0 auto;
	width: 851px;
	height: 12px;
	background: url('../images/main/top-bar-center.jpg') repeat-x;
}
#header #header-content {
	width: 942px;
	margin: 0 auto;
}
#header-content #locate-dealer {
	float: left;
	width: 340px;
	height: 20px;
	margin: 62px 0 0 0;
	font-size: 12px;
	color: #af1f25;
	font-weight: bold;
}
#header-content #locate-dealer input[type="text"]{
	margin: 0 0 0 10px;
	border: solid 1px #dddbdb;
	border-bottom: solid 2px #dddbdb;
	color: #a9a6a6;
	font-size: 10px;
	padding: 1px 0 1px 4px;
	width: 140px;
}
#header-content #locate-dealer input[type="submit"]{
	margin: 0 0 0 10px;
	padding: 0 0 4px 0;
	border: solid 1px #d3d2d2;
	border-top: solid 1px #b9b9b9;
	border-bottom: none;
	color: #af1f25;
	font-size: 9px;
	width: 60px;
	height: 16px;
	font-weight: bold;
	cursor: pointer;
}
#header-content #twitter-feed {
	float: right;
	width: 320px;
	height: 40px;
	margin: 42px 0 0 0;
	font-size: 9px;
	line-height: 12px;
	overflow: hidden;
}
#header-content #twitter-feed p {
	margin: 0 0 0 10px;
	text-align: left;
}
#header-content img#header-logo {
	float: left;
	margin: 20px 0 0 0;
}
/* //////////////// content styles //////////////////// */
#top-content {

	width: 942px;
	margin: 0 auto;
	padding: 0;
}

#content {
	width: 942px;
	margin: 0 auto;
	padding: 26px 0 0 0;
}
.main-nav {
	width: 630px;
	text-align: center;
	margin: 0 auto 12px auto;
	padding: 0 14px 10px 0;
	border-bottom: solid 1px #BBBBBB;
}
.main-nav li {
	display: inline;
	margin: 0 0 0 14px;
}
.main-nav li a {
	font-size: 12px;
	color: #888;
	text-transform:uppercase;
}
/* //////////////// active states //////////////////// */
body.page-id-3 a#home,
body.page-id-5 a#products,
body.parent-pageid-5 a#products,
body.blog a#blog,
body.page-id-873 a#street,
body.page-id-11 a#company,
body.parent-pageid-11 a#company,
body.page-id-758 a#support,
body.parent-pageid-758 a#support{
	color: #af1f25;
}
/*/////////////////////////////////////////////////////// */

li.current_page_item a {	
	color: #af1f25;
}
li.current_page_parent a {
	color: #af1f25;
}
.main-nav li a:hover, .main-nav li a.active {
	color: #af1f25;
}
.main-nav li.buy-now a {
	float:right;
	color: #af1f25;
}
.home-slideshow {
	width: 942px;
	height: 415px;
	background: #ccc;
}
.page-title {
	font-size: 22px;
	color: #af1f25;
	font-weight: bold;
	text-transform:uppercase;
}
.slideshow-left-button {
	position: relative;
	top: 415px;
	margin-top: -415px;
	z-index: 100;
	float: left;
	width: 68px;
	height: 415px;
	display: block;
	background: url('../images/home/slideshow/left-button.png');
	cursor: pointer;
}
.slideshow-right-button {
	position: relative;
	top: 415px;
	margin-top: -415px;
	z-index: 100;
	float: right;
	width: 68px;
	height: 415px;
	display: block;
	background: url('../images/home/slideshow/right-button.png');
	cursor: pointer;
}
#star-nav{
	position: relative;
	float: right;
	margin: -40px 100px 0 0;
	z-index: 300;
}
#star-nav a{
	display: block;
	float: left;
	width: 18px;
	height: 17px;
	color: transparent;
	background: url('../images/home/slideshow/star.png') no-repeat;
	margin: 0 0 0 3px;
	text-indent:20px;
	overflow:hidden;
}
#star-nav a.activeSlide{
	background: url('../images/home/slideshow/star-active.png') no-repeat;
}
.home-features {
	margin: 20px -20px 0 0;

}


.home-features p {
	margin: 0;
	padding:0;
	float:left;
}

#bottom-home{margin-top:20px;width:100%;}

.home-features img {
	width: 300px;
	height: 165px;
	border: none;
	border-top: solid 4px #bbbaba;
	border-bottom: solid 4px #bbbaba;
	margin: 0 18px 0 0;
	*:margin: 0 14px 0 0;
}
.home-features img:hover {
	border-top: solid 4px #777;
	border-bottom: solid 4px #777;
}

/* //////////////// footer styles //////////////////// */
#footer {
	width: 100%;
	height: 34px;
	border-top: solid 1px #bbbaba;
	border-bottom: solid 1px #bbbaba;
	margin: 20px 0 0 0;
}
#footer-content {
	width: 942px;
	margin: 0 auto;
	padding: 12px;
}
#footer-copyright {
	float: left;
	color: #a9a6a6;
	font-size: 11px;
	width: 320px;
}
ul#footer-links {
	float: right;
}
ul#footer-links li {
	float: left;
	margin: 0 6px 0 6px;
	font-size: 11px;
}
ul#footer-links a.footer-twitter {
	width: 16px;
	height: 16px;
	display: block;
	margin: -2px 0 0 0;
	background: url('../images/main/footer-twitter.jpg') no-repeat;
}
ul#footer-links a.footer-facebook {
	width: 16px;
	height: 16px;
	display: block;
	margin: -2px 0 0 0;
	background: url('../images/main/footer-facebook.jpg') no-repeat;
}

#slickbox{width:100%;height:300px;background:#515151 url("../images/main/newsfade.gif") repeat-x; padding:15px 0 0 0;}
#opt-in{margin:0 auto;width:400px;min-height:250px;padding:15px;background:#000 url("../images/main/siege-logo-ghost.gif") bottom right no-repeat;
	-moz-border-radius: 8px;
   -khtml-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;}

.mc_custom_border_hdr{font-size:20px; color:#eee;border-bottom:1px solid #333;padding-bottom:5px;margin-bottom:10px;}

#mc_signup_form .mc_merge_var {margin-top:5px;}

.mc_var_label{font-size:16px;color:#ccc; padding-top:5px;}

#opt-in input {width:220px;font-size:14px;padding:3px;}

#mc_signup_submit{float:left;background-color:#af1f25;border:0;color:#fff;margin-top:8px;margin-left:5px;padding:4px;font-size:16px; line-height:18px;
	-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
cursor:pointer;
	
	}
	
#mc_signup_submit:hover{background-color:#555;}

#mc_message strong{ color:#af1f25; padding-bottom:10px;}

 #slickbox .mc_error_msg {color:#af1f25; padding-bottom:10px;}

#slick-toggle {
	width:162px;
	height:21px;
	overflow:hidden;
	display:block;
	background: url('../images/main/newsletter.png') no-repeat;
	float:left;
	margin:-5px 0 0 0;
}

#slick-close{float:right;margin:0 5px 5px 0;}


.passwordtopbox{float:right;}


