/********/
/* html */
/********/
body {
	background:#FFF url(../img/bg/body.gif) repeat-x;
	margin:0;
	padding:0;
	text-align:center
}

div {
	text-align:left
}

img {
	border:0;
	display:block
}

h1,
h2,
h3 {
	color:#00346a;
	font-size:14px;
	margin:0;
	padding:0;
}

h2 {
	font-size:13px;
}

h3 {
	font-size:12px;
	font-weight:normal;
}

h4,
h5,
h6 {
	color:#de9805;
	font-size:14px;
	margin:0;
	padding:0;
}

h5 {
	font-size:13px;
}

h6 {
	font-size:12px;
}

p {
	margin:0 0 18px 0;
	padding:0
}

a {
	color:#de9805;
	text-decoration:underline
}

a:hover {
	text-decoration:underline
}

a.active,
a:focus {
	outline: 0
}

hr {
	background:#FFF;
	border:0;
	border-top:1px solid #DDD;
	height:1px;
	line-height:1px;
	margin:0 0 10px 0
}

form {
	margin:0;
	padding:0
}

input,
textarea,
select {
	border:1px solid #00346a;
	color:#00346a;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	height:16px;
	padding:2px 5px 0 5px
}

td {
	color:#00346a;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	vertical-align:top
}

ul {
	margin:0 0 20px 15px;
	padding:0
}

ol {
	margin:0 0 20px 30px;
	padding:0
}

/**********/
/* layout */
/**********/
/* page */
#page {
	color:#00346a;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0 auto;
	width:966px;
}

/* header */
#header {
	height:120px;
	position:relative;
	z-index:2;
}

#logo {
	height:110px;
	left:-10px;
	position:absolute;
	top:0;
	width:250px;
}

#logo img {
	height:110px;
	width:250px;
}

/* menu */
#menu_wrapper {
	background:url(../img/bg/menu.gif) repeat-x;
	height:25px;
	left:258px;
	position:absolute;
	top:57px;
}

#menu {
	background:url(../img/bg/menu_left.gif) no-repeat 0 0;
	float:left;
}

#menu ul {
	background:url(../img/bg/menu_right.gif) no-repeat right top;
	float:left;
	list-style:none;
	margin:0;
	padding:0 10px 0 11px;
}

#menu li {
	border-right:1px solid #6685a6;
	float:left;
	font-weight:bold;
	position:relative;
}

#menu li a {
	background:url(../img/bg/menu.gif) repeat-x;
	color:#00346a;
	float:left;
	height:25px;
	line-height:25px;
	padding:0 10px;
	text-decoration:none;
}

#menu li a:hover,
#menu li a.active {
	background:url(../img/bg/menu.gif) repeat-x 0 -25px;
	color:#FFF;
}

#menu li div {
	background:url(../img/bg/submenu_bottom.png) no-repeat left bottom;
	display:none;
	left:0;
	padding:0 0 5px 0;
	position:absolute;
	top:25px;
	width:175px;
}

#menu li ul {
	background:url(../img/bg/submenu.png);
	padding:0;
	width:175px;
}

#menu li:hover div,
#menu li.cs_hover div {
	display:block;
}

#menu li li {
	border-right:0;
	float:left;
	font-weight:normal;
	width:175px;
}

#menu li li a {
	background:none;
	border-bottom:1px solid #6685a6;
	color:#00346a;
	font-size:11px;
	height:18px;
	line-height:18px;
	width:155px;
}

#menu li li a:hover,
#menu li li a.active {
	background:#ced8e3;
	color:#00346a;
}

/* content */
#main {
	z-index:1;
}

#banners {
	display:inline;
	float:left;
	width:229px;
}

#content {
	display:inline;
	float:left;
	margin:0 0 0 29px;
	width:478px;
}

#content_full {
	display:inline;
	float:left;
	margin:0 0 0 15px;
	width:721px;
}

/* triggers */
#triggers {
	display:inline;
	float:left;
	margin:0 0 0 30px;
	width:200px;
}

/* footer */
#footer {
	border-top:1px solid #cddae8;
	color:#8794a2;
	font-size:11px;
	height:30px;
	line-height:20px;
	margin:20px 0 0 0;
	padding:0 15px;
	text-align:center;
}

#footer p {
	margin:0;
	padding:0;
}

#footer a {
	color:#8794a2;
}

/*********/
/* pages */
/*********/
/* home */
.cs_carrousel_wrapper {
	background:url(../img/bg/carrousel.gif) no-repeat;
	height:208px;
	overflow:hidden;
	margin:0 0 20px 0;
	width:478px;
	z-index:1
}

.cs_carrousel_main_wrapper,
.cs_carrousel_main_image_wrapper,
.cs_carrousel_main_image_wrapper img {
	height:198px;
	width:265px;
}

.cs_carrousel_main_wrapper {
	left:5px;
	top:5px;
}

.cs_carrousel_main_text_wrapper,
.cs_carrousel_main_label_wrapper {
	display:none
}

