body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9pt;
	color: #494D52;
}

img {
	border: none;
}

a {
	color: #528E31;
}

p {
	text-align: justify;
}

a:hover {
	color: #71BF45;
}

blockquote {
	font-style: italic;
	margin: 15px 0 3px 0;
}

#page {
	width: 975px;
	margin: 0 auto 0 auto;
	position: relative;
}

#header {
	background: #71BF45;
	padding: 10px 0 15px 30px;
	position: relative;
}

#logo {
	width: 420px;
	height: 77px;
}

#search {
	position: absolute;
	bottom: 30px;
	right: 30px;
	background: #666666;
}

#search form {
	margin: 0;
}

#searchBox {
	border: 1px solid #818085;
	background: white;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	width: 250px;
	position: relative;
	top: -2px;
	left: -2px;
	padding: 3px 0 3px 7px;
}

#search.active {
	background: #2E501B;
}

#search.active input {  
	background: #D3ECC6;  
	border: 1px solid #467C29;  
}

#searchButton {
	border: 1px solid #818085;
	background: white;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	position: relative;
	top: -2px;
	left: -3px;
	padding: 2px;
}

#navigation {
	border-top: 8px solid #ADD53E;
	margin: 0;
	list-style: none;
	background: black;
	height: 26px;
	position: relative;
	z-index: 99;
	padding: 0;
}

#navigation > li {
	float: left;
	margin: 0 1.4%;
	position: relative;
	z-index: 100;
}

#navigation > li > a {
	position: relative;
	font-size: 13px;
	color: white;
	text-decoration: none;
	display: block;
	padding: 3px 6px 5px 18px;
	background: transparent url('/images/bulletWhite.png') no-repeat scroll 5px 8px;
	margin-top: 2px;
	z-index: 101;
}

#navigation > li:hover > a {
	background: #233E15 url('/images/bulletGreen.png') no-repeat scroll 4px 7px;
	border: 1px solid #71BF45;
	border-bottom: none;
	padding: 2px 5px 5px 17px;
	color: #9CD280;
}

#navigation > li.noChildren:hover > a {
	padding-bottom: 2px;
	border-bottom: 1px solid #71BF45;
	margin-bottom: 2px;
}


#navigation ul {
	z-index: 100;
	display: none;
	position: absolute;
	list-style: none;
	background: #233E15;
	margin: 0;
	padding: 5px;
	border: 1px solid #71BF45;
	width: 200px;
}

#navigation li:hover ul {
	display: block;
	top: 25px;
	left: 0;
}

#navigation ul li:hover {
	background: transparent url('/images/menuHoverBackground.png') repeat-x;
}

#navigation ul li a {
	display: block;
	padding: 5px 0 5px 20px;
	background: transparent url('/images/bulletGreen.png') no-repeat scroll 5px center;
	text-decoration: none;
	color: #9CD280;
	font-size: 13px;
}

#navigation ul li:hover a {
	background: transparent url('/images/bulletDarkGreen.png') no-repeat scroll 5px center;
	color: #233E15;
}

#backNext {
	padding: 20px 0 20px 0px;
	text-align: center;
	font-weight: bold;
}

#content {
	padding: 20px;
	overflow: hidden;
	line-height: 14pt;
	position: relative;
}

#content h1 {
	margin-top: 0;
	font-size: 16pt;
	margin-bottom: 40px;
}

#content h2 {
	margin-top: 0;
	font-size: 14pt;
}

#content h3 {
	font-size: 11pt;
	margin: 35px 0 0 0;
}

#content h4 {
	margin: 20px 0 0 0;
	font-size: 10pt;
}

#tabNavigation {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 1px;
	z-index: 1;
}

#content #tabNavigation li {
	float: left;
	padding: 0 12px 0 0;
	margin: 0;
	background: none;
}

#tabNavigation a {
	font-size: 12pt;
	display: block;
	padding: 8px 8px;
	text-align: center;
	color: #6D6E81;
	text-decoration: none;
	background: #E3E4E5 url('/images/tab_background.gif') repeat-x;
	border: 1px solid #DEDFE0;
	border-bottom: none;
}

#tabNavigation a:hover {
	color: black;
}


#tabNavigation #currentpage a {
	background: #8CC63F !important;
	color: black !important;
}

#content ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
}

