@charset "utf-8";
/* CSS reset START */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* CSS reset END */
img, div, a, input {
	behavior: url(iepngfix.htc)
}
div#map img {
	behavior: none;
}
body {
	margin:10px 0;
}
body, td, th, input, button, textarea {
	font:13px Arial, Helvetica, sans-serif;
	color:#0A1B36;
}
a, a:link, a:visited {
	color:#0052a3;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
input, button, textarea {
	padding:4px;
	border:#89C5DF 1px solid;
}
label {
	float:left;
	margin-right:10px;
	padding-top:5px;
	text-align:right;
}
.submit {
	background:#0066cc url(images/button.png) repeat-x;
	color:#FFF;
	cursor:pointer;
}
.clear {
	clear:both;
}
/* no right border onlast LI element */
.last {
	border-right:0px none !important;
}
/* main containers START */
#main {
	width:980px;
	margin:auto;
}
#header {
	height:130px;
	background:url(images/header.png);
}
#left {
	width:730px;
	float:left;
}
#right {
	width:240px;
	float:left;
}
#footer {
	text-align:center;
	margin-top:10px;
}
.spacer {
	width:10px;
	float:left;
}
.spacer5 {
	width:3px;
	float:left;
}
.padd10 {
	padding:10px;
}
/* main containers END */
/* header containers START */
#logo {
	float:left;
	padding: 10px 0 0px 30px;
}
#logo div {
	height:78px;
	float:left;
}
#header-banner {
	float:left;
	padding: 10px 0 13px 10px;
}
#header-banner img {
	border:1px solid #89C5DF;
}
#header-right {
	float:right;
	padding: 10px 10px 5px 10px;
	text-align:right;
}
#header-right div {
	padding-right:40px;
}
.icon-search {
	width:30px;
	height:25px;
	padding:0px;
	background:url(images/icon-search.png) 0 -1px;
	padding:0 !important;
	border:none;
	text-indent:-9000px;
	font-size: 0px;
	line-height: 0px;
	cursor:pointer;
}
/* language box */
#language {
	float:right;
	padding: 5px 10px 0px 10px;
	text-align:right;
}
#language input, #language select {
	border:1px solid #89C5DF;
	border-collapse:collapse;
}
/* header elements END */
/* main menu START*/
ul#menu {
	height:40px;
	padding: 0;
	margin-left:30px;
	background:url(images/menu-divider.png) top left no-repeat;
}
ul#menu li {
	float:left;
	display:block;
	/*border-right:1px #d6d6d6 solid;*/
	background:url(images/menu-divider.png) top right no-repeat;
}
ul#menu li a {
	font:13px Arial, Helvetica, sans-serif;
	/*	color:#020c1c; */
	display:block;
	padding:12px 20px;
	text-decoration:none;
	text-transform: uppercase;
}
ul#menu li a:hover {
	color:#1D4065;
	background:url(images/bg-buttonhover.gif);
	text-decoration:underline;
}
/* main menu END*/
/* box styling START */
.box {
	padding:10px;
	background:#e4eaf0;
	border-left:1px #a7b8c0 solid;
	border-right:1px #a7b8c0 solid;
}
.thumb {
	padding:4px;
	background-color:#FFF;
	border:#89C5DF 1px solid;
	margin:10px 0;
}
.box-login, .box180, .box240, .box365, .box730 {
	margin-top:10px;
}
.box-login h2, .box180 h2, .box240 h2, .box365 h2, .box730 h2 {
	padding:11px 0 13px 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.box730 h2 {
	float:left;
}
.box-topmenu {
	float:right;
	padding:11px 10px 13px 10px;
}
.box-topmenu li {
	float:left;
	padding:0px 10px;
	border-right:1px #a7b8c0 solid;
}
.box-login {
	background:url(images/box-login.png) no-repeat;
	height:240px;
}
.box730 {
	width:730px;
	background:url(images/box730-top.png) no-repeat;
}
.box730-bg {
	background:url(images/box730.png) repeat-y;
}
.box730-bottom {
	background:url(images/box730-bottom.png);
	height:10px;
}
.box240 {
	width:240px;
	background:url(images/box240-top.png) no-repeat;
}
.box730-bg {
	background:url(images/box240.png) repeat-y;
}
.box240-bottom {
	background:url(images/box240-bottom.png);
	height:10px;
}
.box180 {
	text-align:center;
	width:180px;
	float:left;
	background:url(images/box180-top.png) no-repeat;
}
.box180-bg {
	background:url(images/box180.png) repeat-y;
}
.box180-bottom {
	background:url(images/box180-bottom.png);
	height:10px;
}
/* box styling END */
/* login form START */
.box-login form {
	padding:10px;
	text-align:center;
}
.box-login input {
	width:120px;
	margin-bottom:10px;
}
.box-login #remember {
	width:auto;
	border:none;
	float:left;
	margin-top:3px;
}
.box-login .submit {
	margin:10px 0;
}
/* categories START */
#categories {
}
ul#categories li a {
	padding:0 0 11px 30px;
	margin-bottom:10px;
	border-bottom:1px #a7b8c0 dotted;
	display:block;
	text-decoration:none;
}
ul#categories li a:hover {
	background:url(images/icon-categories.png) 0px -3px no-repeat;
}
/* categories END */
/* footer START */
#footer ul {
	padding:10px;
}
#footer ul li {
	/*	float:left;*/
	display:inline;
	padding: 0;/*	background:red; */
	border-right:1px #d6d6d6 solid;
	background:none;
}
#footer ul li.last {
	border:0px none !important;
}
#footer ul li a {
	padding:5px 15px;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
/* footer END */

