@import url("./Superfish.css");
@import url("./product-nav.css");
@import url("./House-Style.css");

.clearFix {
	clear: both;
}

a, area, a:active, area:active, a:focus, area:focus, img, map {
	outline: 0;
}

html,body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url(../images/Wallpaper.png);
	background-attachment: fixed;
	text-align: center;
}


#mainWrap {
	width: 800px;
	text-align: left;
	margin: 20px auto;
	background-color: #fff;
}

#globalWrap1 {
	border: 1px solid #fff;
}

#innerFooter {
	background-image: url(../images/Footer.jpg);
	height: 90px;
	clear: both;
}

#footer {
	width: 800px;
	text-align: left;
	margin: 20px auto;
	color: #fff;
}

#footer p, #footer address {
	font-size: 10px;
	line-height: 12px;
	display: block;
	margin: 0;
	padding: 0;
	
}

#headWrap {
	border-bottom: 1px solid #fff;
}

#header {
	background-image: url(../images/headers/Default-Header.jpg?v=1);
	height: 250px;
}

#header h1 {
 margin: 0;
 padding: 0;
 position: relative;
 width: 300px;
 height: 250px;
 float: left;
}
#header h1 span {
	display: none;
}
#header h1 a {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	border: none;
	background-image: url(../images/head/StrapLogo-270.png);
	background-repeat: no-repeat;
	background-position: 10px 165px;
}
#socialHeader {
	width: 310px;
	float: right;
	position: relative;
	top: 192px;
	text-align: right;
	padding-right: 10px;
}
#socialHeader a {
	display: inline-block;
	width: 83px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 5px;
}
#socialHeader a:hover {
	background-position: left -24px;
}
#socialHeader a:active {
	background-position: left -48px;
}
#socialHeader a span {
	display: none;
}
#socialHeader a.blog { background-image: url(../images/head/blog_word.png); }
#socialHeader a.twitter { background-image: url(../images/head/twitter_word.png); }
#socialHeader a.facebook { background-image: url(../images/head/facebook_word.png); }

#bodyWrap {
	padding: 10px;
	clear: left;
	background-image: url(../../images/backgrounds/NegSurfer2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 600px;
}



#contentWrap {
	float: left;
	width: 570px;
}
#content {
	min-height: 300px;
}

#rightColWrap {
	float: right;
	width: 200px;
}

#rightCol {
	min-height: 300px;
}

br#contentEnd {
	clear: both;
}


.ir {
	background-repeat: no-repeat;
	min-height: 30px;
	min-width: 400px;
}


#teamNav {
	padding: 0;
	line-height: 0;
}
#teamNav ul, #teamNav ul li {
	margin: 0;
	padding: 0;
	border: 0;
	background-image: none;
	list-style-type: none;
	width: 200px;
	line-height: 0px;
	float:right; /** If we don't float this, F**king IE puts padding in. */
}
#teamNav a, #teamNav a:hover, #teamNav a img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
}
#teamNav a img {
	border: 0;
	padding: 0;
}


.label, .areaLabel {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	color: #9F0A1B;
}

.areaLabel {
	vertical-align: top;
}

input, textarea {
	color: #9F0A1B;
}


div.prodCat {
	width: 240px;
	float: left;
	text-align: center;
	margin: 10px;
}

#prodRangeRedirect {
	margin: 5px;
	border: 1px #9F0A1B solid;
	padding: 5px;
	background-color: #FFFDDA;
	font-weight: bold;
	color: #red;
	text-align: center;
}


#socialFooter {

}
#socialFooter div.socialIcon {
	display: inline-block;
}

#footer a {
	color: #fff;
}

div.buyNow {
	margin: 10px 0;
	padding: 0;
	display: inline-block;
}
a.buyNowButton {
	display: block;
	height: 55px;
	width: 150px;
	background-image: url(../images/lib/BuyNow/BuyNowRolloverClean.png);
}
a.buyNowButton:hover {
	background-position: left bottom;
}
a.buyNowButton span {
	display: inline-block;
	text-indent: -2999px;
}

/**
 * Side Bar Stuff
 */
#rightCol div.sideBarDiv {
	text-align: center;
	padding-bottom: 10px;
}
#rightCol div#details.sideBarDiv {
	text-align: left;
	width: 150px;
	margin: 0 auto 20px auto;
}
#socialSideBar a, #socialSideBar img {
	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	margin: 0 auto;
}
