body {background-color: #fff; margin: 0; padding: 0;}

* {font-family: Arial, Verdana, Helvetica, sans-serif; color: #555; font-size: 13px;}

.clear {clear: both;}

img {border: 0; }
.blockimage { display: block; }


#main_header { width: 900px; padding: 20px 40px 10px 40px; margin: auto; background-repeat: no-repeat;}
#main_header .logo {float: left;}
#main_header .logo a { width: 610px; height: 140px; display: block; background-repeat: no-repeat; }
#main_header .theme {float: right; width: 90px; text-align: center;}
#main_header .theme h3 {font-size: 10px; padding: 15px 0 0 0;}
#main_header .theme a, #main_header .theme img {display: block; float: left;}

#main_menu_promo { width: 900px; height: 80px; margin: auto; }
#main_menu { width: 900px; height: 30px; padding: 0; margin: auto; }
#main_menu a { color: #fff; text-transform: uppercase; line-height: 20px; font-size: 11px; padding: 5px 10px 5px 10px; display: block; float: left; text-decoration: none; }
#main_menu a:hover { text-decoration: none; }
#main_menu a.menu_divider { background-repeat: no-repeat; }
#main_menu a.icon { line-height: 1px; font-size: 1px; height: 20px; padding: 5px 10px 5px 10px; }
#main_menu a.icon img { display: block; }
#main_menu a.right { float: right; }
.color_bar { margin: 0 0 30px 0; padding: 0; }

.main_container { width: 900px; padding: 0; margin: auto; }
.main_content { margin-bottom: 20px; }
.no_margin {margin: 0 !important;}
.main_content .column_left {width: 560px; padding-left: 20px; float: left; }
.main_content .column_right {width: 260px; padding-right: 20px; float: right;}

.product_promo_image { width: 280px; float: left; }
.product_promo_text { width: 280px; float: left; padding: 20px 0 0 0; }
.product_promo_right { padding: 30px 0 0 0;}

.box_footer_bg { width: 860px; padding: 15px 20px 5px 20px; }
.box_footer_bottom { width: 900px; height: 30px; margin-bottom: 5px; }
.box_footer_bg .footer_column { width: 200px; float: left; padding-left: 60px; }
.box_footer_bg .footer_column_margin { margin-right: 40px; }
.box_footer_bg .footer_column p, .box_footer_bg .footer_column  strong, .box_footer_bg .footer_column a, .box_footer_bg .footer_column a:hover {font-size: 11px; color: #fff; }
.box_footer_bg .footer_column a:hover { color: #fff; }

.box_footer_bg .footer_icon_facebook { background: transparent url('../img/icon_footer_facebook.png') no-repeat; }
.box_footer_bg .footer_icon_press { background: transparent url('../img/icon_footer_press.png') no-repeat; }
.box_footer_bg .footer_icon_contact { background: transparent url('../img/icon_footer_contact.png') no-repeat; }


.footer_copyright { margin-bottom: 20px; color: #888; text-align: center; }

div.divider { display: block; background-color: #ffffff; width: 100%; height: 1px; font-size: 0px; margin: 5px 0 5px 0; }



h1 { padding: 0px; margin: 0 0 5px 0; font-size: 24px; font-weight: bold; text-shadow: 0 1px 0 #fff;}
h2 { padding: 0px; margin: 0 0 5px 0; font-size: 16px; font-weight: bold; text-shadow: 0 1px 0 #fff;}
h3 { padding: 0px; margin: 0 0 5px 0; font-size: 13px; font-weight: bold; text-shadow: 0 1px 0 #fff;}

p {margin-top: 0; }

a { font-weight: normal; text-decoration: none}

.blue_text { color: #235ca9; }
.pink_text { color: #e775ae; }


/* TOOLTIP */

.tooltip { background: transparent url('../img/tooltip_bg.png') no-repeat; }
.tooltip div {
	background: transparent url('../img/tooltip_right.png') no-repeat right;
	margin-right: -15px;
	height:45px;
	padding:5px 15px 0 15px;
	line-height:30px;
	white-space:nowrap;
	font-size: 12px;
}


/* BUTTONS */

a.button {
    color: #fff;
    display: block;
    float: left;
    height: 25px;
    margin-right: 5px;
	margin-bottom: 10px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    display: block;
    line-height: 25px;
    padding: 0 0 0 15px;
	color: #fff;
	text-transform: uppercase; 
	font-weight: bold;
	font-size: 11px;
}

a.admin_button {
    background: transparent url('../img/btn_admin_right.png') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    height: 25px;
    margin-right: 5px;
	margin-bottom: 10px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}

a.admin_button span {
    background: transparent url('../img/btn_admin_span.png') no-repeat;
    display: block;
    line-height: 25px;
    padding: 0 0 0 32px;
	color: #333;
	text-shadow: 0 1px 0 #f0f0f0;
	font-size: 13px;
}


/* BACKOFFICE */
table.list td {padding: 3px; line-height: 20px; }

.odd { background-color: #fff; }
.even { background-color: #efefef; }


/* FORM STYLES */

form { padding: 0; margin: 0; }

div.box_bg { padding: 10px 10px 0 10px; background: transparent url('../img/box_form_bg.png') no-repeat scroll top left; }
div.box_bottom { height: 10px; padding: 0; background: transparent url('../img/box_form_bottom.png') no-repeat scroll top left; }
div.box_bg div.content_2col {width: 260px; float: left; }
div.box_bg div.content_2col_margin {margin-right: 20px;}
div.box_bg div.content_2col_split {width: 13px; float: left; }

.input-padding {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px 4px 4px 4px;
	padding: 4px;
	margin-bottom: 8px;
}

.input-form-error { border: 1px solid #cc0000 !important; }
.error_text {color: #cc0000;}

.input-padding input, .input-padding textarea, .input-padding select {
    background-color: transparent;
    border: 0 solid #000000;
	padding: 0;
	margin: 0;
	width: 100%;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}


/* NEWS */

div.newscontent img {float: left; margin: 10px;}

h2.news_header { font-size: 26px; padding: 0; margin: 10px 0 0 0;}
p.news_date { margin: 0;}
p.comment {padding-left: 20px; margin: 3px 0 18px 0;}
p.comment_postedby {margin: 0; padding: 0; font-style: italic; font-size: 11px; }


input, textarea, label {font-size: 13px;}

div.box_comment { border: 1px solid #d7c8c0; background-color: #f8efd9; padding: 10px; margin: 0;}
div.box_comment .textfield_comment { width: 240px;}
.comment_divider { display: block; background-color: #fff; border-top: 1px solid #c5c5c5; width: 100%; height: 1px; font-size: 0px; margin: 10px 0 10px 0; }

div.box_date { background-color: #efefef; border: 1px solid #c5c5c5; padding: 4px 10px 4px 10px; margin: 5px 0 5px 0;}


/* PRESS */

.press_image { width: 110px; margin-right: 5px; float: left;}
.press_text { width: 145px; float: left; padding: 10px 0 0 0;}

/* PRODUCTS */

.certification_image { width: 80px; margin-right: 5px; float: left;}
.certification_text { width: 195px; float: left; padding: 0;}
.certification_text p, .certification_text a {font-size: 11px; line-height: auto;}

.pink_content h1, .pink_content h2, .pink_content h3, .pink_content a { color: #e775ae;}
.pink_content a:hover { color: #cd468a;}

.blue_content h1, .blue_content h2, .blue_content h3, .blue_content a { color: #235ca9;}
.blue_content a:hover { color: #154381;}

