/* page setup */
body,td,th,input,textarea,select {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
body {
	background: white url(images/bodybg.png) repeat-x scroll top left;
	color: #505050;
	margin: 0px;
	text-align: left;
}

form {
	padding: 0px;
	margin: 0px;
}
a, a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	color: #505050;
	color: #4d5963;
	/* color: #914721; */
}
a:hover {
	text-decoration: none;
	color: #202020;
	color: #5d6973;
	/* color: #e65d00; */
}


/* general */
.wide {
	text-align: center;
}
.centerfit {
	width: 770px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#logolink {
	font-size: 32px;
	color: white;
	text-decoration: none;
	line-height: 120px;
}
.promo {
	font-size: 16px;
	line-height: 234px;
	text-align: center;
}

/* top header */
#topheader {
	background: #202e3a url(images/topbg.png) no-repeat scroll top center;
	height: 120px;
}
#toplinks,.prodlinks {
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
	/* list-style-image: url(images/arrow.png); */
}

#flags {
    text-align: center;
    padding-left: 0px;
}
#toplinks {
    margin-top: 10px;
}
#topcontainer {
    float: right;
    margin-top: 20px;
}

#toplinks li,.prodlinks li, .footerlinks li {
	padding: 0 0 0 11px;
	margin: 0;
	background: transparent url(images/arrow.png) no-repeat scroll 0px 4px;
}

#toplinks li a, #toplinks li a:link, #toplinks li a:visited, #toplinks li a:active, #toplinks li a:hover {
	font-weight: normal;
	color: #dfdfdf;
	text-decoration: none;
}
#toplinks li a:hover {
	color: white;
 	text-decoration: underline;
}

ul,ol,.linklist {
	margin: 0;
	padding: 0 0 0 15px;
}
ul li,ol li,.linklist li {
	margin: 0;
	padding: 0;
}

/* product bar */
#productbar {
	background: #071826 url(images/prodbarbg.png) no-repeat scroll top center;
	height: 99px;
}

.prodinfo {
	padding-top: 18px;
}

.prodheading {
	padding-top: 20px;
}
a.prodheading, a.prodheading:link, a.prodheading:visited, a.prodheading:active, a.prodheading:hover {
	font-weight: bold;
	color: #dedede;
	text-decoration: none;
}
a.prodheading:hover {
 	text-decoration: underline;
 	color: white;
}

.prodlinks li a, .prodlinks li a:link, .prodlinks li a:visited, .prodlinks li a:active, .prodlinks li a:hover {
	font-weight: normal;
	color: #b4bbc1;
	text-decoration: none;
}
.prodlinks li a:hover {
 	text-decoration: underline;
 	color: white;
}

/* page content */

#content {
	padding: 20px 0 20px 0;
}
#innercontent {
}


/* footer */
#footer {
	clear: both;
	background: #dedede url(images/footerbg.png) repeat-x;
	color: #7c7c7c;
	
	padding: 5px 0 150px 0;
	border-bottom: 1px solid #cecece;
}
.footerlinks {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
.footerlinks li {
	padding: 0 0 0 10px;
	margin: 0;
}

.footerheading td {
	height: 33px;
}
.footerlinks li a, .footerlinks li a:link, .footerlinks li a:visited, .footerlinks li a:active, .footerlinks li a:hover,
#copyright a, #copyright a:link, #copyright a:visited, #copyright a:active, #copyright a:hover,
.copyright a, .copyright a:link, .copyright a:visited, .copyright a:active, .copyright a:hover {
	font-weight: normal;
	color: #7c7c7c;
	text-decoration: none;
}
.footerlinks li a:hover,
.copyright a:hover,
#copyright a:hover {
 	text-decoration: underline;
}

.footerheading td {
	font-weight: bold;
	color: #7c7c7c;
}

#copyright {
	font-weight: normal;
	text-align: right;
}


h1,.formtitle {
	background: #e3e3e3 url(images/headingbg.png) repeat-x;
	color: #3d444a;
	font-size: 14px;
	font-weight: normal;
	padding: 8px 14px 8px 14px;
	margin: 0 0 10px 0;
}
h1 .caption {
	color: #6d747a;
}
h1 .highlight, h1 .hhighlight {
	color: #f67d00;
}

.hasright {
	margin-right: 358px;
}
#modules_right {
	float: right;
	width: 348px;
}
#modules_left {
	float: left;
	width: 348px;
}
.hasleft {
	margin-left: 358px;
}
.module_content,.main_content,
.form .forminstructions,.form form {
	padding: 0px 15px 5px 15px;
}

#modules_bottom {
	margin-top: 15px;
}
.list_key {
	font-weight: bold;
}
.weenote {
	font-size: 10px;
	color: #808080;
}
.imgbutton {
	background-image: url(images/button.png);
	width: 108px;
	height: 26px;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
}
.imgbutton a, .imgbutton a:link, .imgbutton a:visited, .imgbutton a:active, .imgbutton a:hover {
	text-decoration: none;
	color: #dfdfdf;
	font-weight: bold;
}
.hidden {
	display: none;
}

