/* ---GENERAL STYLES--- */
html, body { 
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: #ddd;
	color: #333;
}
body {
	min-height:101%
}

img {
	vertical-align: top; /* In mozilla there is a space between the images if we dont align them to the top */
	border: 0px;
}

img a {
	border: 0;
}

p {
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	margin-top: 0;
}

h1 {
	color: #666;
	background: url(../image/h1_bg.jpg) no-repeat;
	padding: 24px 0px 0px 20px;
	margin: 0;
	font-size: 18px;
	text-align: left;
	height: 43px;
	width: 555px;
}

h2 {
	color: #666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	margin: 20px 0px 6px 0px;
}


h3 {
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	margin: 24px 0px 3px 0px;
}

h4 {
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 24px 0px 0px 0px;
}


fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}


a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #663399;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}

#container {
	text-align: left;
	position: relative;
	padding: 0;
	margin: 0;
	background-image: url(../image/sub-menu/background-sub-menu.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.intro {
font-weight: bold ;
font-size: 0.9em ;
margin: 10px 0 10px 0;
color: #666;
}

caption { text-align:left; font-weight: bold; color:#666; }

/* HEADER STYLES */
#header-container {
	text-align: center;
	background: #000;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
}
#body-header {
	background: url(../image/header_bg_main.jpg) no-repeat;
	padding: 0px;
	height: 122px;
	width: 760px;
	margin:0px auto;
	position: relative;
}

#headerlinks {
	position: absolute;
	right: 0;
	top: 5px;
	width: 435px;
}
/*
#headerlinks ul {
	margin: 0;
	padding: 0;
}
#headerlinks li {
	list-style: disc url(../image/bullet-header.gif);
	float: left;
}
#headerlinks li a {
	color: #ddd;
	font-size: 11px;
	padding: 0 1em;
}
*/
#headerlinks a:hover {
	color: #EFE532;
}

#headerlinks a {
	color: #ddd;
	font-size: 11px;
}

.headerlink {
	background: url(../image/bullet-header.gif) no-repeat;
	float: left;
	padding: 0 12px 0 12px; 
}


#logo {
	position: absolute;
	top: 14px;
	left: 24px;
}

#search {
	width: 250px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 31px;
}
#search form, #search form legend {
	margin: 0px;
	padding: 0px;
}
#search form legend {
	border: none;
}
#search span {
	width: 150px;
	height: 21px;
	background-image: url(../image/search-field.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 10px;
}
#searchString {
	width: 142px;
	height: 21px;
	padding: auto 4px;
	background-color: transparent;
	border: none;
}
#doSearch {
	position: absolute;
	right: 10px;
	top: 0;
}

#navbar {
	background: url(../image/navbar_bg.gif) repeat-x;
	height: 26px;
	clear: both;
	padding: 0;
	margin: 0;
}
#navbuttons {
	width: 760px;
	text-align: center;
	margin: 0px auto;
}
#navbuttons div a {
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	margin: 0;
	padding: 0;
	float: left;
}
#navbuttons div a:hover {
	text-decoration: none;
}
#navbuttons div a span {
	position: relative;
	left: -2000px;
}

#nav-home a {
	background-image: url(../image/nav-home.gif);
	width: 71px;
}
#nav-home a:hover {
	background-image: url(../image/nav-home-on.gif);
}

#nav-company a {
	background-image: url(../image/nav-company.gif);
	width: 97px;
}
#nav-company a:hover {
	background-image: url(../image/nav-company-on.gif);
}

#nav-products a {
	background-image: url(../image/nav-products.gif);
	width: 101px;
}
#nav-products a:hover {
	background-image: url(../image/nav-products-on.gif);
}

#nav-services a {
	background-image: url(../image/nav-services.gif);
	width: 97px;
}
#nav-services a:hover {
	background-image: url(../image/nav-services-on.gif);
}

#nav-news-events a {
	background-image: url(../image/nav-news.gif);
	width: 134px;
}
#nav-news-events a:hover {
	background-image: url(../image/nav-news-on.gif);
}

#nav-your-yt a {
	background-image: url(../image/nav-your.gif);
	width: 151px;
}
#nav-your-yt a:hover {
	background-image: url(../image/nav-your-on.gif);
}

#nav-support a {
	background-image: url(../image/nav-support.gif);
	width: 109px;
}
#nav-support a:hover {
	background-image: url(../image/nav-support-on.gif);
}


/* ---CONTENT STYLES--- */

