/* RESET */
/* ----------------------------------------- */

/* Global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; outline: none; }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* LAYOUT */
/* ----------------------------------------- */

br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }
img.left {float: left; margin: 0 10px 5px 0;}
img.right {float: right; margin: 0 0 5px 10px}
img.center {margin: 0 auto; display: block;}

/* BODY */
/* ----------------------------------------- */

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
	background: #3c3c3c url(../images/background.jpg) repeat-x;
	position: relative;
}
.best_price {
	position: absolute;
	top: 0;
	left: -19px;
}

.wrapper {
	width: 938px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

a { color: #00b6bf; }

/* HEADLINE */
/* ----------------------------------------- */

#headline {
	height: 87px;
	position: relative;
}
#headline .wrapper {
	height: 87px;
	background: url(../images/header_bg.png) no-repeat top right;
}
#head_left {
	float: left;
	padding: 15px 0 0 42px;
}
#head_left p {
	font-size: 21px;
	color: #cabd9d;
	font-style: italic;
}
#head_left p.indent {
	margin-left: 75px;
}
#head_right {
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 10;
}
#head_right ul {
	display: block;
	background: #fff;
	position: absolute;
	right: 0;
	top: 21px;
	z-index: 11;
	padding: 5px 0;
	display: none;
	width: 255px;
}
#head_right ul .hover {
	background: #68e1e8;
}
#head_right ul li a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 2px 5px;
	float: left;
	width: 75px;
}
#head_right p {
	float: left;
	color: #fff;
	font-size: 11px;
	line-height: 21px;
}
#head_right div {
	float: left;
	color: #fff;
	font-size: 11px;
}
#head_right .selected {
	height: 21px;
	background: url(../images/lang_sel_right.png) no-repeat top right;
	padding-right: 25px;
	margin-left: 5px;
	display: inline;
	cursor: pointer;
}
#head_right .selected_wrap {
	height: 21px;
	background: url(../images/lang_sel_left.png) no-repeat top left;
	float: none;
	font-size: 11px;
	color: #000;
	line-height: 21px;
	padding-left: 6px;
	padding-right: 10px;
}

/* NAVIGATION */
/* ----------------------------------------- */

#navigation {
	height: 137px;
	margin-top: -85px;
}
#navigation .wrapper {
	background: url(../images/nav_bg.png) no-repeat 0 85px;
	overflow: hidden
}
#navigation #logo {
	display: block;
	position: absolute;
	top: 0px;
	left: 406px;
	z-index: 2;
}
#navigation #left_nav {
	float: left;
	margin-left: 23px;
	width: 380px;
}
#navigation #right_nav {
	float: right ;
	margin-right: 22px;
	width: 370px;
}
#navigation .nav {
	margin-top: 85px;
	height: 50px;
	padding-top: 3px;
}
#navigation .nav li {
	float: left;
	line-height: 20px;
	margin: 0 32px 0 0;
}
#navigation .nav li cufon {
	margin: 5px 0;
}
#navigation #right_nav li {
	margin-right: 21px;
}
#navigation .nav li.no_marg, #navigation #right_nav .no_marg {
	margin-right: 0;
}
#navigation .nav li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, serif; 
}
#navigation .nav li a:hover, #navigation .nav li.current a {
	color: #f4f700;
}
.left_link {
	text-align: center;
	font-size: 24px;
	float: left;
	width: 412px;
	margin-top: 85px;
	height: 52px;
	line-height: 52px;
	font-family: "Myriad Pro";
}
.left_link a {
	color: #fff;
	text-decoration: none;
}
.left_link a:hover {
	text-decoration: underline;
}
.right_link {
	text-align: center;
	font-size: 24px;
	float: right;
	width: 412px;
	margin-top: 85px;
	line-height: 52px;
	font-family: "Myriad Pro";
}
.right_link a {
	color: #fff;
	text-decoration: none;
}
.right_link a:hover {
	text-decoration: underline;
}

#content .error { color: red; }

/* CONTENT */
/* ----------------------------------------- */

