@charset "utf-8";
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}
body {
	background: #253462;
	font: 12px/1.45em "Lucida Grande",Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
}
img {
	border:0px;
}


/* Text based CSS ------------------------------------------------------------------------- */

p {
	margin-bottom: 10px;
	line-height: 18px;
	text-align: left;
}
h1 {
	font-size:20px;
	font-weight:normal;
	color:#253462;
	line-height:26px;
	margin-bottom:50px;
	text-align:left;
	height:63px;
}

h2 {
	font-size:17px;
	font-weight:bold;
	color:#333333;
	line-height:20px;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
	text-align:left;
	border-bottom:1px solid #dfedcc;
}
h3 {
	font-size:16px;
	text-transform:normal;
	font-weight:bold;
	color:#333333;
	margin-bottom: 10px;
	text-align:left;
}
h1 strong {
	color:#fff;
	font-weight:bold;
}
h2 strong, h3 strong {
	color:#333333;
	font-weight:bold;
}
a:link {
	color: #2040a5;
}
a:visited {
	color: #2040a5;
}
a:hover {
	color: #2040a5;
}
p a:link {
	color: #2040a5;
}
p a:visited {
	color: #2040a5;
}
p a:hover, ul li a:hover {
	color: #2040a5;
	border-bottom:1px dotted;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.margin_bottom {
	margin-bottom:20px;
}
strong {
	font-weight: bold;
	color:#1a4773;
}
hr {
	border-bottom: 1px dotted #493f3b;
	border-top:0px;
	margin-bottom:10px;
}
/* Header ------------------------------------------------------------------------- */

.header {
	background:url(/images/bg_header.jpg) repeat-x top;
}
.header_span {
	background:url(/images/bg_header_btm.jpg) no-repeat bottom;
	height:130px;
}
.logo {
	height:103px;
	margin-top:11px;
}
.top_search {
	background:url(/images/bg_search.jpg) no-repeat 480px 0px;
	height:38px;
}
.top_search .input_field {
	background:#fff;
	border:0px #fff;
	color:#9b9b9b;
	width:200px;
	margin-top:13px;
	margin-left:16px;
}
.top_news {
	margin-top:60px;
}
.top_news p {
	font-size:17px;
	margin:0px;
	color:#253462;
	text-align:right;
}
.top_news a:link, .top_news a:visited {
	color:#253462;
	text-decoration:none;
	border:0px;
}
.top_news a:hover{
	color:#3e5086;
	text-decoration:none;
	border:0px;
}

/* Bread Trail ------------------------------------------------------------------------- */

.bread {
	height:26px;
}
.bread p {
	font-size:11px;
	margin:0px;
	line-height:auto;
	padding-top:4px;
	color:#fff;
	text-align:left;
}
.bread a:link, .bread a:visited {
	color:#fff;
	text-decoration:none;
	border:0px;
}
.bread a:hover {
	color:#dbebc7;
	text-decoration:none;
	border:0px;
}
.bread a.selected {
	color:#dbebc7;
	text-decoration:none;
	font-weight:bold;
	border:0px;
}

/* Content Box ------------------------------------------------------------------------- */

.content {
	background:#fff;
}
.content .tl {
	background:url(/images/bg_tl.jpg) top left no-repeat;
}
.content .tr {
	background:url(/images/bg_tr.jpg) top right no-repeat;
}
.content .bl {
	background:url(/images/bg_bl.jpg) bottom left no-repeat;
}
.content .br {
	background:url(/images/bg_br.jpg) bottom right no-repeat;
}
.content .pad {
	padding-top:10px;
	padding-bottom:10px;
}
.txt ul {
	padding-left: 15px;
	padding-top: 25px;
	margin-bottom: 17px;
	margin-top: 15px;
	border-top: 1px solid #dddddd;
	background: url(/images/bg_ul.jpg) top repeat-x;
}
.txt ul li ul {
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 0;
	background: none;
}
.txt ul li {
	line-height: 17px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 7px;
	border-bottom: 1px dotted #e8e8e8;
}
.txt ul li ul li {
	font-size: 11px;
	color: #aa3457;
	line-height: 14px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 0px;
	border-bottom: 0;
}

/* Left Box ------------------------------------------------------------------------- */

.nav_holder {
	padding-right:10px;
}
.nav {
	padding-right:3px;
	padding-left:3px;
	background:#9fcb31;
	margin-bottom:10px;
}
#navigation {
	list-style:none;
	padding:10px;
}
#navigation li {
	list-style:none;
}
#navigation a.head {
	font-size: 16px;
	color:#fff;
	padding-top:9px;
	padding-bottom:9px;
	display:block;
	text-align:left;
	text-decoration:none;
	cursor:pointer;
	border-bottom:1px solid #cee496;
}
#navigation a.head.menu {
}
#navigation a.head.menu:hover {
	background: url(/images/bg_nav_arrow_open.jpg) 12px bottom no-repeat;
	color:#e9fcba;
}
#navigation li:hover {
	color:#e9fcba;
}
#navigation a.head.menu.selected {
	background: url(/images/bg_nav_arrow_open.jpg) 12px bottom no-repeat;
	color:#fff;
	border:0px;
}
#navigation a.head.menu.selected:hover {
	background: url(/images/bg_nav_arrow_open.jpg) 12px bottom no-repeat;
	color:#fff;
	border:0px;
}
#navigation a.head:hover {
	color:#e9fcba;
}
#navigation a.head.selected {
	color:#3c5303;
}
.accor {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background:#cee496;
	padding-top: 5px;
	padding-bottom: 10px;
}
.accor p {
	margin:0px;
}
.accor li {
	
	font-size: 11px;
	line-height: 14px;
	border:0px;
	padding:6px;
	border-bottom:1px solid #9fcb31;
	cursor:pointer;
	text-align:left;
	text-decoration:none;
	display:block;
}
.accor li:hover {
	color:#253462;
	background: #d7eca3;
	text-decoration:none;
}
.accor a:link,.accor a:visited {
	color:#253462;
	text-decoration:none;
	border:0px;
}
.accor a:hover,.accor a.selected {
	color:#719a0b;
	text-decoration:none;
	border:0px;
}
.accor li:hover a {
	color:#719a0b;
	text-decoration:none;
	border:0px;
}

