/*
Theme Name: Cyvex Custom Theme
Theme URI: http://www.behindthedesign.com
Description: Custom layout for Cyvex. Based on the Blank Theme by http://refueled.net
Author: Jeff Frey at Behind the Design — Designer: Wes Bentley at Halogen
Author URI: http://www.behind the Design
version: 1.0
Tags: two-column, widget-ready, custom
*/




/* remove dotted lines from FireFox */

* {
font-size-adjust: 0.50;
}

:focus {
  -moz-outline-style: none;
}

#line {
	width: 139px;
	border-top: solid 1px #fff;
	margin: 15px 0 10px 14px;
}

a, a:visited {
  outline: none;
  color: #74348E;
}

a:active {
  outline: none;
}


/* basics */

*{margin:0; padding:0;}

body {
	background-image: url(images/mainbg-fefde5.gif);
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin:20px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}

#content h3, #content-newsletter h3 {
	color: #68398A;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}


/* links */

a{
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
}

/* container */


#container {
	width: 643px;
	margin: 0 auto;
	padding:0;
	/*background:#fff;*/
	color:#333;
	overflow: hidden;
	}

/* main menu */

.clear {clear: both;}
#menu-wrap {width:634px; height:29px; padding: 5px ;position:relative; z-index: 3000;text-transform: uppercase; font-family:Helvetica, Arial, sans-serif; background: #75368e;}
/* remove all the bullets, borders and padding from the default list styling */
#menu-line {border: 1px solid #fff;height:27px;}
.menu ul {
	padding:0;
	margin:0;
	position:absolute;
	list-style:none; 
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float: left;}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	text-decoration:none; 
	color:#fff; 
	padding: 3px 3px 0 15px; 
	line-height:18px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#75368e;
}

.menu ul ul { 
	border-top: 1px solid #fff;
	width: 100px;
	padding-top: 5px;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#75368e;
}
.menu ul ul :hover > a.drop {
	background:#75368e;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 27px;
	list-style: none;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#75368e; 
	color:#fff; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:160px;
}

/* style top level off state */
.menu ul li.menu_item {
	text-indent:-9009px;
}

.menu ul li.menu_item ul li.menu_item {
	text-indent: 0;
}

.menu ul li.menu_item_11 ul li.menu_item a, .menu ul li.menu_item_2 ul li.menu_item a {
	background:#75368e;
	width: 85px;
	height: 15px;
} 

.menu ul li.menu_item_7 ul li.menu_item a {
	background:#75368e;
	width: 150px;
	height: 15px;
}
.menu ul li.menu_item_9 ul li.menu_item a {
	background:#75368e;
	width: 130px;
	height: 15px;
}

.menu ul li.menu_item a {
	height: 24px;
}

.menu ul li.menu_item_3 a {
	display: block;
	width: 39px;
	background:transparent url(images/nav-home.jpg) no-repeat 0 0;
}

.menu ul li.menu_item_2 a {
	display: block;
	width: 64px;
	background:transparent url(images/nav-info.jpg) no-repeat 0 0;
}

.menu ul li.menu_item_7 a {
	display: block;
	width: 75px;
	background:transparent url(images/nav-ingredients.jpg) no-repeat 0 0;
}

.menu ul li.menu_item_9 a {
	display: block;
	width: 108px;
	background:transparent url(images/nav-conditions.jpg) no-repeat 0 0;
}

.menu ul li.menu_item_11 a {
	display: block;
	width: 75px;
	background:transparent url(images/nav-news.jpg) no-repeat 0 0;
}

.menu ul li.menu_item_13 a {
	display: block;
	width: 82px;
	background:transparent url(images/nav-events.jpg) no-repeat 0 0;
}

.menu ul li.menu_item_15 a {
	display: block;
	width: 60px;
	background:transparent url(images/nav-contact.jpg) no-repeat 0 0;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#75368e;}
.menu ul li.menu_item_3 a:hover, 
.menu ul li.menu_item_2 a:hover, 
.menu ul li.menu_item_7 a:hover, 
.menu ul li.menu_item_9 a:hover, 
.menu ul li.menu_item_11 a:hover, 
.menu ul li.menu_item_13 a:hover, 
.menu ul li.menu_item_15 a:hover {background-position: 0 -30px;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;}

.menu ul li.menu_item ul li a:hover.menu_item_link, .menu ul li.menu_item ul li:hover {color: #f9a03a;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible;}

.menu ul li.menu_item_7 ul {}


/* content */

#content .entry p {
	color: #74348E;
}

#post-15 .entry {
	width: 400px;
}