#content ul li {
	background: transparent url(/images/bulletGreenOnWhite.png) no-repeat scroll 0 6px;
	padding-left: 15px;
	margin: 0 0 10px 0;
	line-height: 14pt;
}

#content ol li {
	margin-bottom: 15px;
}

.imageList {
	overflow: auto;
}

#content .imageList li {
	float: left;
	width: 16.6%;
	text-align: center;
	background: none;
	padding: 0;
	margin: 0;
}


#slider {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.scroll {
	overflow: hidden;
	position: relative;
	clear: left;
	border: 1px solid #DEDFE0;
}


.scrollContainer div.panel {
	padding: 20px 40px;
	width: 820px;
	background: transparent url(/images/content-bg.gif) repeat-x;
	position: relative;
	z-index: 3;
}

#content ul.modules {
	width: 80%;
	position: relative;
}

#content .modules li {
	float: left;
	width: 164px;
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
}

#content .modules .double {
	width: 328px;
}

#content .modules li > img {
	cursor: pointer;
}

.modules p {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
}

.modules li > div {
	display: none;
	position: absolute;
	z-index: 100;
	left: 0;
}

#flash {
	border-bottom: 24px solid black;
	background: #B1D035;
	height: 125px;
}

#content ul.sizelist {
	width: 100%;
	position: relative;
}

#content .sizelist li {
	float: left;
	width: 205px;
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
}

#content .sizelist p {
	margin: 0 0 10px 0;
	text-align: center;
	font-weight: bold;
}

#content .keywatcher {
	margin: 0;
	padding:0;
}

#content .keywatcher li {
	background: none;
	padding-bottom: 30px;
	overflow: auto;
}

#content .keywatcher li li {
	background: transparent url(/images/bulletGreenOnWhite.png) no-repeat scroll 0 6px;
	padding-bottom: 0;
}

#content .keywatcher {
	clear: left;
}

#content .keywatcher .image {
	width: 400px;
	text-align: center;
	float: left;
}

#content .keywatcher .details {
	margin-left: 420px;
}

#leftSection {
	float: left;
	width: 310px;
	border-right: 1px solid #CCCCCC;
}

#middleSection {
	float: left;
	margin-left: 20px;
	width: 600px;
	font-size: 8pt;
}

#middleSection p {
	text-align: justify;
}

#middleSection .imageList {
	margin-bottom: 30px;
	overflow: visible;
}

#middleSection .imageList li {
	width: 20%;
	font-size: 8pt;
	position: relative;
}

#news p {
	margin: 15px 50px 0 50px;
	text-align: justify;
}

#news h3 {
	margin: 40px 0 0 0;
}

.centeredLeft {
	float: left;
	margin-left: 15%;
	width: 30%;
	margin-right: 5%;
}

.centeredRight {
	float: right;
	width: 30%;
	margin-right: 15%;
}

#contact {
	margin: 0 50px 150px 50px;
}

#contact em {
	font-style: normal;
	color: #D51B03;
	font-weight: normal;
}

#contact table {
	width: 80%;
	margin: 0 auto 50px auto;
}

#contact form table {
	margin: 10px 0 0 50px;
	width: 100%;
}

#contact textarea, #contact input[type='text'] {
	width: 300px;
	border: 1px solid black;
}

#contact input.error {
	border: 1px solid #D51B03;
}

#contact label.error {
	color: #D51B03;
	display: block;
	position: absolute;
	left: 310px;
	top: 0;
}

#contact label.captcha {
	left: 100px;
	top: 3px;
}

#contactForm div {
	position: relative;
}

#contact select {
	width: 305px;
}

#contact form th {
	text-align: right;
	vertical-align: top;
}

#configurator {
	width: 750px;
	height: 730px;
	margin: 15px auto;
}

#movie {
	width: 640px;
	height: 495px;
	margin: 15px auto;
}

.tooltip {
	position: absolute;
	top: 105%;
	width: 151px;
	right: 0;
	height: 41px;
	z-index: 3;
	display: none;
	background: transparent url(/images/tooltipBackground.gif);
	color: white;
}

.imageTooltip {
	position: absolute;
	right: 105%;
	top: 0;
	display: none;
}

.thumbnail {
	text-align: center;
	position: relative;
}

.thumbnail img, .modules li img {
	cursor: pointer;
	display: block;
}

#content .tooltip p {
	margin: 5px 5px 5px 40px;
	font-size: 9px;
	text-align: left;
	line-height: 16px;
}

