@charset "UTF-8";
@import "reset.css";
@import "lightbox.css";
/*@import "menu.css";*/

/* Structure for page layout */

body {
	text-align: center;
	background: #c8e4fb url('../images/GetBG.jpg') top center no-repeat;
}

#mainwrap {
	width: 1100px;
	min-height: 768px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	text-align: left;
}

#header {
	width: 1100px;
	height: 160px;
	background: transparent url('../images/GetHeader.png') top left no-repeat;
	position: relative;
}

#logo {
	position: absolute;
	width: 200px;
	height: 76px;
	left: 40px;
	top: 35px;
}

#ISO9001 {
	position: absolute;
	width: 86px;
	height: 50px;
	left: 520px;
	top: 90px;
}

#search_form {
	padding-top: 105px;
}

#search_result {
	position: absolute;
	display: none;
	top: 110px;
	left: 658px;
	width: 180px;
	padding: 5px 10px;
	z-index: 999;
	background: transparent url('../images/message-bg.png');
	color: #62de46;
}

#error_message {
	z-index: 999;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -150px;
	width: 350px;
	background-image: url('../images/message-bg-white350x250.png');
	height: 250px;
	cursor: pointer; 
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}

#search_result a {
	color: #ffffff;
}

#search_result a:hover {
	color: #5dd2fd;
}

#menu {
	background: #ffffff url('../images/menu/GetMenuBG.png') no-repeat;
	width: 895px;
	height: 41px;
	margin: 0 auto;
	z-index: 9;
	position: relative;
	font-weight: bold;
	font-size: 12px; 
	vertical-align: middle;
	text-align: left;
	padding: 0px 20px;
}

#content {
	margin: 0;
	background: transparent url('../images/bodyBG.png') repeat-y top right;
	position: relative;
	width: 1100px;
		
}

#logged_in {
	position: absolute; 
	top: 45px; 
	right: 85px;
}

#contentBody {
	width: 935px;
	padding-left: 85px;
	padding-top: 30px;
	margin-right: 50px;
	padding-bottom: 20px;
}

	#mainBody{
		position: inherit;
		width: 600px;
		float: left;
		margin-bottom: 25px;
	}


	div#content img.hero {
		float: right;
		margin: 0 0px 20px 50px;
	}
	
	div#copy ul {
		list-style: circle;
	}
	
	div#copy ul li {
		margin-left: 25px;
	}


	div#credits {
		color: #35272c;
		font-weight: bold;
		font-size: 9px;
		text-transform: uppercase;
		position: absolute;
		right: 45px;
		bottom: 25px;
		text-align: right;
		z-index: 9;
	}
	
	div#credits a {
		color: #35272c;
		font-weight: bold;
		font-size: 9px;
		text-transform: uppercase;
		text-decoration: none;	
	}
	
	div#credits a:hover {
		text-decoration: underline;
	}
	
	
	
	div#video {
		margin-top: 10px;
		width: 290px;
		height: 273px;
		overflow: hidden;
		background: transparent;	
	}
	
	
	div#flags {
		position: absolute;
		top: 45px; 
		right: 100px;
	}
	
	
	
	/* Page Numbers */
	.pages {
	    padding: 1em;
	    margin: 2em 0em;
	    clear: left;
	    font-size: 85%;
	}
	
	.pages a, .pages span {
	    display: block;
	    float: left;
	    padding: 0.2em 0.5em;
	    margin-right: 0.1em;
	    border: 1px solid #fff;
	    background: #fff;
	}
	
	.pages span.current {
	    border: 1px solid #2E6AB1;
	    font-weight: bold;
	    background: #2E6AB1;
	    color: #fff;
	}
	
	.pages a {
	    border: 1px solid #9AAFE5;
	    text-decoration: none;
	}
	
	.pages a:hover {
	    border-color: #2E6AB1;
	}
	
	.pages a.nextprev {
	    font-weight: bold;
	}
	
	.pages span.nextprev {
	    color: #666;
	}
	
	.pages span.nextprev {
	    border: 1px solid #ddd;
	    color: #999;
	}
	
	.pages .nextprev-next {
	    float: right;
	}		
	
	
	
	
	
	

#footer {
	width: 930px;
	background: transparent url('../images/GetFooter.png') bottom left no-repeat;
	height: 50px;
	position: relative;
	padding: 0 85px;
	
}

	div#footer a {
		font-size: 10px;
		line-height: 30px;
		vertical-align: middle;
		color: #363636;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		margin-right: 10px;
	}
	
	div#footer a:hover {
		text-decoration: underline;
	}
	