#post-51 .entry {
	margin: 2px 2px 0 0;
}

#content {
	background-color:#FFFFFF;
	border:14px solid #68398A;
	color:#68398A;
	float: right;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:11px;
	height:auto;
	line-height:1.5em;
	margin-top:14px;
	padding:25px;
	width: 410px;
}

#content-newsletter {
	background-color:#FFFFFF;
	border:14px solid #68398A;
	color:#68398A;
	float:right;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:11px;
	height:auto;
	line-height:1.5em;
	margin-top:14px;
	padding:3px;
	width:460px;
}

/* post-number */

#post-41 .entry p, #post-44 .entry p{
	color: #68398A;
}

#post-9 .entry ul {
	padding: 15px 0 0 20px;
}

#post-9 .entry p {
	margin: 5px 0;
}

#post-13 h4, #post-44 h4 {
	color: #F9A03A;
	margin-top: 15px;
}

#post-13 .entry p {
	color: #68398A;
}

/* Conditions Page */

.hc-links ul {
	padding-left: 30px;
}

.hc-links ul li h3 a h3 {
	display: none;
}

/* newsletter sign-up form */

div#post-51.post .linklove {
	display: none;
}

div#content-newsletter div#post-51 div.entry div#usermessage2a .cform {
	margin: 0;
	width:410px;
	background-color: #68398A;
}

div#content-newsletter li#li-2-1 {
	padding: 0 0 0 10px;
}

#cforms2form label span {
	color: #fff;
}

#divInfoBox {
	background-color:#FFFFFF;
	border:14px solid #68398A;
	color:#68398A;
	float:left;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:11px;
	height:auto;
	line-height:1.5em;
	margin-left:25px;
	margin-top:25px;
	padding:25px;
	width:370px;
}	

#content.blog .entry p {
	color: #68398A;
}

a.img-space {
	margin: 0;
	padding: 0 0 0 6px;
	display: block;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
}
	
.post h2{
	font-size: 15pt;
}
	
.post h2 a{
	color: #68398A;
	text-decoration: none;
}
	
.post h2 a:hover{
	color: #68398A;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/* ingredients page */

#divMaincontent h2 {
color:#68398A;
font-family:Helvetica,Verdana,Arial,sans-serif;
font-size:16px;
font-style:italic;
margin: 23px 0 0 0;
padding:0;
}

#divFeaturedProducts {
	background-color: #F9A03A;
	margin: 15px 0px 0px 0px;
	padding: 6px 0px 0px 6px;
	height: 105px;
	width: 612px;
}
#divFeaturedProducts ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divFeaturedProducts ul li {
	display: inline;
	margin: 0px;
}
#divFeaturedProducts a {
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	margin: 6px;
}

#divMaincontent h2.GenIng {
	padding: 23px 0 15px 0;
	margin: 0;
}

#divGenProducts {
	background: #fff;
	border: 14px solid #68398A;
	padding-bottom: 5px;
	padding-top: 4px;
	width: 590px;
}

.row-title {
	padding-bottom: 17px;
	clear: both;
	font-size:7px;
	font-weight: bold;
}

.row { 
	clear: both;
	font-size:12px;
	font-weight: bold;
	padding-bottom: 17px;
	padding-left: 9px;
}

.row a {
	color:#68398A;
	text-decoration:none;
}

.col1 { 
	float: left;
	padding: 0 4px 10px;
}

.col2 {
	float: right;
	padding: 0 10px;
}

div.itemnum-title, div.description-title, div.size-title {
	float: left;
	font-size: 15px;
	font-weight: bold;
	font-family: Helvetica,Verdana,Arial,sans-serif;
}

div.itemnum-title {
	width: 69px;
}

div.size-title {
	width: 28px;
}

div.size {
	width: 50px;
}

div.itemnum-title {
	width: 70px;
}

div.description-title {
	width: 245px;
}

div.size-title {
	
}

div.itemnum {
	float: left;
	width: 70px;
}

div.description {
	float: left;
	width: 245px;
}

div.size {
	float: left;
	padding-right: 2px;
}

