/***************************************** 
Client: Roof Rack City Canberra          *
Type: Custom Error Pages                 *
By: Tim Green                            *
Version:1.0                              *
*****************************************/

body{	
	background:#171717 url(../images/back.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

div.clear{
	clear:both;
}

div#box{
	background:url(../images/errorback.png) no-repeat center;
	height:320px;
	margin:115px auto 0;
	width:707px;
}

div#container{
	margin:0 auto;
	height:320px;
	width:670px;
}

h2#oops{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	margin:0;
	padding-top:23px;
	width:120px;
}


h3#error{
	clear:right;
	color:#C1C1C1;
	float:left;
	font-size:38px;
	font-weight:bold;
	font-style:italic;
	width:244px;
}

span#notfound{
	color:#B4B4B4;
	font-size:18px;
	font-weight:bold;
	margin-top:12px;
	width:125px;
}

p#error-message{
	clear:right;
	color:#A4A4A4;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
	line-height:1.5;
}


ul#links{
	margin:0 auto;
	padding-top:12px;
	width:640px;
}

li.error-link{
	background:#EEEEEE;
	border:#D5D5D5 1px solid;
	display:inline;
	font-size:12px;
	font-weight:bold;
	list-style:none;
	margin:0 3px;	
	padding:6px;
}

li.error-link a{
	color:#292929;
	display:inline;
	font-size:12px;
	font-weight:bold;
	list-style:none;
	margin:0 3px;	
	padding:6px;
	text-decoration:none;
}

li.error-link a:hover{	
	color:#292929;
	display:inline;
	font-size:12px;
	font-weight:bold;
	list-style:none;
	margin:0 3px;	
	padding:6px;
	text-decoration:underline;
}

/*No Internet 6*/
div#ie6header{
	background:#F6F6F6;
	border:#D4D4D4 1px solid;
	color:#2B2B2B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:italic;
	font-weight:bold;
	margin:0 auto -8px;
	padding:4px;
	width:508px;
}

h3#altbrowsers{
	color:#323232;
	margin:0;
	text-align:center;
}

p.ie-message{
	font-size:13px;
	font-weight:bold;
	line-height:1.0;
	margin-bottom:6px;
}

p#provider{
	clear:left;
	font-size:11px;
	font-weight:bold;
	line-height:1;
	margin:0;
	padding-top:2px;
	text-align:center;
	width:auto;
}

p#upgrade{
	color:#5C5C5C;
	font-size:15px;
	font-weight:bold;
	margin:0;
}

p#reasons{
	font-size:12px;
	margin:0;
}

ul#why{
	font-size:12px;
	margin:2px 0 0;
}

li.update{
	line-height:1.0;
	margin:2px 1px;
	padding:3px;
}

div.others{
	height:60px;
	margin:0 auto;
	width:330px;
}

div.browser{
	display:inline;
	float:left;
	font-weight:bold;
	font-size:10px;
	height:64px;
	line-height:2.0;
	margin:0 auto;
	padding:5px;
	text-align:center;
	width:auto;
}
/*Tool Tip */
#tooltip{
	background-color:#F1F1F1; 
	border:#E3E0E0 1px solid;
	color:#333;
	display:none;
	font-size:11px;
	font-weight:bold;
	padding:6px 5px;
	position:absolute;
	width:auto;

}	

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