/*

	
	
	CONTENTS ----------
	
	   1.BODY
	   2.STRUCTURE

       
    
    -------------------
    
	
*/



@import url(reset.css); /* RESET CSS */





/* 1.BODY
---------------------------------------------------------------------- */

body { font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; font-size:11px; line-height:20px; background: #ffffff url(../images/body.png) top left repeat-x; color:#555555; }



/* 2.KEY STRUCTURE
---------------------------------------------------------------------- */

#container {
width: 900px;
height: 100%;
margin: 20px auto 20px auto;
background: #fff;
border: 1px solid #cccccc;
}

#masthead {
width: 900px;
height: 120px;
margin: 0;
background: #fff;
}

#calculator {
margin-left: 15px;
}

#logo {
float: left;
}

#flags {
margin: 20px 0 0 0;
float: left;
}

#mast-links {
float: right;
}

/* 4.NAVIGATION
---------------------------------------------------------------------- */

#navigation {
float: left;
width: 900px;
height: 42px;
margin: 0;
background: #fff;
}

#sub-nav {
width: 900px;
float: left;
height: 19px;
margin: 1px 0 0 0;
background: #fff;
}

li.first {
width: 180px;
height: 15px;
float: left;
font-size: 12px;
margin: 0 1px 0 0;
color: #fff;
background: #009278;
list-style: none;
text-align: center;
padding: 0 0 4px 0;
}

li.first:hover {
width: 180px;
height: 15px;
float: left;
font-size: 12px;
margin: 0 1px 0 0;
color: #fff;
background: #1f1f1f;
list-style: none;
text-align: center;
padding: 0 0 4px 0;
}

li.current {
width: 179px;
height: 15px;
float: left;
font-size: 12px;
margin: 0;
color: #fff;
background: #1f1f1f;
list-style: none;
text-align: center;
padding: 0 0 4px 0;
}

li.active {
width: 179px;
height: 15px;
float: left;
font-size: 12px;
margin: 0;
color: #fff;
background: #009278;
list-style: none;
text-align: center;
padding: 0 0 4px 0;
}

li.active:hover {
width: 179px;
height: 15px;
float: left;
font-size: 12px;
margin: 0;
color: #fff;
background: #1f1f1f;
list-style: none;
text-align: center;
padding: 0 0 4px 0;
}



li.other:hover {
width: 179px;
height: 15px;
float: left;
font-size: 12px;
margin: 0 0 0 1px;
color: #fff;
background: #1f1f1f;
list-style: none;
text-align: center;
padding: 0 0 4px 0;
}

li.com {
width: 180px;
height: 42px;
float: left;
margin: 0;
background: #fff;
list-style: none;
}

li.mag {
width: 179px;
height: 42px;
float: left;
margin: 0 0 0 1px;
background: #fff;
list-style: none;
}

li.offers {
width: 179px;
height: 42px;
float: left;
margin: 0 0 0 1px;
background: #fff;
list-style: none;
}

li.calc {
width: 179px;
height: 42px;
float: left;
margin: 0 0 0 1px;
background: #fff;
list-style: none;
}

li.contact {
width: 179px;
height: 42px;
float: left;
margin: 0 0 0 1px;
background: #fff;
list-style: none;
}

#product-list {
	margin-left: 15px;
	margin-top: 15px;
}

#product-list li {
	font-size: 12px;
	color: #333;
}

#product-list-alt {
	margin-left: 15px;
	margin-top: 15px;
}

#product-list-alt li {
	font-size: 12px;
	color: #333;
}

#banner {
float: left;
width: 900px;
height: 100%;
margin: 1px 0 20px 0;
background: #ccc;
}

#left-column {
float: left;
width: 210px;
height: 100%;
margin: 0;
background: #fff;
}

#left-column img {
margin:0 0 25px 25px;
}

#left-column-alt {
float: left;
width: 254px;
height: 500px;
margin: 0;
background: #fff;
}

#left-column-alt img {
margin:0 0 25px 50px;
clear: left;
}

#mid-column {
float: left;
width: 434px;
height: 100%;
margin: 0 0 10px 0;
background: #fff;
}