/* Right Box ------------------------------------------------------------------------- */

.main_box {
	background:url(/images/bg_main_box.jpg) no-repeat left top;
}
.main_box .pad {
	float:left;
	padding-left:15px;
	padding-top:40px;
	width:334px;
	height:140px;
}
.main_box .slide {
	width:350px;
	height:190px;
	float:right;
	overflow:hidden;

}

/* Bottom Box ------------------------------------------------------------------------- */

.box_width {
	width:233px;
	margin-top: 11px;
	float:left;
}
.box h3 {
	margin-bottom: 0px;
}
.box {
	font-size:11px;
	line-height:15px;
}
.box .title {
	padding:10px;
	border:1px solid #dddddd;
	background:url(/images/bg_box_title.jpg) repeat-x top;
}
.box .body {
	border:1px solid #dddddd;
	border-top:0px;
	background:url(/images/bg_box_body.jpg) repeat-x bottom;
}
.box .pad {
	padding:10px;
	padding-right:58px;
}

/* Button Class ------------------------------------------------------------------------- */

.btn, .btn:hover {
	background:url(/images/bg_btn_right.png) no-repeat right top;
	padding-right:14px;
	padding-top:4px;
	padding-bottom:8px;
	padding-left:0px;
	border:0px;
	font-size:11px;
	text-transform:none;
	font-weight:normal;
}
.btn span {
	float:left;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:8px;
	padding-left:9px;
	color:#000004;
	border:0px;
	background:url(/images/bg_btn_left.png) no-repeat top left;
}
.btn:hover span {
	color:#3e5086;	
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.btn span {float:none;}
/* End IE5-Mac hack */

/* UL & LI------------------------------------------------------------------------- */

.no_style_ul {
	margin:0px;
	padding:0px;
	list-style:none;
	cursor:pointer;
}
.text ul {
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:10px;
	font-size:12px;
	list-style:none;
}
.text ul li {
	background:url(/images/bg_li.jpg) 0px 4px no-repeat;
	line-height:17px;
	text-align:left;
	margin-left:0px;
	padding-left:13px;
	padding-bottom:4px;
	margin-bottom:10px;
	color:#000;
}
.text ul li a:link {
	color:#e9e9e9;
	text-decoration:none;
}
.text ul li a:visited {
	color:#e9e9e9;
	text-decoration:none;
}
.text ul li a:hover {
	color:#0fbdd5;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
.text li strong {
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	color:#2c74b5;
	text-align:left;
}

/* Footer ------------------------------------------------------------------------- */

.footer {
	margin-bottom:60px;
	height:26px;
}

.right {
	padding-left:20px;
}
.footer .left p {
	text-align:left;
	font-size:11px;
	padding-left:10px;
	padding-top:4px;
	color:#fff;
}
.footer .left ul {
	list-style:none;
	padding-top:7px;
}
.footer .left li {
	float:left;
	text-align:left;
	font-size:11px;
	margin:0px;
	padding:0px;
	border-right:1px solid #fff;
	margin-right:6px;
	padding-right:9px;
	line-height:12px;
}
.footer .left li.nopad {
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.footer .left li a:link, .footer .left li a:visited, .footer .left li a:hover {
	color:#fff;
	text-decoration:none;
}
.footer .right p {
	text-align:right;
	font-size:11px;
	padding-top:4px;
	color:#fff;
}
.footer  a:link, .footer  a:visited  {
	color:#fff;
}
.footer  a:hover  {
	color:#fff;
	border-bottom:1px dotted #fff;
}


form.styleLabel label
{
	float:left;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}
form.styleLabel fieldset
{
	padding-top:1em;
	padding-left:1em;
	border:0px dashed #d2d1d1;
	background:#e8f0de;
	padding-bottom:10px;
	margin-bottom:15px;
}
form.styleLabel fieldset legend
{
	font-size: 16px;
	color:#075ea8;
	font-weight:normal;
	text-align:left;
}
form.styleLabel fieldset div
{
	display: block;
	margin-bottom:.5em;
}
form.styleLabel fieldset#delivery_address
{
	display: none;	
}
div.error
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #C00;
}
div .error ul li
{
	text-align: left;	
}
.content input[type=text] {
	background:#f6f6f6;
	border:1px solid #becae3;
	padding:3px;
	color:#373438;
	font-size:10px;
	margin-right:7px;
}
.content textarea {
	background:#f6f6f6;
	border:1px solid #becae3;
	padding:3px;
	width:317px;
	height:90px;
	color:#373438;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin-right:7px;
}

.txt ul {
	padding-left: 15px;
	padding-top: 25px;
	margin-bottom: 17px;
	margin-top: 15px;
	border-top: 1px solid #dddddd;
	background: url(/images/bg_ul.jpg) top repeat-x;
}
.txt ul li ul {
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 0;
	background: none;
}

#pages {
	list-style:none;
	margin-bottom:10px;
	margin-top: 0px;
	border-top: 0px;
	padding-top: 2px;
	background: none;
}
#pages li {
	float:left;
	margin:0px;
	margin-right:3px;
	list-style:none;
	border: 0px;
}
#pages a:link {
	text-decoration:none;
	color:#151b23;
	background:url(../images/pg1.jpg) center no-repeat;
	padding:6px;
	border: 0px;
}
#pages a:visited {
	text-decoration:none;
	background:url(../images/pg1.jpg) center no-repeat;
	color:#151b23;
	padding:6px;
	border: 0px;
}
#pages a:hover {
	text-decoration:none;
	background:url(../images/pg2.jpg) center no-repeat;
	color:#38598f;
	padding:5px;
	border: 0px;
}
#pages a.selected {
	text-decoration:none;
	background:url(../images/pg2.jpg) center no-repeat;
	color:#38598f;
	padding:6px;
	border: 0px;
}