/* Featured Product Navigation */

#divFeaturedProducts #feature1 a {
	background-image: url(images/featured_solathin.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divFeaturedProducts #feature1 a:hover {
	background-image: url(images/featured_solathin-over.jpg);
	background-repeat: no-repeat;
}
#divFeaturedProducts #feature2 a {
	background-image: url(images/featured_omegaactive.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divFeaturedProducts #feature2 a:hover {
	background-image: url(images/featured_omegaactive-over.jpg);
	background-repeat: no-repeat;
}
#divFeaturedProducts #feature3 a {
	background-image: url(images/featured_cognisetin.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divFeaturedProducts #feature3 a:hover {
	background-image: url(images/featured_cognisetin-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts {
	background-color: #68398A;
	margin: 15px 0px 0px 0px;
	padding: 6px 0px 0px 6px;
	height: 517px;
	width: 612px;
}
#divSigProducts ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divSigProducts ul li {
	display: inline;
	margin: 0px;
}
#divSigProducts a {
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	margin: 6px;
}
#divSigProducts #alfapro a {
	background-image: url(images/featured_alfapro.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #alfapro a:hover {
	background-image: url(images/featured_alfapro_over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #currant a {
	background-image: url(images/featured_blackCurrant.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #currant a:hover {
	background-image: url(images/featured_blackCurrant-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #qvida a {
	background-image: url(images/featured_qvida.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #qvida a:hover {
	background-image: url(images/featured_qvida_over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #applezin a {
	background-image: url(images/sig_applezin.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #applezin a:hover {
	background-image: url(images/sig_applezin-over.jpg);
	background-repeat: no-repeat;
}

#divSigProducts #avovida a {
	background-image: url(images/sig_avovida.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #avovida a:hover {
	background-image: url(images/sig_avovida-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #berryvin a {
	background-image: url(images/sig_berryvin.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #berryvin a:hover {
	background-image: url(images/sig_berryvin-over.jpg);
	background-repeat: no-repeat;
}

#divSigProducts #biocosanol a {
	background-image: url(images/sig_biocosanol.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #biocosanol a:hover {
	background-image: url(images/sig_biocosanol-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #biovin a {
	background-image: url(images/sig_biovin.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #biovin a:hover {
	background-image: url(images/sig_biovin-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #chirositol a {
	background-image: url(images/chirositol.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #chirositol a:hover {
	background-image: url(images/chirositol-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #broccophane a {
	background-image: url(images/sig_broccophane.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #broccophane a:hover {
	background-image: url(images/sig_broccophane-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #broccosinolate a {
	background-image: url(images/sig_broccosinolate.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #broccosinolate a:hover {
	background-image: url(images/sig_broccosinolate-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #broccoplus a {
	background-image: url(images/sig_broccoplus.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #broccoplus a:hover {
	background-image: url(images/sig_broccoplus-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #phytotropic a {
	background-image: url(images/featured_phytoTropic.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #phytotropic a:hover {
	background-image: url(images/featured_phytoTropic-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #lactocalcium a {
	background-image: url(images/sig_lactocalcium.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #lactocalcium a:hover {
	background-image: url(images/sig_lactocalcium-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #pomactivforte a {
	background-image: url(images/sig_pomactivforte.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #pomactivforte a:hover {
	background-image: url(images/sig_pomactivforte-over.jpg);
	background-repeat: no-repeat;
}
#divSigProducts #cranvida a {
	background-image: url(images/signature-cranLife.jpg);
	height: 90px;
	width: 190px;
	background-repeat: no-repeat;
}
#divSigProducts #cranvida a:hover {
	background-image: url(images/signature-cranLife-over.jpg);
	background-repeat: no-repeat;
}

/* food ingredients */

div#FoodProducts {
	background-color: #68398A;
	margin: 15px 0px 0px 0px;
	padding: 6px 0px 0px 6px;
	height: 208px;
	width: 612px;
}

div#FoodProducts ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#FoodProducts ul li {
	display: inline;
	margin: 0px;
}

div#FoodProducts a {
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	margin: 6px;
}

div#FoodProducts li#food-omegapure a {
    background-image: url("images/featured_omegapure.jpg");
    background-repeat: no-repeat;
    height: 90px;
    width: 190px;
}

div#FoodProducts li#food-omegapure a:hover {
	background-image: url(images/featured_omegapure-over.jpg);
	background-repeat: no-repeat;
}

div#FoodProducts li#food-biovin a {
    background-image: url("images/sig_biovin.jpg");
    background-repeat: no-repeat;
    height: 90px;
    width: 190px;
}

div#FoodProducts li#food-biovin a:hover {
	background-image: url(images/sig_biovin-over.jpg);
	background-repeat: no-repeat;
}

div#FoodProducts li#food-currant a {
    background-image: url("images/featured_blackCurrant.jpg");
    background-repeat: no-repeat;
    height: 90px;
    width: 190px;
}

div#FoodProducts li#food-currant a:hover {
	background-image: url(images/featured_blackCurrant-over.jpg);
	background-repeat: no-repeat;
}

div#FoodProducts li#food-solathin a {
    background-image: url("images/featured_solathin.jpg");
    background-repeat: no-repeat;
    height: 90px;
    width: 190px;
}

div#FoodProducts li#food-solathin a:hover {
	background-image: url(images/featured_solathin-over.jpg);
	background-repeat: no-repeat;
}

div#FoodProducts li#food-omegaactive a {
    background-image: url("images/featured_omegaactive.jpg");
    background-repeat: no-repeat;
    height: 90px;
    width: 190px;
}

div#FoodProducts li#food-omegaactive a:hover {
	background-image: url(images/featured_omegaactive-over.jpg);
	background-repeat: no-repeat;
}

div#FoodProducts li#food-alfapro a {
    background-image: url("images/featured_alfapro.jpg");
    background-repeat: no-repeat;
    height: 90px;
    width: 190px;
}

div#FoodProducts li#food-alfapro a:hover {
	background-image: url(images/featured_alfapro_over.jpg);
	background-repeat: no-repeat;
}

/* end food ingredients */

/* ingredient details */

#divDetailProducts {
	border: 32px solid #FAAB56;
	background-color: #FFFFFF;
	float: left;
	left: 0;
	width: 445px;
	margin: 0px;
	padding: 0px;
	height: auto;
	margin-top:14px;
}

#DetProd_textbox {
	padding-right: 20px;
	padding-left: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #68398A;
	line-height: 1.5em;
}

div#DetProd_textbox div ul {
	margin: 0 0 15px 40px;
}

#DetProd_textbox p {
	padding: 0	0	10px 0;
}

#divDetailProducts #itemnum {
	float: left;
	height: 15px;
	width: 250px;
	margin: 10px 0;
	color: #68398A;
	font-style: italic;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#divDetailProducts #packsize {
	height: 15px;
	width: 150px;
	margin: 10px 0;
	float: right;
	color: #68398A;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align: right;
}

#divDetailProducts #detailBlurb {
	margin: 0 0 10px 0;
}

#DetProdAct_textbox span.activeTitles {
	display: block;
	margin: 20px 0 10px 0;
	font-weight: bold;
}


