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


html, body {
	height:100%;
	padding:0;
	margin:0;
}
/* end hide*/
body {
		margin: 0px;
	    padding: 0px;
        text-align:center;/* center layout in ie5 and 5.5. */
		background:#679146;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color:#505040;
}
#outer {
	min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
	width: 1170px;
	margin-left: auto;
    margin-right: auto;
    /*background-color: #FFFFFF; */ /* this is the background colour of the right column */
    border: 0px solid #000;
}
* html #outer {
	height:100%;
	
}/* ie 3 pixel jog*/

#container {
                width: 960px;
                margin: 0px;
                margin-left: auto;
                margin-right: auto;
                border: 0px solid #000;
				background-color:#FFFFFF;
				min-height:100%;
				height:100%;
	}
#content {
                border: 0px solid #000;
                padding: 0;
                background-image: url(images/navbg.gif);/*this is the background colour of the left column */
                background-repeat: repeat-y;
                background-position: left top;
			    min-height:100%;/*for mozilla as IE treats height as min-height anyway*/
				height:100%;
				background-color:#FFFFFF;
				
}

#left {
                float:left;
                border-right:0px solid #000;
                width:805px;
				margin-left:8px;
				*margin-left:5px; /* for ie6 */
				text-align:center;
				*padding-top:1px; /* for ie6 */
}
.webkit #left {
                float:left;
                border-right:0px solid #000;
                width:805px;
				margin-left:9px;
				text-align:center;
}
#blue {
                float:left;
                border-right:0px solid #000;
                width:700px;
                *width:706px;
				background-color:#869ed2;
				height:24px;
				*height:26px;
				text-align:left;
				padding-top:5px;
				padding-left:107px;
				*padding-left:101px;
}

.webkit #blue {
                float:left;
                border-right:0px solid #000;
                width:700px;
				background-color:#869ed2;
				height:24px;
				text-align:left;
				padding-top:5px;
				padding-left:107px;
				*padding-left:100px;
}

#leftNav {
                float:left;
                width:150px;
				height:150px;
				text-align:left;
				border: 0px solid #000;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				height:100%;
				padding-top:17px;
}
#leftNav h3
{
	margin-left:20px;
	padding-top:20px;
	color:#658435;
	font-size:12px;
}
#leftNav .heading a:link
{
	text-decoration:none;
	color:#658435;
	padding-top:20px;
	margin-left:20px;
	font-weight:bold;
}

#leftNav .heading a:visited
{
	margin-left:20px;
	color:#658435;
	text-decoration:none;
	font-weight:bold;
}


#leftNav .heading a:hover
{
	margin-left:20px;
	color:#658435;
	text-decoration:underline;
	font-weight:bold;
}


#leftNav ul
{
	list-style-type:none;
}

#leftNav ul li
{
	margin-left:-20px;
}

#leftNav ul li a
{
	text-decoration:none;
	color:#679146;
}

#leftNav ul li a:hover
{
	text-decoration:underline;
	
}


#left .txt {
				font-size:14px;
				font-family:Arial, Helvetica, sans-serif;
				color:#FFFFFF;
				
}

#pageContent{
				float:right;
				width:620px;
				border: 0px solid #000;
				text-align:left;
				border: 0px solid #000;
				padding-top:20px;
				padding-right:15px;
				padding-left:5px;
				min-height:500px;
				
}

#right {
                float:right;
                width:136px;
                border-left:0px solid #000;
                margin-left:-1px;/* makes border line up with #left border */
				margin-right:8px;
				*margin-right:3px; /* for ie6 */
				*padding-top:1px;/* for ie6 */
}
.webkit #right {
                float:right;
                width:136px;
                border-left:0px solid #000;
                margin-left:-1px;/* makes border line up with #left border */
				margin-right:7px;
}
#header {
                background:#FFFFFF;
                text-align:center;
				background-image:url(../images/header.jpg);
				height:165px;
				background-repeat:no-repeat;
				background-position:center; 
}

.webkit #header 
{
				/*margin-left:-1px;*/
                background:#FFFFFF;
                text-align:center;
				background-image:url(../images/header.jpg);
				height:167px;
				background-repeat:no-repeat;
				background-position:center; 
}


#header h1, #footer h1 {margin:0}
#footer {margin:0;font-size:10px; font-family:Arial, Helvetica, sans-serif; margin-left:8px; margin-right:8px; color:#888878;margin-top:30px;
}
#footer a{color:#888878; text-decoration:none;}



#pageContent a:link
{
	text-decoration:none;
	color:#3b73b9;
}

#pageContent a:visited
{
	text-decoration:none;
	color:#3b73b9;
}


#pageContent a:hover
{
	text-decoration:underline;
	
}

#pageContent h1{
font-size:14px;
color:#658435;
}



#pageContent p{
padding:0px 3	0px 0px 0px;
}


/* Navigation */
#navcontainer{
	width:952px;
	text-align:center;
	float:left;
	border: 0px solid #000;
	height: 20px;
}

#navcontainerOrderpage{
	width:952px;
	text-align:center;
	float:left;
	border: 0px solid #000;
	height: 20px;
	margin-top:14px;
}


.webkit #navcontainer 
{
	width:952px;
	text-align:center;
	float:left;
	border: 0px solid #000;
	height: 20px;
	padding-top:16px;	
}

#navcontainer a
{
	padding: 0.3em 25px;
	margin-left: 20px;
	*margin-left: 22px;
	color: White;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#navcontainerOrderpage a
{
	padding: 0.3em 20px;
	margin-left: 20px;
	*margin-left: 22px;
	color: White;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.webkit #navcontainer a
{
	padding: 0px 0px 0px 0px;
	margin-left: 110px;
	margin-right:30px;
	color: White;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


/* Boxes */
.boxOnlineShopping{
background-image:url(../images/box_onlineShopping_new.png);
height:94px;
vertical-align:middle;
text-align:center;
}
.boxNewsletter{
background-image:url(../images/box_newsletter.png);
height:97px;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#696955;
}
.boxContactus{
background-image:url(../images/box_contactus.png);
height:113px;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#696955;
}
#logoDiv 
{
	float:left;
	width:154px;
	height:105px;
	padding-top:25px;
	padding-left:25px;
}