.cs_carrousel_items_wrapper {
	height:198px;
	overflow:hidden;
	right:5px;
	top:5px;
	width:203px;
}

.cs_carrousel_item_wrapper {
	height:50px;
	width:203px;
}

.cs_carrousel_item {
	background:#adcff2;
}

.cs_carrousel_item_hover {
	background:#76a1d2;
}

.cs_carrousel_item_info_wrapper {
	border-bottom:1px solid #5a85b1;
	height:49px;
	overflow:hidden;
	position:relative;
	width:203px;
}

.cs_carrousel_item_product {
	font-size:11px;
	height:39px;
	left:0;
	line-height:13px;
	padding:5px;
	position:absolute;
	text-align:right;
	top:0;
	width:115px;
}

.cs_carrousel_item_product .header {
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:right;
}

.cs_carrousel_item_product p {
	margin:0;
	padding:0;
}

.cs_carrousel_item_thumbnail {
	height:41px;
	position:absolute;
	right:8px;
	top:0;
	width:65px;
}

.cs_carrousel_item_thumbnail img {
	border:1px solid #fff;
	height:39px;
	margin:4px 0 0 0;
	width:52px;
}

/***********/
/* overall */
/***********/
.clear {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px
}

.hide{
	display:none
}

.box_1,
.box_2,
.box_3,
.box_4 {
	background:url(../img/bg/box_1_top.gif) no-repeat;
	font-size:11px;
	line-height:16px;
	padding:5px 0 0 0;
	margin:0 0 20px 0;
	width:229px;
}

.box_2 {
	background:url(../img/bg/box_2_top.gif) no-repeat;
}

.box_3,
.box_4 {
	background:url(../img/bg/box_3_top.gif) no-repeat;
	width:200px;
}

.box_4 {
	background:url(../img/bg/box_4_top.gif) no-repeat;
}

.box_1 .box_outer,
.box_2 .box_outer,
.box_3 .box_outer,
.box_4 .box_outer {
	background:url(../img/bg/box_1_bottom.gif) no-repeat left bottom;
	padding:0 0 5px 0;
}

.box_2 .box_outer {
	background:url(../img/bg/box_2_bottom.gif) no-repeat left bottom;
}

.box_3 .box_outer {
	background:url(../img/bg/box_3_bottom.gif) no-repeat left bottom;
}

.box_4 .box_outer {
	background:url(../img/bg/box_4_bottom.gif) no-repeat left bottom;
}

.box_1 .box_inner,
.box_2 .box_inner,
.box_3 .box_inner,
.box_4 .box_inner {
	background:url(../img/bg/box_1_center.gif) repeat-y;
	padding:10px 16px 11px 15px;
}

.box_2 .box_inner {
	background:url(../img/bg/box_2_center.gif) repeat-y;
}

.box_3 .box_inner {
	background:url(../img/bg/box_3_center.gif) repeat-y;
}

.box_4 .box_inner {
	background:url(../img/bg/box_4_center.gif) repeat-y;
}

.box_1 img,
.box_2 img {
	border:1px solid #FFF;
	width:196px;
}

.box_3 img,
.box_4 img {
	border:1px solid #FFF;
	width:167px;
}

.box_1 a,
.box_2 a,
.box_3 a,
.box_4 a {
	color:#de9805;
	font-weight:bold;
	text-decoration:none;
}

.box_2 a,
.box_4 a {
	color:#fff;
}

/* forms */
#login {
	position:relative;
}

#forgot_password {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	left:0;
	position:absolute;
	top:93px;
}

#forgot_password a {
	color:#00346a;
	font-weight:normal;
	text-decoration:underline;
}

.cs_form_wrapper .cs_form_label label {
	font-size:12px;
}

#login .cs_form_wrapper .cs_form_label label {
	display:none;
}

.cs_form_wrapper .cs_form_input input,
.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	border:1px solid #00346a;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	height:16px;
	padding-top:2px;
	width:290px
}

.cs_form_wrapper .cs_form_input textarea,
.cs_form_wrapper .cs_form_input select {
	height:20px;
	padding:0;
	width:300px
}

.cs_form_wrapper .cs_form_input textarea {
	height:150px
}

#login .cs_form_wrapper .cs_form_input input,
#login .cs_form_wrapper .cs_form_input textarea,
#login .cs_form_wrapper .cs_form_input select {
	color:#76a1d2;
	width:157px;
}

.cs_form_wrapper .cs_form_button {
	margin:10px 25px 20px 0;
}

#login .cs_form_wrapper .cs_form_button {
	margin:0;
	width:170px;
}

.cs_form_wrapper .cs_form_button input {
	background:#00346a;
	border:1px solid #FFF;;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
}

.cs_form_wrapper .cs_form_button input:hover {
	background:#6685a6;
}

#login .cs_form_wrapper .cs_form_button input {
	float:right;
	font-size:10px;
	font-weight:normal;
}
