/* style.css */
/* tags & elements */

BODY{
margin:0px;
background-color:white;
padding:0px;
background-image:url(images/bg.gif);
height:100%;
width:100%;
}

/* 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;
}

/* Header */

#header{
width:100%;min-width:760px;
visibility:visible;
overflow:hidden;
height:132px;min-height:132px;
margin:0px 0px 0px 0px;padding:0px;
border-top-style:solid;border-top-width:7px;border-top-color:#4A6284;
background-image:url(images/header_bg.gif);
background-repeat:repeat-x;
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:100%;height:29px;
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;font-size:10px;
color:#4A6284;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px 0px 0px 30px;
padding: 8px 0px 0px 0px;
}

#middlewrap{
background-color:#FFFFFF;
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;background-color:#F6F6F6;height:100%;min-height:300px;
border-left-style:solid;
border-left-width:8px;
border-left-color:white;
padding:0px;
margin:0px 0px 0px 0px;
float:left;
border-right-style:dashed;
border-right-width:1px;
border-right-color:#BCBCB5;
border-bottom-style:dashed;
border-bottom-width:1px;
border-bottom-color:#BCBCB5;
border-left-style:none;
border-top-style:none;
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:center;
visibility:visible;
float:none;
border-style:none;
}

#right img{
margin : 15px 2px 15px 2px;
}

/* Product title */

.prodtitle{
width:435px;height:17px;
background-image:url(images/prod_title.gif);
margin:20px auto 5px auto;
overflow:hidden;
}

.prodtext{
font-family:tahoma;font-size:10px;
color:#666666;
text-decoration:none;
text-align:left;
font-weight:normal;
width:435px;
margin:0px auto 0px auto;
padding: 3px 10px 5px 30px;
}

/* News section */

.newsheader{
width:147px;height:24px;
overflow:hidden;
font-family:tahoma;font-size:10px;
color:#FFFFFF;
text-decoration:none;
text-align:left;
font-weight:bold;
background-image:url(images/news_headerbg.gif);
background-position:left;
background-repeat:no-repeat;
margin:15px 0px 5px 0px;
padding : 3px 0px 0px 25px;}

.newstext{width:147px;overflow:hidden;
font-family:tahoma;font-size:10px;
color:#666666;
text-decoration:none;
text-align:left;
font-weight:normal;
margin:10px auto 10px auto;
}

.navtext{width:147px;overflow:hidden;
font-family:tahoma;font-size:11px;
color:#666666;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:10px auto 10px auto;
}

/* Headings */

h1{font-family:tahoma;font-size:11px;width:147px;
color:#8D2800;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px;

}

h2{font-family:tahoma;font-size:11px;
color:#4A6284;
text-decoration:none;
text-align:left;
font-weight:bold;
margin:0px;
}

h3{
width:110px;
font-family:tahoma;font-size:11px;
color:#8D2800;
text-decoration:none;
text-align:left;
font-weight:bold;
float:right;
margin:3px 10px 5px 0px;
}

.spacer { width : 140px;
margin: 3px auto 3px auto;
border-bottom-width:1px;
border-bottom-style:dotted;
border-bottom-color:#989898;
}

