@import url('../libraries/reset.css');
@import url('../libraries/baseforms/baseform.css');
@import url('../libraries/sIFR/css/sifr.css');

/********************************************
*
*						 8==8 8==8 8==8 8==8
*
*					KRAZZY-B STYLEZ RELOADED
*						!BY BRENDAN TIMMONS!
*
*						 8==8 8==8 8==8 8==8
*
********************************************/



/********************************************
					MAIN STYLES
********************************************/


body{
	background: url(../images/core/body-bg.gif) repeat-x #2b1b4e;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
h1, h2, h3, h4{margin: 20px 0;}
h1{font-size: 20px;}
h2{font-size: 18px;}
h3{font-size: 14px;}
h4{font-size: 12px;}
a{color: #f0a000;}
a:hover{color: #f0cb00;}
p{margin-bottom: 12px;}
.right{float: right;}


/********************************************
					CONTAINERS
********************************************/


#container{
	margin: 0 auto 40px auto;
	width: 940px;
}
#footer-container{
	background: #453567;
	height: 170px;
}


/********************************************
					HEADER
********************************************/


#header{height: 115px;}
#header-deets{
	color: #2f1a5a;
	float: right;
	font-size: 18px;
	margin-right: 50px;
	margin-top: 70px;
	text-transform: uppercase;
}
#header-deets li{
	display: inline;
	margin-left: 15px;
	padding-left: 30px;
}
#header-deets .phone{background: url(../images/core/icon-phone.gif) no-repeat center left;}
#header-deets .email{background: url(../images/core/icon-email.gif) no-repeat center left;}
#header-deets .email a{color: #2f1a5a; text-decoration: none;}
#header-deets .email a:hover{color: #a899bd;}


/********************************************
					NAVIGATION
********************************************/


#navigation{
	height: 45px;
	overflow: hidden;
	width: 940px;
}
#navigation ul li{
	display: inline;
}
#navigation ul li a{
	display: block;
	height: 45px;
	float: left;
	text-indent: -9999px;
}
/*forced to use images for the nav - hurry up and drop ie6 already so i can use mad CSS3 stylez*/
#navigation ul li a:hover{background-position: 0 -45px;}
#home a{background: url(../images/nav/nav-home.gif) no-repeat; width: 112px;}
#profile a{background: url(../images/nav/nav-profile.gif) no-repeat; width: 104px;}
#skirting a{background: url(../images/nav/nav-skirting.gif) no-repeat; width: 108px;}
#concept a{background: url(../images/nav/nav-concept.gif) no-repeat; width: 202px;}
#buy a{background: url(../images/nav/nav-buy.gif) no-repeat; width: 145px;}
#tips a{background: url(../images/nav/nav-tips.gif) no-repeat; width: 131px;}
#contact a{background: url(../images/nav/nav-contact.gif) no-repeat; width: 138px;}


/********************************************
					BANNER
********************************************/


#banner{
	height: 355px;
	overflow: hidden;
	position: relative;
	width: 940px;
}
#banner img{
	left: 0;
	position: absolute;
	top: 0;
}


/********************************************
					CTA
********************************************/


#cta{
	height: 108px;
}
#cta ul li{
	display: inline;
}
#cta ul li a{
	display: block;
	float: left;
}


/********************************************
					PRIMARY
********************************************/


#primary{
	display: inline;
	float: left;
	padding: 0 25px 25px;
	width: 690px;
}
#primary img{
	border: 2px solid #fff;
}
.center-img{
	display: block;
	margin: 0 auto;
}
#primary ul li{
	list-style: square;
	margin-left: 20px;
}
#primary ul{
	margin-bottom: 10px;
}
#skirting-gallery li{
	display: block;
	float: left;
	list-style: none;
	margin: 10px;
}
#skirting-gallery li img{
	border: 2px solid #fff;
}
.buyer-table{
	width: 600px;
}
.buyer-table tr td{
	width: 300px;
}
.buyer-table tr td ul li{
	list-style: none !important;
}
.buyer-table tr td{
	padding: 10px;
}
.note{color: #fff !important;}


/********************************************
					SECONDARY
********************************************/


#secondary{
	background: url(../images/core/secondary-bg.gif) repeat-y left;
	displaY: inline;
	float: left;
	margin-top: 55px;
	padding: 0 25px;
	width: 150px;
}
#secondary ul li.phone{
	background: url(../images/core/icon-phone2.gif) no-repeat center left;
	padding-left: 20px;
}
#secondary ul li.email{
	background: url(../images/core/icon-email2.gif) no-repeat center left;
	margin-bottom: 20px;
	padding-left: 20px;
}


/********************************************
					FOOTER
********************************************/


#footer{
	color: #9484aa;
	margin: 0 auto;
	padding: 30px 0;
	width: 900px;
}
#wf-logo{
	float: right;
}
#footer ul li{
	display: inline;
}
#footer ul li a{
	color: #d3cae0;
}
#footer ul li a:hover{
	color: #c1a3ed;
}


