body {
	margin:0;
	border:0;
	padding:0;
	height:100%; 
	max-height:100%; 
	background-color: rgb(34,80,71);
	background-image: url(../images/back.png);
	background-position: top center;
	background-repeat: repeat-x;
	font-family:Verdana, Arial, sans-serif;
	font-size: 8.5pt;
	text-align: center;
	color: rgb(134,199,181);
	overflow: auto;
}

h3 {
	color: white;
}

html,body {
	height: 100%;
	width: 100%;
}
a img { border: 0 none;}

a, a:visited {
	text-decoration:none;
	color:white;
}

a:hover { text-decoration: underline}

p {
	margin: 5px 0px;
	padding: 0 35px 0 0;
	line-height: 1.5em;
	text-align: justify;
}

div#mainContainer{
	width:955px;
	height: 780px;
	margin:0px auto 0px auto;
	position: relative;
	border:0px solid red;
	top:15px;
}

/** html div#mainContainer{
	height: 786px;
}*/

div#logo{
	position: absolute;
	top: 0;
	left: 19px;
}

div#languages {
	position: absolute;
	top: 5px;
	right: 20px;
	width: 70px;
	z-index: 1000;
	color: white;
	font-weight: normal;
	font-size: 10pt;
}
div#languages a{
	color: white;
	font-weight: bold;
}

div#menu {
	position: absolute;
	top: 216px;
	left: 0;
	width: 169px;
	height: auto;

	padding:0;
}

div#menu a {
	display: block;
	width: 169px;
	height: 20px;
	margin-bottom: 12px;
	background-color: rgb(44,117,106);
	background-image: url(../images/menu-inactive.png);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: middle;
	font-size: 10pt;
	letter-spacing: 0.3px;
	color: white;
	padding-top: 4px;
	padding-left: 30px;
}

* html div#menu a {
	width: 169px;
	height: 24px;
}

div#menu a:hover{
	text-decoration: none;
	background-image: url(../images/menu-hover.png);
}


div#menu a.active,
div#menu a:hover.active
{
	background-image: url(../images/menu-active.png);
}


div#header {
	display: block;
	position: absolute;
	top:0;
	left: 168px;
	width: 786px;
	height: 138px;
}

div#claim {
	display: block;
	position: absolute;
	top:20px;
	left: 350px;
	width: 320px;
	height: 60px;
	text-align: left;
}



div#content {
	position: absolute;
	left: 169px;
	top: 56px;;
	width: 735px;
	height: 612px;;
	background-color: rgb(39,78,68);
	background-image: url(../images/content-back.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 72px 11px 21px 31px;
	text-align: justify;
	font-size: 9pt;
	line-height: 1.5em;
}

* html div#content {
	width: 777px;
	height: 705px;
}

div#footer {
	position: absolute;
	width: 767px;
	height: 15px;
	right: 6px;
	text-align: center;
	bottom:0;
	padding: 5px 5px 0 5px;
	color: rgb(96,151,136);
}

* html div#footer {
 	width: 777px;
	height: 20px;
}

div#footer span,
div#footer a,
div#footer a:visited {
	color: rgb(96,151,136);
}

div#productName {
	position: absolute;
	top: 110px;
	left: 433px;;
	height: 30px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}

div#productShadow {
	position: absolute;
	top: 400px;
	left: 32px;;
	height: 30px;
	font-size: 9pt;
	font-weight: bold;
	color: black;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

div#productDescr {
	position: absolute;
	top: 130px;
	left: 433px;;
	height: 200px;
	width: 300px;
	text-align: left;
}

div#productImg {
	position: absolute;
	top: 50px;
	left: 21px;;
	width: 391px;
	height: 373px;
}

div#productImg img{
	width: 391px;
	height: 373px;
}

div#productViews {
	position: absolute;
	top: 320px;
	left: 433px;
	width: 320px;
	height: 91px;
}

div#productViews a {
	margin-right: 10px;
}

div#productViews a img {
	width: 87px;
	height: 87px;
}

div#productViews a img,
div#productThumbs p a img
{
	border: 2px solid rgb(28,128,112)
}

div#productViews a:hover img,
div#productThumbs p a:hover img
{
	border: 2px solid rgb(92,186,161);
}


div#productViews a.active img,
div#productViews a.active:hover img,
div#productThumbs p a.active img,
div#productThumbs p a.active:hover img
{
	border: 2px solid white;;
}

div#productThumbs {
	position: absolute;
	bottom: 0;
	left:0;
	height: 280px;
	width:100%;
}

div#productThumbs p{
	width: 100%;
	text-align: center;
	margin: 25px 0 0px 0px;;
}

div#productThumbs p a{
	margin-right: 35px;
}

div#productThumbs p a.last{
	margin-right: 0;
}


div#greenLine {
	position: absolute;
	top: 425px;
	left: 0px;;

}

div#welcomePhoto {
	position: absolute;
	top: 180px;
	left: 85px;;

}


div#referencePhoto {
	position: absolute;
	top: 280px;
	left: 156px;;

}
