@import url("tabnav.css"); 

body {
	margin:0;
	text-align:center;
	height:100%;
	background:#000 url(../images/template/body-bg.gif) fixed;
	}

body * {
	font-family: Arial,verdana,helvetica,sans-serif;
	font-size: 13px;
	}
	
a:link, a:visited {
	color:#3333ff;
	text-decoration:none;
	}

a:hover {
	color:#3333ff;
	text-decoration:underline;
	}
	
a:active {
	color:#ff3333;
	outline: none;
	-moz-outline-style: none;
	}

a:focus {
	-moz-outline-style: none;
	} 

:active, :focus {
	-moz-outline-style: none;
	outline: none;
	}

form { margin: 0px 0px 0px 0px; }

#wrapper { 
	position:relative; 
	text-align:left; 
	margin:0 auto; 
	border:0px solid #000; 
	background:#eee; 
	width:1000px;
	}


#header {
	width: 1000px;
	height:113px;
	position:relative; 
	float:left; 
	background:#000000; 
	border-bottom:4px solid #eee 
	}

.logo {
	position:absolute;
	width:250px;
	height:83px;
	top:0px;
	left:0px;
	display:block;
	font-size:12px;
	text-indent:-999999px;
	margin:0; padding:0;
	}

.logo a {
	background: url(../images/template/logo.gif) no-repeat;
	display:block;
	width:250px;
	height:83px;
	border:0px;
	text-indent:-999999px;
	text-decoration:none;
	}


.head-basket {
	position:absolute;
	width:260px; 
	height:80px; 
	top:8px; 
	right:12px;
}

.head-basket .box_title {
	background:#fff url(../images/template/head-basket-title-bg.gif) repeat-x;
	text-align:center;
	padding:0;
	}
	
.head-banner {
	position:absolute;
	width:468px; 
	height:60px;
	top:0px;
	left:320px;
	color:#fff;
	}
	
.head-banner a:link, .head-banner a:visited {
	color:#fff;
	text-decoration:none;
	}

.head-banner a:hover {
	text-decoration:underline;
	}
	
#content-container { position:relative; clear:left; width:1000px; }

#content { background:#fff; position:relative; float:left; width:828px; padding:10px 10px;}

#content.text {
	width:910px;
	padding:20px 45px 20px 45px;
	color:#111;
	text-align:justify;
	}
	
#content .quote {
	width:80%;
	border:1px solid #ddd; 
	margin:2px 0; 
	padding:15px 4px 4px 60px; 
	background:#fff url(/images/template/quote_bg.gif) no-repeat;
}



#left_nav {
	float:left;
	width:148px;
	margin-right:4px;
	background:#eeeeee;
}

#left_nav ul {
	list-style:none;
	margin:0;
	padding:0;
	background:#eeeeee;
}

#left_nav ul li {
	display:inline;
	clear:right;
}

#left_nav ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	padding-left:12px;
}

#left_nav ul li a:visited {
	color:#000;
	text-decoration:none;
}

#left_nav ul li a:hover {
	color:#000000;
	text-decoration:underline;
}

#left_nav .section {
	display:block;
	margin:4px 0 4px 0;
	background:#25A8FF; 
	padding:2px; 
	color:#ffffff;
	font-size:12px;
	font-family:arial,verdana,helvetica,sans-serif;
}

#left_nav .first-section {
	margin:0 0 4px 0;
	cursor:pointer;
}

#left_nav a {
	display:block;
	padding:4px 0 4px 2px;
}

