/***************************************** 
Client: Roof Rack City Canberra          *
Type: Layout                             *
By: Tim Green                            *
Version:1.0                              *
*****************************************/
/*Reset*/
html, body, div, span,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, acronym, address, em, font,ol,
fieldset, form, label, legend, caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


body{
	background:#000 url(../images/background.png) repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

div#html-top{
	background:#000001 url(../images/html-top.png) repeat-x;
	height:8px;
	width:100%;
}

div.clear{
	clear:both;
	height:1px;
}

span.stores{
	display:none;
	visibility:hidden;
}

img{border:none;}

/*Tool Tip */
#tooltip{
	background-color:#F1F1F1; 
	border:#E3E0E0 1px solid;
	color:#333;
	display:none;
	padding:6px 5px;
	position:absolute;
	width:auto;

}	

a#tool,tool-1, tool-2, tool-3{
	text-decoration:none;
	color:#212020;	
}

div#container{
	margin:0 auto;
	width:975px;
}

p{
	color:#000002;
	margin:0;
}

h1{
	color:#E59C00;
	font-size:24px;
	font-weight:bold;
	margin:0;
	padding-bottom:8px;
	text-transform:capitalize;
}

/*HEADERS*/
div#header{
	/*background:#151515;*/
	height:161px;
	width:975px;
}

div#logo-back{
	background:url(../images/logo-back.png) no-repeat;
	clear:right;
	float:left;
	height:84px;
	margin-left:12px;
	width:180px;
}

div#logo{
	background:url(../images/rrc-logo.png) no-repeat;
	height:73px;
	margin:3px auto;
	width:161px;
}

div#logo a{
	display:block;
	height:73px;
	text-indent:-9999px;
	width:161px;
}

span#rrc-home{
	display:none;
	visibility:hidden;
}

/*FEATURE/SLIDER*/
div.feature{margin:0 auto;}

img.feat{margin-left:-40px;}

.anythingSlider {
	border:10px solid #DFDFDF;
	clear:both;
	height:210px;
	margin:25px auto 0;
	width:930px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px; 
}

.anythingSlider .feature ul {
	background:#EEEEEE none repeat scroll 0 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	width:9999px;
}

.anythingSlider ul li {
	display:block;
	float:left;
	height:230px;
	margin:0;
	padding:0;
	width:930px;
}

#thumbNav {
	color:#333333;
	display:none;
	float:right;
	height:30px;
	margin-top:-50px;
	text-align:right;
	width:190px;
}

#thumbNav a{
	color:#000000;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-right:6px;
	padding:5px 10px;
	text-decoration:none;
}

#thumbNav a.cur{
	background:#FBFBFB;
	border:#F4F4F4 1px solid;
	text-decoration:none;
}

#thumbNav a:hover{
	background:#0C0C0C;
	border:#080808 1px solid;
	color:#FFFFFF;
	text-decoration:underline;
}
	
/*CONTENT*/
div#content{
	background:#FFFFFF url(../images/content-top.png) repeat-x;
	height:auto;
	min-height:450px;
}

div.article{
	line-height:1.4;
	margin:8px auto 0;
	overflow:hidden;
	width:945px;
}

div.article-full{
	padding:3px;
	width:940px;
}

div.article-left{
	float:left;
	padding:6px;
	width:450px;
}

div.article-right{
	float:right;
	padding:6px;
	width:450px;
}

#home{width:650px;}

#home-imgs{
	margin-top:10px;
	width:255px;
}

#about{width:700px;}

a.int-links{
	color:#000;
	text-decoration:none;
}

/*FOOTER*/
div#footer{
	background:#373739;
	border-top:#242529 2px solid;
	bottom:0;
	height:55px;
	margin-bottom:4px;
	/*position:absolute;*/
	width:975px;
}

div#footer-text{
	color:#777;
	float:right;
	font-size:11px;
	margin-top:15px;
	margin-bottom:3px;
	text-align:center;
	width:975px;
}

div#foot-links{
	color:#777;
	font-size:11px;
	margin-top:2px;
	text-align:center;
	width:975px;
}

div#foot-links a{
	color:#FFFFFE;
	text-decoration:none;
}

div#foot-links a:hover{
	color:#F89944;
	text-decoration:none;
}