@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
}

body  {
	color:#333333;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	background-image: url(../_images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #006A00;
}
a 	{
	color:#3366cc;
	}
#header{
	position:relative;
	height:100px;
	}
.thumbimg {
	border: 3px solid #FFFFFF;
	float: right;
	margin-left: 4px;
	text-align: right;
	margin-bottom: 5px;
}
#wrapper h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
}
.smallprint {
	font-size: 0.8em;
}

/*------main navi styles------*/	
#header ul {
	margin:0;
	padding:0;
	position:absolute;
	width:780px;
	list-style: none;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../_images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	left: 0px;
	bottom: 0px;
	}
#header ul li a:hover{
	background-color: #666666;
	vertical-align: bottom;
	}
#header li {
	float:left;
	}
#header li a:link, #header li a:visited {
	padding: 0.4em 1.1em;
	font-size:12px;
	line-height:1em;
	text-decoration:none;
	color:#565765;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../_images/menu_sep.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
#header li a:hover, #header li a:active {
	color:#CC3300;
	background-color: #666666;
	}
#header li a.current, #header li a.current:hover,#header li a.current:active {
	color:#CC0000;
	cursor:default;
	background-color:#ECEFF3;
	}
#mainbanner {
	position: relative;
	height: 100px;
	width: 780px;
	background-color: #ECECEC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../_images/main_banner.jpg);
	color: #333333;
}
.wrapper #container {
	width: 780px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background: url(../_images/sidebar.png) repeat-y top left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.wrapper  #maincontainer {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../_images/leftsidebar.png);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.wrapper #header {
	background-image: url(../_images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
} 
.wrapper #header  h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #EDF0F2;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.wrapper #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:100%;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.wrapper #mainContent {
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.wrapper #products {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 370px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.wrapper #footer {
	background-color: #525156;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ECECEC;
	height: auto;
	padding-left: 5px;
} 
#mainContent h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.4em;
	padding-bottom: 0.3em;
	padding-top: 0.7em;
	color: #878787;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0.3em;
	font-size: 1.6em;
	padding-bottom: 0.9em;
	color: #CC0000;
}
#mainContent p {
	padding-bottom: 0.6em;
	line-height: 1.4em;
}
#products h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 16px;
	font-size: 1.4em;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4C4C56;
	margin-bottom: 0.5em;
}
#products {
}
#products p {
	font-size: 80%;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	margin-left: 80px;
}
#products h2 {
	font-size: 1em;
	border-bottom-color: #DA7D0F;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 80px;
}
#sidebar1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	font-size: 1.1em;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4C4C56;
	margin-bottom: 0.5em;
}
#sidebar1 p {
	color: #333333;
	margin-bottom: 7px;
	font-size: 75%;
	line-height: 1.3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#sidebar1 a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.3em;
}
#sidebar1 a:hover {
	color: #3366CC;
}
#sidebar1 li {
	color: #333333;
	height: auto;
	font-size: 80%;
	margin-bottom: 6px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
}
#sidebar1 li a {
	color: #666666;
	font-weight: normal;
}
#sidebar1 li a:hover {
	color: #000000;
}
#sidebar2 p {
	font-size: 75%;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
