/* style.css */
/* tags & elements */

BODY
{
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: tahoma,verdana,arial,"san serif";
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}

/* Links */

A:link {
	color: #4A6284;
	text-decoration: none;
}
A:visited {
	color: #4A6284;
	text-decoration: none;
}
A:active {
	color: #4A6284;
	text-decoration: none;
}
A:hover {
	color: #3366CC;
	text-decoration: none;
}

#wrap{
width:100%;min-width:760px;
margin:0px;padding:0px;
}

#maincontent {
width: 540px;
padding: 20px 10px 5px 30px;
}

/* Header */

#header{
width:100%;min-width:760px;
visibility:visible;
overflow:hidden;
height:150px;min-height:150px;
margin:0px 0px 0px 0px;padding:0px;
border-top-style:solid;
border-top-width:7px;
border-top-color:#4A6284;
text-align:left;
clear:none;
}

#subheader {
width:760px;
height:132px;
float:left;
}

#header img{ padding:0px;margin:0px;float:left;overflow:hidden;}

#header table{ margin:0px;padding:0px;float:left;}

/* Footer */

#footer { 
width:700px;
background-image:url(images/footer_bg.gif);
overflow:hidden;
padding:0px 0px 0px 0px;
margin:0px;
border-bottom-style:solid;
border-bottom-color:#FFFFFF;
border-bottom-width:50px;
clear:both;
}



.footertext{
font-family:tahoma,verdana,arial,"san serif";
font-size:10px;
color:#4A6284;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px 0px 0px 30px;
padding: 8px 0px 0px 180px;
}

#middlewrap{
margin:0px;
padding:0px;
overflow:visible;
width:760px;
}

#rightfill{

height:100%;
min-height:250px;
width:100px;
background-color:#999999;
float:right;
}

/* Left content */

#left{
width:180px;
height:100%;
min-height:300px;
padding:0px;
margin:0px 0px 0px 0px;
float:left;
min-height:500px;

}

/* Right content */

#right{
width:576px;min-height:200px;
background-color:#FFFFFF;
padding:0px;
margin:0px 0px 0px 180px;
overflow:visible;
text-align:left;
visibility:visible;
float:none;
border-style:none;
}

#right img{
margin : 0px 15px 15px 0px;
}

/* Product title */

table.mainpagetop {
padding: 3px 0px 5px 30px;
}

table.prodmain {
padding: 3px 0px 5px 30px;
}

td.prodtitle{
font-size:13px;
font-weight:normal;
color:#BD1B2A;
}

td.si_schedule{
padding: 3px 0px 5px 5px;
font-size:9px;
font-weight:normal;
color:#4A6284;
text-transform: uppercase;
line-height: 12px; }

.maintitle{
font-family:verdana, arial, tahoma;
font-size:14px;
font-weight:bold;
color:#BD1B2A;
}


.prodtext{
font-family:tahoma,verdana,arial,"san serif";
font-size:11px;
color:#666666;
text-decoration:none;
text-align:left;
font-weight:normal;
width:350px;
padding: 3px 10px 5px 30px;
}


.detailname {
font-size:13px;
color:#BD1B2A;
text-align:left;
}


.navtext{width:137px;overflow:hidden;
font-family:tahoma,verdana,arial,"san serif";
font-size:11px;
color:#666666;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:10px auto 10px auto;
}

/* Headings */

h1{font-family:tahoma,verdana,arial,"san serif";
font-size:18px;
color:#BD1B2A;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px;

}

h2{font-family:tahoma,verdana,arial,"san serif";
font-size:11px;
color:#BD1B2A;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px;
}

h3{
font-family:tahoma,verdana,arial,"san serif";
font-size:12px;
color:#000000;
text-decoration:none;
text-align:center;
font-weight:bold;
margin:0px;
}

.spacer { width : 140px;
margin: 3px auto 3px auto;
border-bottom-width:1px;
border-bottom-style:dotted;
border-bottom-color:#989898;
}

#menu ul
{
margin-left: 0px;
padding-left: 6px;
list-style-type: none;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 10px;
margin:0px;
}

#menu a
{
display: block;
margin-left: 0px;
padding-left: 35px;
color: #4A6284;
font-size: 10px;
font-weight: bold;
}

#menu a:link, #menuitems a:visited
{
text-decoration: none;
}

#menu a:hover
{
color: #BD1B2A;
font-weight:bold;
}

.topmenuul {
	list-style-type:none;
	margin:0;
	padding-bottom: 7px;
}

.topmenuli {
	list-style-type:none;
	float:left;
	width: 90px;
	font-size:12px;
	font-weight: bold;
}



li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#dmenu
{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-align: center;
}

td.topmenuul {
	border-top:1px solid #407B8D;
	border-bottom:2px solid #407B8D;
	border-right:2px solid #407B8D;
	border-left:1px solid #407B8D;
}


.topmenuli a{
	text-decoration: none;
	background:#ffffff;
	color: #000000;

}

.topmenuli a:hover{
	text-decoration: none;
	background:#BD1B2A;
	color: #FFFFFF;
}



#mainpage a
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 30px;
color: #4A6284;
font-weight: normal;
text-decoration: underline;
}

#mainpage a:link, #menuitems a:visited
{
text-decoration: underline;
}

#mainpage a:hover
{
color: #3366CC;
font-weight:normal;
}



form {
margin: 0;padding: 0;
}


.smalltext {
	font-size: 9px;
}


a.codeg:link {
	font-size: 9px;
	font-weight: bold;
}

a.codeg:visited {
	font-size: 9px;
	font-weight: bold;
	color: white;
}

a.codeg:hover {
	font-size: 9px;
	font-weight: bold;
}