#content_1 {
}
#content_2 {
}
#content {
	background: #fff;
	padding: 15px 12px 0;
	font-size: 12px;
	color: #000532;
}
#content p {
	margin-bottom: 20px;
	margin-left: 10px;
}
#content ul li {
	list-style: disc;
	margin-left: 25px;
}
#content ol li {
	list-style: decimal;
	margin-left: 25px;
}
#content h1 {
	font-size: 15px;
	font-weight: bold;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
}
#content h3 {
	font-size: 13px;
	font-weight: bold;
}
#content h1.med {
	display: block;
	width: 434px;
	height: 47px;
	line-height: 47px;
	background: url(../images/head_med.jpg) no-repeat;
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	font-family: "Myriad Pro";
	font-weight: normal;
	text-shadow: #fff 0 1px 0;
}
#content h1.med cufon {
	margin-top: 15px;
}
#content h1.big {
	display: block;
	width: 649px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: url(../images/head_big.jpg) no-repeat;
	font-size: 18px;
	font-family: "Myriad Pro";
	color: #000;
	text-shadow: #fff 0 1px 0;
	margin-bottom: 20px;
	font-weight: bold;
	
}
#content h1.big a {
	color: #000;
	text-decoration: none;
}
#content h1.big a:hover {
	text-decoration: underline;
}
#content table {
	background: #dcdcdc;
	margin-bottom: 15px;
	color: #000532;
	font-size: 12px;
	font-weight: bold;
}
#content table .table_top {
	background: url(../images/table_top.jpg) no-repeat top left;
}
#content table tr {
	border-bottom: 2px solid #eaeaea;
}
#content table tr td {
	border-right: 2px solid #eaeaea;
}
#content table tr .last {
	border: none;
}
#content table .table_bott {
	background: url(../images/table_bottom.jpg) no-repeat bottom left;
	border-bottom: 0;
}
#content table td {
	padding: 5px 10px;
}
#left_side {
	float: left;
	padding-right: 24px;
	width: 434px;
	border-right: 1px solid #000;
}
#right_side {
	float: left;
	width: 434px;
	padding-left: 20px;
	border-left: 1px solid #000;
	margin-left: -1px;
}
#cont {
	float: left;
	width: 649px;
}
#content_bott {
	background: url(../images/cont_bott.jpg) no-repeat;
	width: 938px;
	height: 13px;
	overflow: hidden;
}
#content form p {
	margin: 5px 0;
}
#content form p label {
	display: inline-block;
	width: 120px;
}
#content form p input {
	width: 150px;
}
#content form p select {
	width: 152px;
}
/* SIDEBAR */
/* ----------------------------------------- */


#sidebar {
	float: right;
	width: 242px;
	background: #d1d1d1;
}
#sidebar_top {
	width: 242px;
	height: 11px;
	overflow: hidden;
	background: url(../images/sidebar_top.jpg) no-repeat;
}
#sidebar_bott {
	width: 242px;
	height: 12px;
	overflow: hidden;
	background: url(../images/sidebar_bottom.jpg) no-repeat;
}
#sidebar .item h1.small {
	display: block;
	width: 242px;
	height: 29px;
	line-height: 29px;
	background: url(../images/head_small.jpg) no-repeat;
	font-size: 18px;
	color: #000;
	text-shadow: #fff 0 1px 0;
	margin-bottom: 5px;
	font-weight: normal;
	font-family: "Myriad Pro";
	text-align: center;
}
#sidebar .item {
	font-size: 11px;
	margin-bottom: 15px;
}
#sidebar .item ul li {
	list-style: none;
	color: #2b2b2b;
	font-weight: bold;
	margin: 10px 0 10px 15px;
}
#sidebar .item ul li a {
	color: #2b2b2b;
	text-decoration: none;
}
#sidebar .item ul li a:hover {
	text-decoration: underline;
}
#sidebar .item label {
	display: block;
}
#sidebar .item div {
	padding: 0 15px;
}

/* FOOTER */
/* ----------------------------------------- */

#footer {
	height: 71px;
	background: url(../images/footer.jpg) repeat-x;
	padding-top: 6px;
}
#footer .wrapper {
	background: url(../images/footer_bg.jpg) no-repeat top left;
	overflow: hidden;
	padding-top: 18px;
}
#footer .left {
	float: left;
}
#footer .left p {
	font-size: 11px;
	color: #fff;
}
#footer .right {
	float: right;
}
#footer .right p {
	font-size: 11px;
	color: #fff;
	position: relative;
}
#footer .right p img {
	position: absolute;
	top: 0;
	right: 0;
}
