* { 
padding : 0;
margin : 0;
} 
body { 
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
background-image : url(images/bg.png);
background-repeat : repeat-x;
background-color : #80c342;
} 
#wrapper { 
margin : 0 auto;
width : 922px;  
} 
#header { 
width : 900px;
height : 130px;
color : #333;
margin : 10px 0 0 0;
background : url(images/head.png);
border-bottom : 2px solid #696969;
} 
.logo h1#lineone { 
font-size : 1.7em;
font-weight : lighter;
font-family : helvetica, arial, sans-serif;
padding-top : 20px;
padding-left : 55px;
color : #31683c;
border : none;
top : 0;
left : 14px;
letter-spacing : -1px;
} 

.logo h1#lineone span { 
color : #31683c;
padding-left : 85px;
} 

.logo h2#linetwo { 
padding-left : 45px;
font-size : 0.9em;
font-family : helvetica, arial, sans-serif;
text-transform : none;
top : 25px;
left : 14px;
color : #31683c;
} 
.logo a { 
color : #31683c;
text-decoration : none;
} 

.externalLink a{
    color:#31683c;
}

.externalLink a:active{
    color:#31683c;
}

#navigation { 
width : 900px;
color : #333;
margin : 0 0 0 0;
background : #fff url(images/bbg.png) repeat-y;
position : relative;
top : 31px;
} 
#navigation ul { 
margin : auto;
padding : 0;
list-style : none;
width : 678px;
} 
#navigation ul li { 
float : left;
background : url(images/tab-right.png) no-repeat top right;
margin-right : 1px;
} 
#navigation li a { 
display : block;
padding : 0 2em;
line-height : 3em;
background : url(images/tab-left.png) no-repeat top left;
font-weight : bold;
color : #fffff1;
} 
#navigation ul a:hover { 
color : #669acc;
} 
#content { 
width : 880px;
height: 650px;
color : #333;
background : #f6f6ea url(images/bbg.png);
border-radius: 0px 0px 25px 25px;
margin : 0 0 0 0;
min-height : 585px;
padding-top : 10px;
padding-left : 20px;  
} 
#boxes { 
height : 200px;
width : 850px;
} 
#boxes a { 
color : #669acc;
} 
#box1 { 
width : 226px;
height : 200px;
float : left;
text-align : left;
} 
#box2 { 
width : 226px;
height : 200px;
text-align : left;
margin : 0 auto;
} 
#box3 { 
width : 226px;
height : 200px;
float : right;
text-align : left;
} 
#box1 h2, #box2 h2, #box3 h2, #singlebox h2 { 
padding-left : 70px;
padding-bottom : 20px;
padding-top : 30px;
font-size : 1.5em;
color : #31683c;
font-weight : lighter;
display : block;
text-transform : uppercase;
font-size : 1.1em;
font-weight : bolder;
} 
#box1 h3, #box2 h3, #box3 h3, #singlebox h3 { 
padding-left : 10px;
font-size : 1em;
color : #31683c;
font-weight : lighter;
text-align : justify;
} 
#boxes p { 
padding-left : 10px;
text-align : justify;
font-size : 1em;
} 
#doublebox { 
margin-top : 5px;
margin-bottom : 10px;
width : 870px;
} 
.content_right { 
margin : 0 auto;
display : inline;
float : right;
width : 395px;
height : 180px;
text-align : justify;
background-color : #deebf2;
margin-right : 15px;
padding-left : 5px;
padding-bottom : 5px;
padding-right : 5px;
padding-top : 2px;
} 
.content_left { 
margin : 0 auto;
padding : 5px;
display : inline;
float : left;
width : 395px;
height : 180px;
background-color : #deebf2;
margin-left : 15px;
text-align : justify;
} 
.content_left h3 { 
padding-left : 5px;
font-size : 1em;
margin-bottom : 5px;
} 
.content_right h3 { 
font-size : 1em;
margin-bottom : 2px;
margin-top : 5px;
} 
.clear { 
clear : both;
} 
#bluebox { 
width : 870px;
min-height : 124px;
background : url(images/bluebox.png) no-repeat;
font-size : 0.75em;
color : #e1e1e1;
padding : 0;
float : left;
display : inline;
margin-top : 20px;
margin-left : 10px;
} 
#blueboxbottom { 
height : 11px;
width : 870px;
background : url(images/bluebox2.png) no-repeat 0 -10px;
float : left;
display : inline;
margin-left : 10px;
} 
.col { 
width : 160px;
float : left;
padding : 18px 0 8px 24px;
margin-left : 2em;
vertical-align:middle;
} 
.col p { 
margin : 11px 0 0 0;
padding : 0;
} 
#footer { 
width : 900px;
color : #333;
margin : 0 0 10px 0;
border-top : 1px solid #6c6c6c;
} 
#footer p { 
text-align : center;
padding-top : 5px;
font-size : 0.9em;
} 
#footer a { 
color : #486687;
}

#singlebox { 
width : 226px;
height : 200px;
float : left;
text-align : left;
} 

#singlebox a { 
color : #669acc;
} 

#featuredProduct 
{
  border-radius: 25px;
  border: 2px solid #31683c;
  padding: 20px;
  text-align: center;   
  width: 820px;  
  height: 32px;
}

.headline  {
  	margin-bottom:20px;
	margin-top:20px;
	font-size:24px;
	color:#385e85;
}

.row {
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}

.firstcolumn {
	float:left;
	width:200px;
}

.lastcolumn {
	float:none;
}

.flagbox  {
	width:100px;
	position:relative;
	left: 800px; 
	top: 36px;
}

.flag  {
	float:left;
	margin:5px;
}