/* CSS Document */
@charset "utf-8";

/* FONTS */

@font-face {
    font-family: 'Swis721BT';
    src: url('/fonts/swiss-webfont.eot');
    src: url('/fonts/swiss-webfont.eot?iefix') format('eot'),
         url('/fonts/swiss-webfont.woff') format('woff'),
         url('/fonts/swiss-webfont.ttf') format('truetype'),
         url('/fonts/swiss-webfont.svg#webfontvl0uQ5qz') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Swis721BT';
    src: url('/fonts/swissi-webfont.eot');
    src: url('/fonts/swissi-webfont.eot?iefix') format('eot'),
         url('/fonts/swissi-webfont.woff') format('woff'),
         url('/fonts/swissi-webfont.ttf') format('truetype'),
         url('/fonts/swissi-webfont.svg#webfontw2PCOyh3') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Swis721BT';
    src: url('/fonts/swissb-webfont.eot');
    src: url('/fonts/swissb-webfont.eot?iefix') format('eot'),
         url('/fonts/swissb-webfont.woff') format('woff'),
         url('/fonts/swissb-webfont.ttf') format('truetype'),
         url('/fonts/swissb-webfont.svg#webfontVC033lmY') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Swis721BT';
    src: url('/fonts/swissbi-webfont.eot');
    src: url('/fonts/swissbi-webfont.eot?iefix') format('eot'),
         url('/fonts/swissbi-webfont.woff') format('woff'),
         url('/fonts/swissbi-webfont.ttf') format('truetype'),
         url('/fonts/swissbi-webfont.svg#webfontVCJY4NZC') format('svg');
    font-weight: bold;
    font-style: italic;
}

/* MAIN PAGE ELEMENTS */

html {
	width: 100%;
	height: 100%;
}
body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Swis721BT,Arial,Helvetica,san-serif;
	font-size: 14px;
	border: 0;
	margin: 0;
	min-width: 950px;
}
div {
	display: block;
}
span {
	display: inline;
}
img {
	border: 0
}
form {
	display: inline;
}
th,td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-family: Swis721BT,Arial,Helvetica,san-serif;
	font-weight: normal;
	clear: both;
	color: #2468BA;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 22px;
}
input,select,textarea {
	font-family: Swis721BT,Arial,Helvetica,san-serif;
	font-weight: normal;
	color: #4D4D4D;
}
a, a:link, a:visited, a:active, a:hover {
	color: #00489F;
	text-decoration: none;
}
a:hover {
	color: #00489F;
}

/* LAYOUT */

#logo,#menu,#content {
	margin: 0 auto;
	width: 900px;
	overflow: hidden;
    position: relative;
}

#logo {
    height: 95px;
    margin: 55px auto -60px;
    text-align: right;
}
#menu {
	text-align: left;
}
#content {
	overflow-y: auto;
	width: 800px;
	min-height: 320px;
    z-index: 2;
    padding: 30px 50px;
    border: 1px solid #8C9FBA;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: #8C9FBA 0 0 .25em;
    -moz-box-shadow: #8C9FBA 0 0 .25em;
    box-shadow: #8C9FBA 0 0 .25em;
    behavior: url(/scripts/pie.htc);
}

/* LOGO */

#logo h1, #logo h3 {
	float: right;
	position: relative;
}
#logo h1 {
	line-height: 16px;
	font-size: 16px;
	margin: 68px 0 -84px;
    z-index: 6;
}
#logo h3 {
	line-height: 68px;
	font-size: 68px;
    z-index: 7;
}
#top_right_element {
	width: 350px;
	height: 44px;
	margin: 0 auto -44px;
	bottom: 7px;
	left: 282px;
	z-index: 5;
	background: url(/images/main/top-right-element.png) no-repeat 0 0;
	position: relative;
}

/* MENU */

#menu ul {
    padding: 0 0 0 30px;
    margin: 0 0 -1px 0;
    overflow: hidden;
    height: 2.6em;
}

#menu ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: .25em 1em 0 0;
    height: 2.75em;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #FFF;
}

#menu ul li.selected {
    z-index: 3;
}

#menu ul a {
    float: left;
	color: #FFFFFF;
	font-size: 15px;
    height: 2.15em;
    line-height: 2.15em;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: #19ABE2;
    border: 1px solid #888;
    border-bottom: 0;
    padding: 0 30px;
    text-decoration: none;
    behavior: url(/scripts/pie.htc);
}

#menu ul .selected a {
	color: #FAFAFA;
    background: #48C6ED;
    border: 1px solid #888;
    -webkit-box-shadow: #8C9FBA 0 0 .25em;
    -moz-box-shadow: #8C9FBA 0 0 .25em;
    box-shadow: #8C9FBA 0 0 .25em;
}

#menu ul a:hover {
	color: #FAFAFA;
    background: #34BDE8;
    border: 1px solid #888;
}


/* PAGE ELEMENTS */

#content p {
	line-height: 1.75em;
}
#content h3 {
	color: #80ADCE;
	margin: 15px 0;
}
#contact_list {
	margin: 15px 0 -100px;
	height: 120px;
    float: right;
    width: 190px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
#contact_list ul {
    margin: 0;
}
#contact_list li {
    list-style: square;
    margin: 0 0 12px 0;
}
#contact_list li strong, #contact_form label {
	font-size: 0.8em;
	font-weight: bold;
}
#contact_form table {
	float: none;
	clear: none;
	border-spacing: 0;
	border-width: 0;
}
#contact_form table td {
	padding: 0;
}
#contact_form table td table {
	margin: 0 15px 0 0;
}
#contact_form table table td {
	padding: 2px 4px 2px 0;
}
#contact_form input, #contact_form select, #contact_form textarea {
	width: 280px;
	padding: 4px;
    border: 1px solid #8C9FBA;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: #8C9FBA 0 0 .1em;
    -moz-box-shadow: #8C9FBA 0 0 .1em;
    box-shadow: #8C9FBA 0 0 .1em;
    behavior: url(/scripts/pie.htc);
}
#contact_form input:hover, #contact_form select:hover, #contact_form textarea:hover {
	border-color: #000;
}
#message {
	height: 116px;
}
#contact_form button {
	font-size: 1em;
	width: 173px;
	color:#FFFFFF;
	padding: 5px 25px;
    border: 1px solid #8C9FBA;
	background: #0085D5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	margin-top: 16px;
}
#contact_form button:hover {
	background-color: #34BDE8;
}
#contact_form label.error {
	color: #D90000;
}
#contact_form button.button_clear {
	width: 113px;
	opacity: 0.7;
}


/* ADDITIONAL */

.clear {
	clear: both;
}


/* PRINT */

@media print {
	#ingredients_form,#menu,#logo h1,.options {
		display: none;
	}
	#content {
		background: none !important;
		float: none;
		clear: none;
		font-size: 10pt;
		color: #000;
		border: 0 none;
		width: auto;
		height: auto;
		-webkit-box-shadow: #FFF 0 0 0.1px;
		-moz-box-shadow: #FFF 0 0 0.1px;
		box-shadow: #FFF 0 0 0.1px;
	}
	li {
		margin: 0;
	}
}
