/* ====================================================================
GENERAL STYLING
-------------------------------------------------------------------- */
/* border:nones are for NN4 */
html { margin: 0px; padding: 0px; }
body
	{
	margin: 0px;
	padding: 0px;
	}

* html body {
			overflow: hidden;
		}
	
div { margin: 0px; padding: 0px; }
p {padding: 0px; margin: 0px;}
.clear { clear: both;} /* CSS HACK: only for NN4, so now use Caio hack to cleanse palette */
/*/*/ .clear { display: none; } /* */
/* box-wrap is only needed if you want to set a background color for the columns, put a border round the content block or fix the content width */
.box-wrap
	{
	color : #000000;
	background: #cccccc;
	width: 986px;
	}
.box-header
	{
	color: #000000;
	background: #996699;
	margin: 0px;
	padding: 0.5em;
	border: none;
	}
h1 { margin: 0px; }

.box-footer
	{
	background: #999966;
	padding: 0.5em;
	clear: both;
	border: none
	}
/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */
.columns-float
	{
	float: left;
	width: 595px;
	}
.column-one
	{
	float: left;
	width: 156px;
	}
/* CSS HACK: Caio hide from NN4 since NN4's float model is all wrong */
/*/*/
.column-two { margin-left: 156px; }
.column-three {margin-left: 595px;}
/* */
.column-one-content, .column-two-content, .column-three-content
	{
	padding: 5px;
	color: #fff;
	background:#1a1a1a;
	}
	
.column-two-content p {
	padding:5px;
}	
	
/* GUTTERS BETWEEN COLUMNS */
.column-two-content
	{
	margin-left: 5px;
	margin-right: 5px;
	background:#292929;	
	}
/* VERTICAL PADDING ABOVE COLUMNS */
.box-header
	{ margin-bottom: 0px; }
.column_padding_after
	{
	height:0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
	}
/* CSS HACK:  position:relative needed by IE6 otherwise the header and col 2 don't show up on initial rendering - they're there but you have to minimise the window or switch to another app and back to see the full effect. But IE5(pc) doesn't like it. And nor does NN4.
NB. the use of pos:rel has to go way beyond skin-deep - any nested element that needs a background colour appears to require to be be relatively positioned */ 
/*/*/
.box-wrap, .columns-float, .column-one, .column-two, .column-three, h2
	{ p\osition: relative; }
/* */

#wrapper {
	width:770px;
	margin:0 auto;
	background:#efefef;
}

#wrapperInner{
	padding:0;
}

#banner {
	height:304px;
	width:inherit;
	background:#333333 url(../images/banner.jpg) no-repeat top center;	
}

#navWrapper{
	padding-top:255px;
}

#navigation {
	height:33px;
	width:inherit;
}

#navigation ul {
	padding:5px 20px 10px 20px;
	margin:0 5px;
}
#navigation ul li {
	display:inline;
	padding:0 35px;
	background:url(../images/navigation-separator.gif) no-repeat top right;
}

#navigation ul li.last {
	background:none;
}

#navigation ul li a{
	color: #fff;
	text-decoration:none;
	text-transform:uppercase;
}

#navigation ul li a:hover{
	color: #fff;
	text-decoration:none;
}

#contentWrapper {
}

#contentWrapperInner {

}

#content {
	background:#212121;
	overflow:hidden;

}

html>#content{

}

#footerWrapper {
	clear:both;
	padding-top:5px;
	background:#333333;
}


#footer {
	padding:15px 5px 5px 5px;
	background:#000;
}

#footer p{
	color:#fff;
	text-align:center;
	font-weight:normal;
}

#footer a {
	color:#fff;
}

#container{
	background-color:#efefef;
	float:left;
	width:640px; 	
	border-left:155px solid #efefef; /* The width and color of the left rail */
	border-right:190px solid #efefef; /* The width and color of the right rail */	
}

html>body #container{
	border-right:190px solid #efefef; /* The width and color of the right rail */
}

#leftRail{
	float:left;
	width:155px;
	margin-left:-165px;
	position:relative;
}

html>body #leftRail {
	margin-left:-155px;
}


#leftContent {
	background:#fff;
	border:#ccc solid 1px;
	margin:5px 5px 0 10px;
	padding:5px;
}

html>body #leftContent {
	margin:5px;
}

#centerContent {
	background:#fff;
	border:#ccc solid 1px;
	margin:5px 5px 5px 10px ;
}

html>body #centerContent {
	margin:5px;
}


#rightContent{
	background:#fff url(../images/advertisement.gif) no-repeat top center;
	border:#ccc solid 1px;
	margin:5px;
	padding:25px 5px 5px 5px;	
}

#center{
	float:left;
	width:640px;
	margin-right:-640px;
}

#rightRail{
	float:right;
	width:190px;
	margin-right:-190px;
	position:relative;
}

#leftNav {
	padding:0 0 0 5px;
}

#leftNav ul{
	list-style:none;
}

#leftNav ul li{

}

#leftNav ul li a{
	color:#db2f2f;
	text-decoration:none;
	display:block;
	padding: 0 2px 0 20px;
	background:url(../images/left_nav_bg.gif) no-repeat top left;
	text-align:left;
	line-height:20px;
}

#leftNav ul li a:hover{
	color:#fff;
	display:block;
	padding: 0 2px 0 20px;
	text-decoration:none;
}

#search{
	float:right;
	margin:90px 0 10px 250px;
}

#search label{

}

#search .input {
	display:block;
}

.searchbox {
	height:17px;
	padding:0;
	margin:0;
	width:250px;
	background:#f3f3f4;
	border:#ccc solid 1px; 
}

.searchButton {
	height:22px;
	width:70px;
	padding:0;
	margin:2px 0;
	border:none;
	background:url(../images/search.gif) no-repeat center left;
}

#imageOfTheMonth {
	display:block;
}

.column-three-content ul{
list-style:none;
}

.column-three-content ul li{
	background:url(../images/bullet.gif) no-repeat center left;
	padding-left:15px;
	color:#fff;
	text-align:left;
	margin:5px 0;
}

#requestQuote{
	background:#1a1a1a url(../images/request-quote.gif) no-repeat top left;
}

#requestQuote p{
	padding:85px 15px 10px 40px;
	text-align:left;
}
