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

/* General / Page Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	background-color: rgb(65,160,219);
}

h1 {
	color: rgb(0,78,152);
	font-size: 18px;
}

h1 a, h2 a, h3 a, h4.alt2 a { color: rgb(0,78,152); text-decoration: none; }

h1.alt {
	color: #FFFFFF;
}

h2 {
	color: rgb(0,78,152);
	font-size: 14px;
}


h2.alt {
	color: #FFFFFF;
}

h3 {
	font-size: 16px;
	color: rgb(0,78,152);
	margin-bottom: 0.2em;
}

h3.alt, h3.alt a {
	color: #FFFFFF;
}

h3.alt a { text-decoration: underline; }

h3.alt2 {
	margin-bottom: 0;
}

h4 {
	font-size: 12px;
	/*color: rgb(0,78,152);*/
	color: #FFFFFF;
	margin-bottom: 0.2em;
}

h4.alt {
	color: rgb(0,78,152);
}

h4.alt2 {
	margin-top: 0;
}

h4.alt3 { margin: 0; }

h5 {
	color: #FFFFFF;
	font-size: 13px;
}

h5 a {
	color: rgb(0,78,152);
	text-decoration: underline;
}

h4 a {
	text-decoration: underline;
	color: rgb(0,78,152);
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a.more {
	color: rgb(0,78,152);
	text-decoration: underline;
	font-size: 10px;
}

a.alt {
	color: rgb(0,78,152);
	text-decoration: underline;
}

p {
	margin-top: 0;
}

.toplink {
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
}

.page_bg {
	width: 100%;
	background-image: url('/images/page-bg.png');
	background-repeat: repeat-x;
}

/* Header */
#header {
	background-image: url('/images/header-bg.png');
	background-repeat: no-repeat;
	width: 801px;
	height: 123px;
}

#header-alt {
	background-image: url('/images/header-alt-bg.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 123px;
}

#header-blank {
	background-image: url('/images/top_blank.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 123px;
}

#header-blank-pink {
	background-image: url('/images/top_blank_pink.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 123px;
}

#header-full {
	background-image: url('/images/top_full.png');
	background-repeat: no-repeat;
	width: 800px;
	height: 123px;
}

.header-left {
	text-align: left;
	color: rgb(0,112,192);
	padding-top: 20px;
	font-size: 14px;
	vertical-align: top;
}

.header-right {
	text-align: right;
	padding-top: 8px;
	padding-right: 25px;
	vertical-align: top;
	font-weight: bold;
	font-size: 18px;
}

#leftBorder {
	background: url('/images/left_border.png') no-repeat top center;
	width: 12px;
	height: 800px;
}

/* Main Menu */

.menu {
	background: url('/images/nav_bg.png') repeat-x top center;	
}

.menuDiv {
	background-image: url('/images/menu-div-bg.png');
	background-repeat: no-repeat;
	width: 1px;
	height: 54px;
}

.menu ul {	font-weight: bold; }
.menu ul ul {	font-weight: normal; }

#navLeft {
	background: url('/images/nav_left.png') no-repeat top center;	
	width: 4px;
	height: 54px;
}

#navLeftContent {
	background: url('/images/nav_left_content.png') no-repeat top center;	
	width: 16px;
	height: 54px;
}

#navRight {
	background: url('/images/nav_right.png') no-repeat top center;	
	width: 17px;
	height: 54px;
}

/* Sub Menu */
#subMenu {
	text-align: right;
	height: 25px;
	font-size: 10px;
	color: rgb(0,102,153);
	background: url('/images/sub_nav_bg.png') repeat-x top center;
	padding-right: 10px;
}

#subMenu a {
	font-size: 10px;
	color: rgb(0,102,153);
}

#subNavLeft {
	background: url('/images/sub_nav_left.png') no-repeat top center;	
	width: 4px;
	height: 25px;
}

#subNavLeftContent {
	background: url('/images/sub_nav_left_content.png') no-repeat top center;	
	width: 16px;
	height: 25px;
}

#subNavRight {
	background: url('/images/sub_nav_right.png') no-repeat top center;	
	width: 17px;
	height: 25px;
}

/* Content */
#homeContent {
	background-image: url('/images/home-content-bg.png');
	background-position: top;
	background-color: rgb(65,160,219);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 801px;
	height: 598px;
	font-weight: bold;
}	