.footer { margin:20px 0; font-size:11px; text-align:center; border-top:#ccc 1px solid; padding:10px 0 }

/********************************************
 *  Info Boxes                              *
 ********************************************/

.box {
	background:transparent none repeat scroll 0%;
	margin:1px;
	}

.box_cap {
	background:transparent none repeat scroll 0%;
	display:block;
	font-size:1px;
	}

.box_title {
	}

.box_content {
	background-color:#fff;
	padding:5px 10px;
	}

.box_footer {
	background:#fff;
	text-align:center;
	}


.box_content, .box .rc3, .box .rc4 {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}

.box .rc1, .box .rc2, .box .rc3, .box .rc4 {
	background-color:#fff;
	display:block;
	font-size:1px;
	height:1px;
	overflow:hidden;
	}

.box .rc1 {
	background:#ccc none repeat scroll 0%;
	}

.box .rc1, .box .rc2 {
	height:1px;
	margin:0pt 5px;
	}

.box .rc3 {
	border-width:0pt 1px;
	margin:0pt 2px;
	}

.box .rc4 {
	height:2px;
	border-width:0pt 1px;
	margin:0pt 1px;
	}

.box .rc2 {
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	border-width:0pt 2px;
	margin:0pt 3px;
	}





.infobox {
	background:transparent none repeat scroll 0%;
	margin:1px;
	}

.infobox_cap {
	background:transparent none repeat scroll 0%;
	display:block;
	font-size:1px;
	}

.infobox_title {
	border-bottom:1px solid #D3D3D3;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	margin-bottom:4px;
	padding-bottom:1px;
	}

.infobox_content {
	background-color:#fff;
	padding:5px 10px;
	font-size:11px;
}

* html .infobox_content {
	height:0px;
}

.infobox_content, .infobox .rc3, .infobox .rc4 {
	border-left:1px solid #D3D3D3;
	border-right:1px solid #D3D3D3;
}

.infobox .rc1, .infobox .rc2, .infobox .rc3, .infobox .rc4 {
	background-color:#fff;
}

.infobox .rc1 {
	background:#D3D3D3 none repeat scroll 0%;
}

.infobox .rc1, .infobox .rc2 {
	height:1px;
}

.infobox .rc4 {
	height:2px;
}

.infobox .rc2 {
	border-left:2px solid #D3D3D3;
	border-right:2px solid #D3D3D3;
}
.rc1, .rc2, .rc3, .rc4 {
	display:block;
	font-size:1px;
	height:1px;
	overflow:hidden;
}


.rc2 {
	border-width:0pt 2px;
}

.rc3, .rc4 {
	border-width:0pt 1px;
}


.rc1 {
	margin:0pt 5px;
}

.rc2 {
	margin:0pt 3px;
}

.rc3 {
	margin:0pt 2px;
}

.rc4 {
	margin:0pt 1px;
}

/*

	Basket Summary Elements

*/

#basket-summary {
	position:relative;
	color:#fff;
	margin:8px 10px;
	text-align:right;
	font-family:Arial,verdana,helvetica,sans-serif;
}

#basket-summary span.title {
	display:block;
	width:180px;
	text-align:right;
	font-size:13px;
	top:10px;
	margin-bottom:6px;
}

#basket-summary span.summary {
	display:block;
	width:180px;
	text-align:right;
	font-size:13px;
	margin-bottom:6px;
}

#basket-summary span a {
	color:#ffffff;
	text-decoration:none;
}

#basket-summary span.links {
	display:block;
	width:180px;
	text-align:right;
	font-size:11px;
}


#basket-summary span.links a:link {
	color:#999999;
	text-decoration:none;
}

#basket-summary span.links a:visited {
	color:#999999;
	text-decoration:none;
}

#basket-summary span.links a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#search {
	position:absolute;
	top:80px;
	right:5px;
	font-size:13pt;
	font-weight:normal;
}

#search input { font-size:11px; border:1px solid #333; background:#fff; }


.breadcrumbs {
	margin:0;
	padding:2px 0 6px 10px;
	font-size:14px;
	background-color: #049afe;
	color:#fff;
	font-weight:bold;
	clear:both;
	}
	
.breadcrumbs a:link, .breadcrumbs a:visited {
	color:#fff;
	text-decoration:none;
	}
	
.breadcrumbs a:hover {
	color:#fff;
	text-decoration:underline;
	}
	
.breadcrumbs a:active {
	color:#c33;
	}