.clear {
	clear: both;
}


.productLeftColumn {
	width: 440px;
	float: left;
}

.productRightColumn {
	width: 320px;
	float: right;
}

.leftColumn {
	float: left;
	width: 595px;
}

.rightColumn {
	float: right;
	width: 300px;
}

#Specifications table {
	width: 100%;
	border: 1px solid #DEDFE0;
	margin-bottom: 30px;
	background: white;
}

#Specifications th {
	text-align: left;
	font-size: 11pt;
}

#Specifications .description {
	width: 600px;
}

#Specifications .thumb {
	text-align: center;
	position: relative;
}

#Specifications .thumb > img {
	cursor: pointer;
}

#Specifications .thumb > div {
	display: none;
	position: absolute;
	z-index: 2;
}

#Specifications .thumb > div > div {
	position: absolute;
	top: -50px;
	left: 80px;
}

#searchResults {
	width: 75%;
	margin-left: 200px;
}

#searchResults li p {
	margin: 0;
}

#searchResults p.url {
	color: #008000;
}

#copyright {
	text-align: center;
	margin: 30px 0 100px 0;
	font-size: 8pt;
}

#googleLogo, #print {
	position: absolute;
	top: 20px;
	right: 20px;
}

#logo-print {
	display: none;
}

#content h1.printHeader {
	margin-top: 50px;
}

#thankyou {
	display: none;
}

#submitButton {
	position: relative;
}

.shadowBottomRight {
	position: absolute;
	right: -14px;
	bottom: -18px;
	width: 18px;
	height: 18px;
	background: transparent url('/images/shadowBottomRight.png');
}

.shadowBottom {
	position: absolute;
	bottom: -18px;
	left: 13px;
	right: 4px;
	height: 18px;
	background: transparent url('/images/shadowBottom.png') repeat-x;
}

.shadowBottomLeft {
	position: absolute;
	bottom: -18px;
	left: -4px;
	width: 17px;
	height: 18px;
	background: transparent url('/images/shadowBottomLeft.png');
}

.shadowLeft {
	position: absolute;
	left: -4px;
	top: 18px;
	bottom: 0px;
	width: 4px;
	background: transparent url('/images/shadowLeft.png') repeat-y;
}

.shadowRight {
	position: absolute;
	right: -14px;
	top: 18px;
	bottom: 0px;
	width: 14px;
	background: transparent url('/images/shadowRight.png') repeat-y;
}

.shadowTopRight {
	position: absolute;
	top: 0px;
	right: -14px;
	width: 14px;
	height: 18px;
	background: transparent url('/images/shadowTopRight.png');
}

.shadowTopLeft {
	position: absolute;
	top: 0px;
	left: -4px;
	width: 4px;
	height: 18px;
	background: transparent url('/images/shadowTopLeft.png');
}

#ifsec {
	padding: 20px;
	background: #DDDDDD;
	margin: 0 27px 25px 0;
}

#ifsec img {
	display: block;
}

#ifsec p {
	font-size: 10pt;
	text-align: left;
	line-height: 12pt;
	margin-bottom: 0;
}

#content li.widget {
	background: none;
	margin-bottom: 30px;
}

#content .date {
	font-size: 8pt;
	color: #999;
}

#content .post h2 {
	margin-bottom: 5px;
}

#content .widget ul {
	margin-top: 5px;
}

#content .widget li {
	margin-bottom: 5px;
}

.navigation {
	overflow: auto;
	margin-bottom: 10px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.more-link {
	display: block;
	float: right;
	font-size: 12pt;
	font-weight: bold;
}

.post {
	margin-bottom: 80px;
}

h2.widgettitle {
	margin-bottom: 5px;
}

#content .post h3 {
	margin-bottom: 5px;
}

#content .entry {
	font-size: 11pt;
	line-height: 18pt;
}

#PicNetEyeTracker, #PicNetEyeTracker a {
	color: white;
}

.signupframe
{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	.link,
	.link a {
		text-decoration: none;
		}
	.signupframe {
		/*border: 1px solid #000000; */
		background: #ECECEC;
		}
		
.signupframe td {
		padding: 5px;
		}
.signupframe .required {
	font-size: 10px;
	}
	
.signupframe input.txt {
	border-color:#C5C3C3 #EDEDED #EDEDED #C5C3C3;
	border-style:solid;
	border-width:1px;
}
.signupframe .title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