#sidebar2 h1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding-top: 0.4em;
	font-size: 1em;
	padding-bottom: 0.2em;
	color: #FFFFFF;
}
.footer {
}
#footer li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ECECEC;
	list-style-type: none;
	float: left;
}
#footer a {
	color: #CCCCCC;
	list-style-type: none;
	border-right-color: #75839F;
	float: left;
	display: block;
	position: relative;
	padding-right: 0.7em;
	padding-left: 0.7em;
	padding-top: 0.3em;
	border-right-width: 1px;
	border-right-style: solid;
	text-decoration: none;
	font-size: 9px;
	letter-spacing: 0.2em;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#banner {
	float: right;
	height: 500px;
	width: 100px;
	top: 88px;
	right: -115px;
	z-index: 1;
	position: relative;
	margin-left: -110px;
	font-size: 0.8em;
	background-image: url(../_images/sb_ad.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #000000;
	display: block;
}
#topstory {
	float: left;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 300px;
}
.topstory {
	float: left;
	margin-left: -3px;
}
#topstory h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	font-size: 1.5em;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4C4C56;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
#topstory p {
	color: #666666;
	margin-bottom: 12px;
	font-size: 100%;
	line-height: 120%;
	height: auto;
}
#topstory a {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	line-height: 110%;
	display: block;
	height: auto;
}
#topstory li {
	color: #333333;
	height: auto;
	font-size: 80%;
	margin-bottom: 6px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	display: block;
}
#topstory li a {
	color: #666666;
	font-weight: normal;
}
#topstory li a:hover {
	color: #000000;
}
#products h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	font-size: 1.5em;
	padding-bottom: 0.5em;
}
#prod3 {
	display: block;
	height: auto;
	background-image: url(../_images/product_icon3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#prod2 {
	display: block;
	height: auto;
	background-image: url(../_images/product_icon1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#prod1 {
	display: block;
	height: auto;
	background-image: url(../_images/product_icon2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#deviderline {
	margin-left: 80px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4C4C56;
	margin-bottom: 8px;
	margin-top: 6px;
}
#products a {
	color: #3366cc;
	font-size: 80%;
}
#products p {
	font-size: 0.95em;
}
#products h2 {
	color: #F28A0F;
	font-size: 110%;
	padding-bottom: 0.4em;
	padding-top: 2px;
}
#footer p {
	font-size: 9px;
	color: #CACCCD;
	margin-left: 5px;
	margin-top: 3px;
	padding-bottom: 2px;
	letter-spacing: 0.2em;
}
#banner_tx {
}
#mainbanner p {
	color: #FFFFFF;
	margin-left: 380px;
	margin-right: 12px;
	padding-top: 5px;
	font-size: 12px;
}
#mainbanner h1 {
	color: #FFFFFF;
	margin-left: 380px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-right: 10px;
}
#topstory td {
}
#topstory h2 {
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 4px;
}
#topstory a:hover {
	color: #6F93DB;
}
#topstory h2 a {
	font-size: 1.05em;
	font-weight: bolder;
	margin-bottom: 3px;
}
#sidebar2 a {
	color: #3366cc;
}
#mainContent a {
	color: #3366cc;
}
#sidebar1  h2  a {
	font-size: 0.6em;
	font-weight: bolder;
	color: #333333;
}
#sidebar1 h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 130%;
}
#mainStorylist {
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#storyItem h1 {
	color: #333333;
}
#storyItem {
	padding-bottom: 5px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#storyItem  h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #F28A0F;
	font-size: 1.1em;
	padding-top: 3px;
	font-weight: bold;
}
#storyItem a {
	color: #3366CC;
}
.storytypeOne {
	display: block;
	background-color: #F3C07F;
	font-size: 9px;
	font-weight: normal;
	height: 14px;
	color: #FFFFFF;
	padding-left: 5px;
	margin-top: 12px;
}
#mainStorylist h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-bottom: 4px;
	line-height: 110%;
}
#mainStorylist h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	font-size: 1.1em;
	color: #333333;
}
#mainStorylist a {
	color: #3366CC;
}
.storytypeTwo {
	display: block;
	background-color: #999999;
	font-size: 9px;
	font-weight: normal;
	height: 14px;
	color: #FFFFFF;
	padding-left: 5px;
	margin-top: 12px;
}
.storytypeThree {
	display: block;
	background-color: #9DBBDF;
	font-size: 9px;
	font-weight: normal;
	height: 14px;
	color: #FFFFFF;
	padding-left: 5px;
	margin-top: 12px;
}
.wrapper #pictures {
	float: right; 
	width: 120px; 
	height:100%; 
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
#pictures a {
	color: #3366cc;
}
#pictures p {
	font-size: 75%;
	line-height: 1.3em;
	padding-bottom: 0.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
#pictures h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0.4em;
	font-size: 1em;
	padding-bottom: 0.2em;
	color: #666666;
}
#storydetail_container  {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
}
#pictures img {
	margin-top: 10px;
}
#mainStorylist h3 {
	padding-top: 2px;
	font-size: 1.1em;
}
.wrapper #popup_container {
	width: 500px;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}
#popup_content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	border: 1px dotted #999999;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	line-height: 1.6em;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
	margin-left: -5px;
}
#popup_content img {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
#storylist_drop {
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#banner p {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	display: block;
}
#banner a {
	color: #F28A0F;
}
#indexcontainer {
	width: 780px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#index_content p {
	font-size: 1.1em;
}
#index_content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 15px;
	font-size: 1.5em;
	padding-bottom: 0.7em;
}
#index_content {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	display: block;
	width: 200px;
	float: left;
	padding-right: 10px;
}
#language {
	position:absolute;
	left:0;
	bottom:0px;
	width:780px;
	border-bottom-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-image: url(../_images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
}
#language  a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#index_maincontent {
	margin-right: 20px;
	margin-left: 30px;
}
#form1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	padding-top: 6px;
	top: 6px;
	margin-top: 8px;
	padding-bottom: 12px;
}
#form1 h {
	font-size: 1.1em;
	color: #666666;
	font-weight: bold;
}
.image {
	clear: left;
}
image {
	width: 200px;
}
							
