/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border:0;
	outline: 0;
}

/* -------------------------------------------------- */
/* Containers */

body{
background:#FFF;
font-family:"Arial";
}

.wrapper{
width:960px;
padding-left:15px;
margin:0 auto;
position:relative;

}

#header{
height:116px;
background:url(../images/headerBg.jpg) repeat-x;
position:relative;
}

#navTop{
background:#342b29 url(../images/navTopBar.jpg) top left;
height:13px;
}

#nav{
position:relative;
height:36px;
background:#e3e2d2;
}

#topContent{
position:relative;
background:url(../images/topContentBg.jpg) repeat-x top;
}

#contentHeading{
position:relative;
background:url(../images/contentHeader.jpg) repeat-x top;
height:71px;
}

#bottomContent{
position:relative;
padding-bottom:20px;
}

#footer{
position:relative;
background:#d7d6c7;
}

/* -------------------------------------------------- */
/* Header */

ul#language{
position:absolute;
right:20px;
top:0px;
list-style:none;
}

ul#language li a#eng{
display:block;
width:115px;
height:35px;
background:url(../images/englishBut.gif);
background-position:top;
}

ul#language li a#pol{
display:block;
width:115px;
height:35px;
background:url(../images/poPolskiBut.gif);
background-position:top;
}

ul#language li a#eng:hover,
ul#language li a#eng.selected,
ul#language li a#pol:hover,
ul#language li a#pol.selected{
background-position:bottom;
}

h1#logo{
display:block;
width:299px;
height:116px;
background:url(../images/logo.jpg);
position:absolute;
left:250px;
top:0;
}

ul#topNav{
list-style:none;
}

ul#topNav li{
display:inline;
float:left;
}

ul#topNav li a#home{
display:block;
width:85px;
height:35px;
background:url(../images/homeBut.gif);
background-position:bottom;
}

ul#topNav li a#contact{
display:block;
width:93px;
height:35px;
background:url(../images/contact.gif);
background-position:top;
}

ul#topNav li a#home:hover,
ul#topNav li a#home.selected{
background-position:top;
}

ul#topNav li a#contact:hover,
ul#topNav li a#contact.selected{
background-position:bottom;
}

/* -------------------------------------------------- */
/* Nav */

#nav ul{
list-style:none;
}

#nav ul li{
display:inline;
float:left;
padding-right:15px;
padding-top:8px;
}

#nav ul li a{
font-size:13px;
color:#29201f;
text-decoration:none;
padding:5px 7px;
}

#nav ul li a:hover{
background:#b0ae92;
}

#nav ul li a.selected{
background:#fff;
}

/* -------------------------------------------------- */
/* Top Content */

.topLeft{
width:285px;
float:left;
}

h2#welcome{
width:159px;
height:48px;
background:url(../images/welcomeHeading.jpg);
margin-top:30px;
}

.topLeft p{
margin-top:10px;
font-size:13px;
line-height:22px;
color:#1d1311;
}

.topRight{
width:672px;
float:left;
}

h2#nutrition{
width:179px;
height:71px;
background:url(../images/nutritionHeading.jpg);
}

h2.topHeading{
height:71px;
background-repeat:no-repeat;
}

/* -------------------------------------------------- */
/* Bottom Content */

.bottomLeft{
width:366px;
float:left;
}

.contentRight{
width:356px;
float:left;
display:inline;
margin-left:20px;
padding-top:0px;
}

.bottomLeft h3,
.contentRight h3,
.contentLeft h3{
color:#53453e;
font-size:18px;
font-weight:normal;
margin-bottom:10px;
}

.greenGradient{
background:url(../images/testimonialBg.jpg) repeat-x top left;
padding:30px 30px 30px 30px;
margin-right:30px;
}

.rightSmallBox{
background:url(../images/rightContentSmall.jpg) repeat-x top left;
padding:20px 20px 20px 20px;
margin-right:30px;
margin-top:15px;
color:#53453e;
}

p.testimonial{
font-size:13px;
line-height:17px;
color:#53453e;
}

p.testimonial em{
display:block;
font-weight:bold;
margin-top:5px;
margin-bottom:25px;
color:#63861b;
}

.readMore{
color:#53453e;
font-size:13px;
}

.bottomRight{
width:591px;
float:left;
}

.contentLeft{
width:530px;
float:left;
}

h2.styleHeading{
background:url(../images/headingBg.jpg) no-repeat top right;
font-family:"Georgia";
font-style:italic;
color:#53453e;
font-size:20px;
padding-top:35px;
padding-bottom:25px;
}