#divDetailProducts img {
	margin-top: 0;
	margin-left: 10px;
}

#divDetailProducts .backtolink {
	position: relative;
	clear: both;
	left: 0px;
	top: -24px;
}

#divDetailProducts .backtolink a {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 8px;
	color: #68398A;
	text-decoration: none;
}

#divDetailProducts #ing-logo {
	width: 300px;
	float: left;
	height: 100px;
}

#divDetailProducts #ing-logo h1 {
	font-size: 22px;
	color: #75368E;
	padding: 30px 0 0 20px;
}

#divDetailProducts  #tech-bulletin {
	float: right;
	font-size: 11px;
	height: 100px;
	text-align: right;
	font-style: italic;
	padding: 0 20px 0 0;
	width: 123px;
	
}

/* contact page */
div#post-15 h3 {
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:11px;
	font-style:italic;
}

p.orange {
	color:#F9A03A;
	font-weight:bold;
	margin:5px 0;
	padding:0;
}

label span {
	font-size:11px;
	font-weight:bold;
	color: #68398A;
}

li#li--13items.cf-box-group {
	padding: 0 0 10px 130px;
}

div#post-15 li#li--13items input {
	width: 15px;
	position: relative;
}

input#cf_field_13-1 {
	left: 82px;
}

input#cf_field_13-2 {
	left: 64px;
}

div#post-15 li#li--13items label.cf-group-after {
	margin: 6px 4px 0 2px;
}