#mid-column-alt {
float: left;
width: 434px;
height: 800px;
margin: 0 0 10px 0;
background: #fff;
}

#right-column {
float: left;
width: 233px;
height: 550px;
padding-bottom: 20px;
margin: 0;
background: #4FAD9E url(../images/right-col-bottom.jpg) bottom left no-repeat;
}

#right-column-alt {
float: left;
width: 620px;
height: 100%;
margin: 0;
background: #fff;
border-left: 1px solid #007D62;
}

#right-column-calc {
float: left;
width: 830px;
height: 100%;
margin: 0 0 0 15px;
background: #fff;
}

#right-column-top {
float: left;
width: 233px;
height: 22px;
margin: -10px 0 0 0;
background: #4FAD9E url(../images/right-col-top.jpg) bottom left no-repeat;
}

#footer {
float: left;
width: 900px;
height: 50px;
margin: 20px 0 10px 0;
background: #fff url(../images/footer-top.jpg) top left no-repeat;
}

#contact-form {
margin: 40px 0 0 20px;
}

#quick-contact {
margin: 15px 0 0 15px;
width: 230px;
color: #000;
}

.float-left {
float: left;
}

.clear {
clear: both;
}

/* 3.LINKS
---------------------------------------------------------------------- */

a:link {
color: #009278;
text-decoration: none;
}

a:visited {
color: #009278;
text-decoration: none;
}

a:hover {
color: #000;
text-decoration: none;
}

a:active {
color: #009278;
text-decoration: none;
}




#sddm a:link {
color: #fff;
text-decoration: none;
}

#sddm a:visited {
color: #fff;
text-decoration: none;
}

#sddm a:hover {
color: #fff;
text-decoration: none;
}

#sddm a:active {
color: #fff;
text-decoration: none;
}



/* 4.TYPOGRAPHY
---------------------------------------------------------------------- */

p {
color: #333;	
font-size: 12px;
line-height: 150%;
margin: 12px 20px 0 15px;
}

.address-line {
font-size: 12px;
margin: 6px 0 6px 20px;
line-height: 100%;
color: #333;
}

#address-left {
width: 290px;
height: 310px;
float: left;
margin: 25px 0 0 0;
}

#address-right {
width: 290px;
height: 310px;
float: left;
margin: 25px 0 0 0;
}

.green-bold {
color: #009278;
font-weight: bold;
}

#right-column-calc h2 {
font-weight: bold;
font-size: 22px;
color: #009278;
margin: 20px 20px 0 15px;
}

#right-column-alt h2 {
font-weight: bold;
font-size: 22px;
color: #009278;
margin: 20px 20px 0 15px;
}

.bold {
font-weight: bold;
}

h2 {
font-weight: bold;
font-size: 22px;
color: #009278;
margin: 20px 20px 0 0;
}

h4 {
font-weight: bold;
font-size: 16px;
color: #009278;
margin: 20px 20px 0 15px;
}

h3 {
font-weight: bold;
font-size: 14px;
color: #fff;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 0 0 0 10px;
text-transform: uppercase;
margin-top: 15px;
background: #009278;
}


#brochure {
	float: left;
	margin: 10px 10px 0 10px;
}














#sddm
{	margin: 0 0 1px 0;
	padding: 0;
	z-index: 30;
	background: #fff;
	height: 42px;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
	height: 42px;
	}
	
	#sddm li.first a
{	display: block;
	margin: 0;
	padding: 4px 10px;
	width: 160px;
	background: #009278;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}
	
		#sddm li.other a
{	display: block;
	margin: 0;
	padding: 4px 10px;
	width: 159px;
	background: #009278;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}
	
			#sddm li.current_tab a
{	display: block;
	margin: 0;
	padding: 4px 10px;
	width: 159px;
	background: #000;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}
	

#sddm li.other {
	background: #000;
	margin: 0 0 0 1px;
	height: 42px;
	width: auto;
}

#sddm li a:hover
{	background: #000;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #009278;
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm div a:hover
	{	background: #000;
		color: #FFF;
		}








