/*
 *  Layout
 */
html {
	font-size: 100%;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #1B2D48;
	background-color: #FFFFFF;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

address {
	font-size:1em;
	font-weight: bold;
}

.testi {
	background: url(images/quote.gif) top left no-repeat;
	text-align: justify;
	padding: 1px 0 0 15px;
}

.testi div {
	font-size:1.2em;
	text-align: right;
	font-style: italic;
}

.testi p {
	font-size: 1.2em;
}

/*
 * General links
 */
a:link, a:active, a:visited {
	color: #FFA303; 
	/*color: #0267FF;*/
	text-decoration: none; 
}

a:hover { 
	color:#FFFFFF;
	background-color: #FFA303;
	/*background-color: #0267FF;*/
}

/*
 * Wrappers
 */

#wrapsite {
	width: 100%;
}

#wrapheader {
	width: 775px; 
	margin: auto;
}

#wrapmenu {
	width:100%;
	background: url(images/n.gif) top left repeat-x;
	height: 32px;
	text-align: center;
	padding-bottom: 20px;
}

#wrapbody {
	width: 775px;
	margin: auto;
}

#wrapbody p {
	font-size: 1.2em;
	text-align: left;
}

#wrapbody li {
	font-size: 1.2em;
	text-align: left;
}

#wrapfooter {
	text-align: center;
	clear: both;
}

#wrapfooter a:link, #wrapfooter a:active, #wrapfooter a:visited {
	color: #000; 
	/*color: #0267FF;*/
	text-decoration: none; 
}

#wrapflags {
	position: absolute;
	width: 135px;
	margin-top: 6px;
	margin-left: 640px;
	text-align: right;
}

#indexText, #indexText a  {
	color: #A4A4A4;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 0px;
	letter-spacing: 3px;
	margin: 0;
}

#indexText a:hover {
	color: #FFFFFF;
	background-color: #A4A4A4;
}

.wrapprod {
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 40px;
	background-color:#CCCCCC;
}

.index-link a:link, .index-link a:active, .index-link a:visited {
	font-size: 1.8em;
	color:#AAAAAA;
	font-weight: bold;
}

.index-link a:hover { 
	color: #FFFFFF;
	background-color: #AAAAAA;
}

/*
 * Navbar
 */
#navbar {
/*	margin: -10px -10px -12px;
	padding: 10px;
	line-height: 25px;*/
	width: 295px;
	height: 37px;
	background: url('images/top_nav.gif') no-repeat 0 0;
	text-align: left;
	padding: 7px 0;
}

#navbar a {
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding-left: 12px;
} 

#navbar a:hover {
	color:#fff;
	background-color: transparent;
}

#navbar span {
	font-size: 1.6em;
	color: #FFA303;
	margin: 0px -5px 0px -4px;
}


/*
 * VNavbar
 */
.dropstyle{
	width: 775px;
	font-weight: bold;
	margin: auto;
}

.dropstyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.dropstyle ul{
	width: 100%;
	padding: 10px 0;
	margin: 0;
	text-align: left;
}

.dropstyle ul li{
	display: inline;
}

.dropstyle ul li a{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 30px;
	text-decoration: none;
}

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 1px solid #ff8a00;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #ff8a00;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE hack*/
	width: 100%;
}

.dropmenudiv a:hover{
	color: white;
	background-color: #ff8a00;
}

/*
 * Frame
 */
.f_top {
	background:url(images/f_top.gif) repeat-x top left;
}

.f_top-left {
	background-image:url(images/f_top-left.gif);
	height:14px;
	width:14px;
}

.f_top-right {
	background-image:url(images/f_top-right.gif);
	width:14px;
}

.f_left {
	background:url(images/f_left.gif) repeat-y left;
	width: 4px;
}

.f_right {
	background:url(images/f_right.gif) repeat-y right;
	width: 4px;
}

.f_bottom {
	background:url(images/f_bottom.gif) repeat-x bottom;
	height:4px;
}

.f_bottom-left {
	background:url(images/f_bottom-left.gif);
	width: 14px;
	height: 14px;
}

.f_bottom-right {
	background:url(images/f_bottom-right.gif) no-repeat bottom right;
	width: 14px;
}

/*
 * General Form Styles
 */
 
fieldset {
	padding: 10px 30px;
	border: none;
	position: relative;
}

dt {
	float: left;
	width: auto;
}


dt label {
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

fieldset dl {
	margin-bottom: 5px;
	font-size: 1.1em;
}

fieldset dt {
	width: 50%;
	text-align: left;
	border-right: 1px solid #CCC;
	padding-top: 3px;
}

fieldset dd {
	padding-left: 200px;
	vertical-align: top;
	text-align: left;
}

fieldset dl:hover dt label {
	color: #FFA303;
}

.submit, .submit:visited {
	color: #000000;
}

.submit {
	background: #FEFEFE url(images/background_form_element.gif) repeat-x;
	border: 3px double;
	border-color: #C4CCCC #ACB5B5 #6F7777 #ACB5B5;
}

.submit:hover, .submit:focus {
	border: 3px double;
	border-color: #FFA303 #FFA303 #FFA303 #FFA303;
}

input.submit {
	cursor: pointer !important;
	cursor: hand;
}

/*
 * Text
 */
h1 {
	color: #000;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
	line-height: 120%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.copyright {
	color: #444;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}