#homeContent a {
	color: rgb(0,112,192);
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
}

#homeContent ul {
	font-weight: bold;
}

#homeContent li a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.normal {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.li-highlight {
	font-size: 14px;
	color: rgb(0,78,152);
}

.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}	

.no-top-margin {
	margin-top: 0;
}	

.no-bottom-margin {
	margin-bottom: 0;
}

.home-text-right {
	font-size: 14px;
	color: rgb(0,78,152);
	vertical-align:top;
	padding-top: 228px;
}

.home-text-right p { margin-top: 13px; }

.contentBackground {
	background-color: rgb(224,240,250);
}

.contentMainBox {
	margin: 0;
	padding: 0;
	width: 529px;
	text-align: left;
	font-weight: normal;
}

.contentMainTopBlank {
	background-image: url('/images/maincontent_top.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-left: 1px;
	height: 189px;
	margin: 0;
}

.contentMainTopNb {
	background-image: url('/images/maincontent_top_nb.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 169px;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.contentMainTopMr {
	background-image: url('/images/maincontent_top_mr.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 169px;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.contentMainTopHt {
	background-image: url('/images/maincontent_top_ht.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 169px;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.contentMainTopPk {
	background-image: url('/images/maincontent_top_falcon.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 169px;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.contentMainTopHb {
	background-image: url('/images/maincontent_top_hb.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 169px;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.contentMainTopSf {
	background-image: url('/images/maincontent_top_sf.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 169px;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.contentMainTopLogo {
	background-image: url('/images/maincontent_top_logo.png');
	background-repeat: no-repeat;
	background-position: top;
	height: 169px;
	margin: 0;
	padding: 10px 10px 10px 10px;
}

.contentMainTopFull {
	background-image: url('/images/maincontent_top_full.png');
	background-color: rgb(133,195,234);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-left: 1px;
	height: 189px;
	margin: 0;
}

.contentMiddle {
	background: rgb(133,195,234);
	width: 498px;
	padding: 0px 10px 0px 10px;
}

.contentMiddleFull {
	background: rgb(133,195,234);
	width: 740px;
	margin-left: 10px;
	padding: 0px 20px 0px 20px;
	padding-top: 5px;
}

.contentMiddleFull a, .contentMiddleFull h1, .contentMiddleFull h2 , .contentMiddleFull h3 , .contentMiddleFull h4  {
	color: #FFFFFF;
}

.contentAlt {
	background: rgb(133,195,234);
	width: 498px;
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
}

div.indent {
	padding-left: 25px;
}

ul.arrowhead {
	list-style-image: url('/images/arrowhead.gif');
	padding-left: 15px;
	font-size: 16px;
}

ul.arrowhead a {
	color: rgb(0,78,152);
}

ul.pad {
	padding-left: 15px;
}

ul.pad ul {
	padding-left: 15px;
}

div.pinksidebox {
	background-color: rgb(255,235,255);
}

div.pinksidebox-top {
	background: url('/images/pinksidebox_top.png') no-repeat top center;
	width: 220px;
	height: 10px;
}

ul.pink-arrowhead {
	/*background: url('/images/pinksidebox_repeat.png') repeat-y center;*/
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: circle;
	margin: 0;
}

ul.pink-arrowhead a {
	color: rgb(10,84,156);
}

div.pinksidebox-bottom {
	background: url('/images/pinksidebox_bottom.png') no-repeat top center;
	width: 220px;
	height: 10px;
}

.contentMainBottom {
	background: rgb(133,195,234);
	width: 498px;
	padding: 0px 10px 0px 10px;
	height: 15px;
	margin-bottom: 10px;
}

.contentMainBottomFull {
	background: rgb(133,195,234);
	width: 740px;
	margin-left: 10px;
	padding: 0px 20px 0px 20px;
	height: 15px;
	margin-bottom: 10px;
}

.contentWhiteBox {
	margin-left: 10px;
	margin-top: 10px; 
	width: 220px;
	background-color: #FFFFFF;
	padding: 10px 10px;
	color: rgb(0,78,152);
	font-weight: bold;
	text-align: left;
}

.contentWhiteBoxFullOut {
	margin-left: 30px; 
	margin-top: 20px;
	width: 180px;
	background-color: rgb(238,247,254);
	padding: 10px 10px;
	color: rgb(0,78,152);
	font-weight: bold;
	text-align: left;
}

.contentWhiteBoxFullIn {
	width: 160px;
	background-color: #FFFFFF;
	padding: 10px 10px;
	color: rgb(0,78,152);
	font-weight: bold;
	text-align: left;
}

.contentGreenBox {
	margin-top: 10px;
	width: 240px;
	padding: 10px 10px;
	color: rgb(0,78,152);
	text-align: left;
}

.contentGreenBoxBr {
	line-height: 10px;
}

.contentGreenBoxTop {
	background-image: url('/images/greensidebox_top.png');
	background-repeat: no-repeat;
	height: 22px;
}

.contentGreenBoxMiddle {
	background-image: url('/images/greensidebox_repeat.png');
	background-repeat: repeat-y;
	padding: 0px 20px 0px 20px;
}

.contentGreenBoxDiv {
	background-image: url('/images/greensidebox_div.png');
	background-repeat: no-repeat;
	height: 34px;
}

.contentGreenBoxBottom {
	background-image: url('/images/greensidebox_bottom.png');
	background-repeat: no-repeat;
	height: 22px;
}

.contactBox {
	background: url('/images/contact_box.png') no-repeat top center;
	text-align: center;
	width: 139px;
	height: 37px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contactBoxHome {
	background: url('/images/contact_box_home.png') no-repeat top center;
	text-align: center;
	width: 139px;
	height: 37px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contactBoxContent {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}

.contactBoxContent a {
	color: rgb(0,78,152);	
}

#contactBoxContent {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
}

#contactBoxContent a {
	color: rgb(0,78,152);
	font-size: 12px;
	text-decoration: none;	
}

#naturalProdsTable td {
	height: 12px;
	margin: 0;
	padding: 0;
	line-height: 12px;
}

/* White Boxes */
.whiteBox {
	padding: 10px 10px;
    background-color: rgb(255,235,255);
	color: rgb(0,112,192);
}

.whiteBox a { color: rgb(0,112,192); }

.whiteBox a span { color: rgb(0,112,192); }

.whiteBox h2 {
	color: rgb(0,112,192);
	margin: 0;
}
.whiteBoxFull {
	padding: 10px 10px;
    background-color: rgb(255,235,255);
	margin-top: 20px;
	color: rgb(0,112,192);
}

.whiteBoxFull h3 {
	margin-bottom: 2px;
	color: rgb(0,112,192);
}

.whiteBoxFull h2 {
	margin-top: 0;
	color: rgb(0,112,192);
}

.altBox {
	padding: 10px 10px;
}

/* Forms */

.formular input, .formular select, .formular textarea {
display : block;
margin-bottom: 5px;
}

.formular .text-input {
width: 250px;
color: #555;
padding: 4px;
border: 2px solid #B5B8C8;
font-size: 14px;
margin-top: 4px;
background: #FFF url('/images/form/text-bg.gif') repeat-x;

}

.newsletter-form .text-input-news {
width: 150px;
color: #555;
padding: 4px;
margin: 0;
border: 2px solid #B5B8C8;
font-size: 14px;
background: #FFF url('/images/form/text-bg.gif') repeat-x;

}

.text-input {
width: 350px;
color: #555;
padding: 4px 4px 3px;
border: 2px solid #B5B8C8;
font-size: 14px;
margin-top: 4px;
margin-bottom: 4px;
background: #FFF url('/images/form/text-bg.gif') repeat-x;

}

.submit-input-news {
	margin-top: 4px;
	margin-left: 0;
	padding: 0px;
}

/* Newsletter Ajax Pop Up */

#newsletterBox {
	background: url('/images/newsletterBox.png') no-repeat top center;
	padding: 10px 10px;
}

.ui-dialog-titlebar-close {
	top: 25px;
	left: 350px;
	position: absolute;
}

/* Footer */

#footerlinks {
	background: url('/images/footer_links_bg.png') no-repeat top center;
	height: 30px;
	padding-top: 8px;
	color: rgb(0,78,152);
	font-weight: bold;
	text-align: center;
}

#footerlinks a { color: rgb(0,78,152); }

#footer {
	padding: 15px 0px;
}

