/* ======================== SE GLOBAL STYLES ======================= */

body {
	background: #e3e3e3 url(../interface/bg.jpg) repeat-x 0 0;
	margin: 10px 0;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

	div.no_print
	{
		display: none;
		visibility: hidden;
	}

	div.print_only
	{
		visibility: visible;
	}


a {
	color: #c70000;
	text-decoration: none;
}

a img {border:none}

a.btnFunction {
	float:left;
	margin-right: 8px;
}

p { margin: 0 0 10px 0 }

h1 {
	font-size: 19px;
	margin: 0 0 8px 0;
	color: #000;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	margin: 0 0 8px 0;
	color: #c70000;
	font-weight: bold;
}

h2 a {
}

h2 a:hover {
	text-decoration: underline;
}

form { margin:0 }

#container {
	width: 772px;
	margin: 0 auto;
}



/* TOP ROW
/* =========================================== */

#top {
	width: 100%;
	height: 118px;
	position: relative;
}

	#logoContainer {
		position: absolute;
		left: 0;
		top: 0;
		width: 236px;
		height: 118px;
	}
	
	#toolbar {
		position: absolute;
		left: 236px;
		top: 38px;
		width: 536px;
		height: 29px;
		background: #e7e7e7 url(../interface/bg_toolbar.gif) repeat-x 0 0;
	}
	
	#navContainer {
		position: absolute;
		left: 236px;
		top: 67px;
		width: 536px;
		height: 51px;
		background: #c70000;
	}
	
	#navContainer #links { float:left }
	#navContainer #links a { float:left }
	
	#navContainer #search { float:right; margin-right:8px }
	#navContainer #search #searchLabel { float:left; margin-right: 8px }
	#navContainer #search #searchForm { float:left }
	
	#frmSearch { margin-top: 30px }
	#frmSearch input { float:left }
	#frmSearch .searchField {
		font-size: 10px;
		padding: 0;
		border: 1px solid #fff;
		margin: 0;
	}
	
	#langContainer {
		float: left;
		margin-left: 15px;
		margin-top: 6px;
		font-weight: bold;
	}
	
	#langContainer img { vertical-align: middle; margin-left: 10px; }
	
	#cartSummaryContainer {
		float: right;
		margin-right: 15px;
		margin-top: 6px
	}
	
	#cartSummaryContainer div { margin-left: 10px; float: left }
	#cartSummaryContainer #cartIcon { position:relative; top: -1px;}
	#cartLinks { font-weight: bold; color: #3467a5}
	#cartLinks a { color: #3467a5 }
	


/* MAIN
/* =========================================== */

#main {
	width: 100%;
	float: left;
	background: #fff url(../interface/bg_main.gif) repeat-y 0 0;
	padding-bottom: 10px;
}

#nav2Container {
	float: left;
	width: 236px;
}

#nav2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav2 li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border-top: 1px solid #fcb00c;
}

#nav2 li a {
	display: block;
	padding: 5px 24px;
	background: #fcc70c url(../interface/nav2_icon.gif) no-repeat 10px 50%;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
}

#nav2 li a:hover {
	background-color: #c70000;
	background-image: url(../interface/nav2_icon_hover.gif);
	color: #fff;
}

#nav2 li a.selected, #nav2 li a.selected:hover {
	background: #fcc70c url(../interface/nav2_bg_selected.gif) repeat-x 0 0;
	color: #c70000;
	font-size: 13px;
	padding-left: 12px;
}

#nav2 ul { margin:0; padding:0; list-style-type:none }
#nav2 ul li { border:none; margin:0; padding:0 }

#nav2 ul li a {
	display: block;
	padding: 5px 24px;
	background: #fcc70c;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 11px;
}

#nav2 ul li a:hover {
	background-color: #fcc70c;
	background-image: none;
	color: #e78200;
}

#contentContainer {
	margin-left: 0px;
	padding: 10px;
}
	
/* FOOTER CONTROLS */
/* =========================================== */
#footerControls
{
	clear: left;
	text-align: center;
	padding-top:10px;
	border: 1px solid #ddd;
}

#footerControls contentfootertext
{
}

/* FOOTER
/* =========================================== */

#footer {
	width: 100%;
}

#footerContent {
	float: left;
	padding: 6px 4px;
}

#footerContent #copyright { float:left; color:#777; }
#footerContent #links { float:right }
#footerContent #links a:hover { color:#000 }
#footerContent #links a {
	float: left;
	margin-left: 20px;
	color: #777;
}