#sub-menu {
	float: right;
	width: 170px;
	margin: 24px 0;
	padding-bottom: 20px;
	background-image: url(../image/sub-menu/RHpanelfoot.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#sub-menu ul {
	margin: 0;
	padding: 0;
	width: 169px;
	background-image: url(../image/sub-menu/RHpanel-bg.gif);
	background-repeat: repeat-y;
}
#sub-menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sub-menu ul li p {
	margin: 0;
	padding: 0;
}
#sub-menu h3, #sub-menu h3 a {
	width: 169px;
	height: 18px;
	margin: 0;
	padding: 0;
}
#sub-menu h3 a {
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	width: 169px;
}
#sub-menu h3 span {
	position: relative;
	left: -2000px;
	font-size: 10px;
}
#sub-menu ul a {
	padding: 6px 11px 6px 11px;
	width: 137px;
	display: block;
	border: 1px solid #fff;
	border-top: none;
	font-weight: bold;
	font-size: 11px;
	color: #2F2F2F;
}
#sub-menu ul a:hover {
	color: #EFE532;
	background-color: #2f2f2f;
}
#sub-menu ul ul a {
	background-color: #ededed;
	font-weight: normal;
}
#sub-menu ul ul ul a {
	padding-left: 18px;
	width: 129px;
	background-color: #EFEED2;
}
#sub-menu a.active {
	background-color: #DAD593;
	text-decoration: underline;
}
#body-content {
	color: #333;
	text-align: left;
	margin: 0px auto;
	width: 760px;
}
#maincol {
	text-align: left;
	width: 530px;
	margin:20px 0px 0px 0px;
	float: left;
}

#product-selector {
	background: #e1e1e1;
	padding: 2px 10px;
	width: 169px;
}

#sub-menu-pic {
	float: right;
	width: 170px;
	margin: 0;
}


.protected {
	padding-left: 16px;
	background-image: url(../image/icon-protected.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.floatimage { float: right; margin-top: 10px; margin-bottom: 10px; margin-left: 20px; }
.floatleft { float: left; margin-top: 10px; margin-right: 20px; margin-bottom: 10px; }
.floatclear { float: left; clear: both; margin-top: 10px; margin-right: 20px; margin-bottom: 10px; }
.subnavpanel { background: #ccc; border: 1px solid #FFFFFF; text-align:center; }
.subnavtext { font-size: 0.85em; }

#clear { clear: both }

#maincol-container {
	margin: 10px 0 0 0;
	padding: 0;
	width: 530px;
	position: relative;
}

#maincol-container h3 {
	color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
	margin: 20px 0px 3px 0px;
}

/*
#maincol-container p {
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0px 0px 6px 0px;
}*/
#maincol-container table {
	font-size: 0.8em;
}

.contentintro {
	font-size: 1 em;
	font-weight: bold;
	color: #333 ;
}


.pointerlist {
	margin: 0 0 6px 20px;
	padding: 0;
}
.pointerlist li {
	font-weight: bold;
	padding-left: 6px;
	list-style: url(../image/pointer.gif);
}

.pointerlist-boost {
	margin: 0 0 6px 0px;
	padding: 0px;
	font-size: 0.8em;
	list-style: disc url(../image/pointer.gif) outside;
	}	

.pointerback {
	margin: 6px 0 6px 0;
	padding: 0;
	text-align: right;
	list-style: url(../image/pointer-back-main.gif) outside;
	}	
	
.linklist {
	font-size: 12px;
	margin: 0 0 4px 0px;
	padding: 0;
}
#sub-links {
	float: right;
	clear:both;
	width: 170px;
	margin: 10px 0;
}


.content-tablehead {
	padding: 3px 6px 6px 6px;
	font-weight: bold;
	background-color:#666;
	color: #fff;
	}	

.content-tabletext {
	padding: 3px 6px 6px 6px;
	}
.content-separator {
	border-bottom: 1px #fff;
	height: 10px;
	}


#mainpicpanel {
	float: left;
	padding: 15px 0 0 0;
	margin: 15px 0px 15px 0px;
	width: 530px;
	background-image: url(../image/mainpanel-head.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#mainformpanel {
	float: left;
	padding: 25px 0 0 0;
	margin: 15px 0px 15px 0px;
	width: 530px;
	background-image: url(../image/mainpanel-head.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ccc ;
}

#mainpicpanelmiddle {
	padding: 0;
	margin: 0;
}

#mainpicpanelbottom {
	background-image: url(../image/mainpanel-foot.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	height: 15px;
	width: 530px;
}

	
/* ---RH COLUMN STYLES--- */

#RHcol {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 169px;
}

#RHpanel {
	margin: 20px 0px 0px 0px;
	background-image: url(../image/RHpanel-bg.gif) repeat-y;
	width: 169px;
}

.RHpanelpic {
	margin: 0px 1px 0px 1px;
	width: 159px;
}

#navigation-one {
	margin: 0;
	padding: 0;
}
#navigation-one li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#navigation-one li a {
	display: block;
}
#navigation-one li a:hover {
	text-decoration: none;
}

/* ---FOOTER STYLES--- */
#footer {
	background: url(../image/footer_bg.jpg) repeat-x;
	height:55px;
	clear: both;
	text-align: center;
	position: relative;
	padding: 24px 0px 0px 0px;
	margin: 20px 0 0 0;
}

#body-footer {
	width: 760px;
	text-align: center;
	margin:0px auto;
}

#footer p {
	color: #e1e1e1;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
}

#footer p a {
	color: #FFE88A;
}

.no-p-margin p {
	margin: 0;
}

.news h1 {
	background-image: none;
	margin: 0;
	padding: 0;
}
.news ul, .news ol {
	font-size: 0.8em;
}