h2.contentHeading{
font-family:"Georgia";
font-style:italic;
color:#53453e;
font-size:20px;
padding-top:15px;
padding-bottom:15px;
}

h2.noPad{
padding-bottom:5px;
}

h4{
font-family:"Georgia";
font-style:italic;
color:#b0ae92;
font-size:15px;
padding-bottom:15px;
}

.bottomRight p,
.contentLeft p,
.contentBig p{
font-size:13px;
color:#29201f;
line-height:18px;
margin-bottom:10px;
}

.contentLeft ul,
.contentBig ul{
font-size:13px;
color:#29201f;
margin-left:30px;
margin-bottom:10px;
}

.contentLeft p span.author{
display:block;
font-size:13px;
color:#666;
font-style:italic;
padding-left:10px;
margin-bottom:10px;
}


ol{
font-size:13px;
margin-left:30px;
}

ol li{
margin-bottom:5px;
}

.contentLeft ul{
font-size:13px;
margin-left:30px;
color:#29201f;
}

.contentLeft ul li{
margin-bottom:5px;
}

.columnList{
font-size:12px;
list-style:none;
}

.columnList li{
color:#53453e;
display:block;
width:150px;
float:left;
background:#e3e2d2;
margin-bottom:2px;
margin-right:2px;
padding:2px 5px;
}

.contentLeft h5{
font-style:italic;

color:#423a39;
border-bottom:1px dotted #63861b;
font-size:15px;
margin-bottom:5px;
}

/* -------------------------------------------------- */
/* Footer */

#footer ul{
padding-top:10px;
padding-left:10px;
list-style:none;
padding-bottom:40px;
}

#footer ul li{
display:inline;
padding-right:15px;
color:#53453e;
font-size:12px;
}

#footer ul li a{
text-decoration:none;
color:#53453e;
font-size:12px;
}

/* -------------------------------------------------- */
/*  */

/* -------------------------------------------------- */
/*  */

/* -------------------------------------------------- */
/*  */

/* -------------------------------------------------- */
/*  */

/* -------------------------------------------------- */
/*  */

/* -------------------------------------------------- */
/*  */

/* ------------------------- Form ------------------------- */

.name fieldset{
font-size:12px;
margin-top:10px;
margin-bottom:10px;
}

.name div.formRow{
margin-top:10px;
width:100%;
}

.name .formBox{
font-family:"Arial";
font-size:12px;
width:270px;
color:#463d3b;
padding-left:5px;
}

.name .phoneDiv{
float:left;
}

.name .noWidth{
font-family:"Arial";
font-size:12px;
color:#193449;
padding-left:5px;
}

.name textarea{
font-family:"Arial";
font-size:12px;
width:265px;
padding:5px;
color:#463d3b;
}

.name a.forgotPass{
display:block;
margin-left:100px;
padding-top:5px;
font-size:10px;
clear:left;
color:#77a756;
width:200px;
}

.name label{
display:block;
font-size:13px;
}

.name select{
color:#193449;
float:left;
}

.name select option{
color:#193449;
padding-left:5px;
}

/* ------------------------- Special Classes ------------------------- */

/* Hide Text */
.specialText{
	position:absolute;
	text-indent:-5000px;
}

/* Clearing Div */
.easyClear{
	clear:both;
}

/* ------------------------- Event List Styles ------------------------- */

.messageHolder{
padding-top:10px;
}

#errorList{
	margin: 0px 10px 0px 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #dd3c10;
	background: #ffebe8 url(../images/errorImg.gif) no-repeat 10px center;
	clear:both;
	list-style:none;
	font-size:13px;
}

#errorList li{}

#successList{
	margin: 0px 10px 0px 0px;
	padding: 15px 10px 15px 65px;
	border: solid 1px #82c242;
	background: #dafab9  url(../images/successImg.gif) no-repeat 10px center;
	clear:both;
	list-style:none;
	font-size:13px;
}

#successList li{}

/* ------------------------- Standard Button Styles ------------------------- */

.buttons{
	font-size:13px;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:10px 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Tahoma", Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;

    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive{
    color:#82c242;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#dafab9;
    border:1px solid #8fc955;
    color:#82c242;
}
.buttons a.positive:active{
    background-color:#82c242;
    border:1px solid #529214;
    color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* ------------------------- Query Log ------------------------- */

#queryLog{
width:800px;
margin:0px auto;
background:#eee;
padding:20px 30px 30px 30px;
font-size:13px;
color:#000;
}

.queryBar{
margin:5px 5px 10px 5px;
}