li#li--13.cf-box-title {
	color: #68398A;
}

.cform label {
	text-align: left !important;
}

div#post-15 input {
	border:1px solid #68398A;
	vertical-align:top;
	width: 220px;
}

/* blog page */

.post small {
	color: #000;
}

.post small a.admin-link, .post small a.admin-link:hover, .post small a.admin-link:visited {
	color: #F9A03A;
	text-transform: capitalize;
}

.post small a {
	color: #68398A;
}

.entry {
	color: #000;
}

div#content.blog {
	float: left;
}

/* div#conditions.blog .cnav {
	padding-bottom: 10px;
	overflow: visible;
	padding: 0;
	margin: 0;
} */

div#sidebar li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	line-height: 16px;
	padding-left: 20px;
	font-weight: bold;
}

div#sidebar h4 {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	line-height: 16px;
	padding: 5px 0 10px 10px;
	color: #fff;
}

/* newsletter page */
div#content-newsletter {
	position: relative;
}

div#newsletter {
	clear: both;
	padding: 20px 0 0 20px;
}

div#newsletter h3 {
	padding: 20px 0 10px 0;
}

div#newsletter p {
	margin: 0;
	line-height: 14px;
}

div#newsletter p a {
	padding-bottom: 10px;
	display: block;
}

/* product technical bulletin form */
form#cforms3form ol.cf-ol {
	padding: 0 !important;
}

form#cforms3form input {
	position: relative;
}

input#cf3_field_1, input#cf3_field_2, input#cf3_field_3, input#cf3_field_4 {
	right: 100px;
}

li#li-3-1 label, li#li-3-2 label, li#li-3-3 label, li#li-3-4 label {
	position: relative;
}

li#li-3-1 label {
	top:20px;
}

li#li-3-2 label {
	top:40px;
}

input#cf3_field_2 {
	top: 20px;
}

li#li-3-3 label {
	top:60px;
}

input#cf3_field_3 {
	top: 40px;
}

li#li-3-4 label {
	top:80px;
}

input#cf3_field_4 {
	top: 60px;
}

form#cforms3form.cform input.cf-box-a {
	margin-left: 0;
}

form#cforms3form label span {
	color:#F9A03A;
}

form#cforms3form li.textonly {
	background: none !important;
	text-align: left;
	font-size: 10pt;
	padding-top: 85px;
}

form#cforms3form input#sendbutton3 {
	background:#68398A none repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	font-size:0.8em;
	margin:10px 0 0 5px;
	padding:5px;
	width:100px;
}

#cf_field_1, #cf_field_2, #cf_field_4, #cf_field_10 {
	background: #FFE59F;
}

p#ll3 {
	display: none;
}

/* sidebar */

#sidebar {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:8pt;
	width:130px;
	float:left;
	margin:0;
	padding: 14px 0 10px 0;
	}

#sidebar h2{
	font:normal 11pt Helvetica, Verdana, Arial, sans-serif;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt Helvetica, Verdana, Arial, sans-serif;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

#divInfoPictbox img {
margin-bottom:25px;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

#footer .address {
	float: left;
	width: 400px;
	font-size: 11px;
	color: #74348e;
}

#footer .address a, #footer .address a:visited {
	color: #002157;
}

#footer .copy-right, #footer .copy-right-2 {
	font-size: 9px;
}

#footer .copy-right {
	margin-left: 35px;
}

#footer .copy-right-2 {
	padding: 14px 0 0 0;
	float: right;
}

#footer .logos {
    border: 2px solid #74348E;
    height: 82px;
    margin: 0 0 14px 33px;
    width: 444px;
}

/* newsletter page */

#table1 td {
	vertical-align: top;
	padding-right: 10px;
}

/* Tema Page */

table tr {
	vertical-align: top;
}

.entry table tr h4 {
	color:#F9A03A;
}

.entry table tr td p {
	line-height: 15px;
	margin: 0;
}

.entry table tr td h3 {
	margin-bottom: 20px;
}

.entry table tr td {
	vertical-align: top;
}

.linklove {
	display: none;
}

.canadian {
	padding-right: 58px;
	float: right;
}

.seal {
    font-size: 10px;
    margin: 0 0 0 515px;
    position: relative;
    width: 200px;
}

.seal img {
	margin: 0 0 10px 0;
}