.sidebar { width: 290px; font-size: 11px; line-height: 14px; display: block; float: right; margin-right: 6px; }
#news_events { background: #e2edd7 url(../images/sideBar/sideBarBody.jpg) no-repeat; }
#products { background: #ffffff url(../images/sideBar/productBG.gif) repeat-y; }
#sidebarFooter { height: 8px; background: #fff url(../images/sideBar/sidebarFooter.png) no-repeat; }

.cap { padding: 17px 20px 0px 0px; height: 35px; color: #fff; font-size: 18px; font-weight:500; text-align: right; background: #fff url('../images/sideBar/sideBarHeader.png') no-repeat; }

.sidebar ul { _position: relative; padding: 0 10px; _padding: 0 0 0 10px; overflow: hidden; }
.sidebar ul li { margin: 0 0 -1px; padding: 1.1em 0; border-bottom: 1px solid #d9d9d9; }
.sidebar p { margin-top: .1em; margin-bottom: 0; }










/* Clearing floats */

div.clear { 
	clear: both; 
	overflow: hidden; 
	height: 0px; 
	_height: 1px; 
}























/* Styles for page entities */

h1 { 
	font-weight: bold;
	font-size: 18px;
	color: #368c28;
	line-height: 26px;
}

h2 { 
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #368c28;
}

h2 a {
	color: #368c28;
	text-decoration: none;
}

h2 a:hover {
	color: #296cd4;
}


.stdcopy { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	font-weight: 200;
	color: #545051;
}


.features { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #368c28;
}

.date { 
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #a10000;
}

input[type=text],input[type=password],input[type=search] { 
/*	margin: 0 0 5px 5px; */
	width: 170px;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #cccccc;
/*	padding: 5px; */
}

textarea {
	margin: 0 0 5px 5px;
	border-top: solid 1px #cccccc;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #cccccc;
	padding: 5px;
}

input[type=checkbox] { 
	margin: 0 0 5px 15px;
}

img.icon { 
	width: 16px; 
	height: 16px; 
	border: 0px; 
}

a {
	color: #296cd4;
	text-decoration: none;
}

a:hover {

}



/* Son of suckerfish */

#menu ul { /* all lists */
	padding: 0px 0px 0px 0px;
	margin: 0;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
}


#menu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px; 
	text-align: center;
	height: 41px;
	line-height: 41px;
	vertical-align: middle;
}

#menu li:hover, #menu li.hover {  
	position: static;  
}  

#menu li { /* all list items */
	width: 127px;
	float: left;
	/* width: 10em; /* width needed or else Opera goes nuts */ 
	
}

#menu li ul { /* second-level lists */
	margin-top: -2px;
	position: absolute;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	color: #666666;
	vertical-align: middle;	
}

	#menu li ul li {
		background: transparent url('../images/menu/dropDownBody.png');
		width: 160px;
		height: 30px;
	}

	#menu li ul a {
		font-size: 12px;
		height: 25px;
		padding-left: 15px;
		line-height: 30px;
		letter-spacing: normal;
		vertical-align: middle;	
		text-align: left;	
		width: 145px;
		overflow: hidden;
		color: #fff;
	}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menu li ul a:hover {
	background:none;
	color: #ffec16; 
}


#menu a:hover {
	background: transparent url('../images/menu/menuBarCurrentA.png') repeat-x top;
}

#menu a.current {
	background: transparent url('../images/menu/menuBarCurrent.png') repeat-x top;;
}





















#sliderHeader{
	width: 910px;
	margin: 0 auto;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #368c28;
	font-size: 12px;
	height: 15px;
	padding: 4px 10px;
	background: transparent url(../images/coda/headerBG.png) left bottom no-repeat;
	
	}


#slider {
    width: 850px;
    margin: 0 auto;
    position: relative;  
}

.scroll {
    height: 190px;
    width: 875px;
    overflow: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
	font-size: 10px;
    padding: 20px 0;
    height: 150px;
    width: 145px;
    float: left;
}



.scrollButtons {
    position: absolute;
    top: 80px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -30px;
}

.scrollButtons.right {
    right: -30px;
}

.hide {
    display: none;
}

strong {
	font-weight: bold;
}

input[type=text].search_field {
	background: transparent url('../images/search_bg.png'); 
	border: 0px; 
	width: 183px; 
	height: 13px; 
	padding: 4px 10px;
}

