/*CLASS STYLES*/

div#container {
	/*width: 100%;*/
	padding: 0;
	margin: 0;
	position:relative; /* needed for footer positioning*/
		
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	background-color:#3b4e8d;/*80a9d3;*/
	background-image:url(../i/bckgrnd.png);/*background-main.jpg);*/
	background-repeat:repeat-y;
	background-position:center;
	color: #232323;
}

a
{
	text-decoration: none;
	color: #102774;/*0054a6;*/
}
a:hover
{
	color: #464646;
}

.addlink
{
	padding: 0 0 0 17px;
	background: url(../i/add2cart.png) no-repeat;
}

.subtitle
{
	font-weight: bold;
}

#content
{
	width: 1000px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;

}


#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

	#nav a{color:#FFFFFF; text-decoration:none;}
	#nav a:hover{color:#000000; text-decoration:none;}
	
	
#append {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-style:italic; 
	color:#FFFFFF	
}
	
#append a{color:#FFFFFF;}
#append a:hover{color:#000000;}

#feature{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.head{
	font-size:20px;
	letter-spacing:.01em;
	line-height:1em;
	font-style:italic;
}

#login
{
	float:right; 
	margin:26px 0 0 0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px; 
	color:#FFFFFF;
	text-transform: uppercase;
}
#login input
{
	width: 80px;
	margin: 0 2px;
}

/*TAG STYLES*/

html,body { height:100%; }

#spacer
{
	height: 144px;
}
div#footer {
	position:absolute;
	/*float:left;*/
	/*padding-left:62px;*/
	width:100%;
	height: 144px;
	bottom:0; /* stick to bottom */
	/*vertical-align:middle;*/
	/*text-align:center;*/
	background-color:#102774;
	font-size: .70em;
}

div#header {
	position:absolute;
	/*float:left;*/
	/*padding-left:62px;*/
	width:100%;
	height: 144px;
	top:0;
	vertical-align:middle;
	/*text-align:center;*/
	background-color:#0054a6;
	font-size: .70em;
}


.blocklink
{
	display: block;
}
.hfadebar
{
height: 3px;
background-image: url(../i/fadebar.png);
background-repeat: no-repeat;
}
.inner
{
	margin: 20px 25px;
}
.inner h2
{
	padding: 0;
	margin: 0;
	font-size: 16px;
}



.dyk
{
	width: 270px;
}
.dyk .title
{
	font-size: 18px;
}
.dyk .info_pod
{
	padding: 8px;
	font-size: 11px;
	color: #464646;
	background-color: #dbdee9;
	margin-top: 15px;
}
.dyk .info_pod .img
{
	float: right;
	width: 40%;
	margin: 5%;
}
.dyk .info_pod .img img
{
	width: 100%;
	margin-bottom: 15px;
}

#status
{
	display: none;
	color: #F00;
	font-weight: bold;
	font-size: 12px;
}
.error
{
	border: 2px solid #F00;
}

#banner_top
{
	background-color: #102774;
	zoom: 1;
}
#banner_top .left
{
	float: left;
	width: 475px;
}
#banner_top .right
{
	float: right;
	width: 525px;
	*margin-bottom: 5px;
	_margin-bottom: 5px;
	background-color: #102774;
	zoom: 1;
}
#banner_top .right .display
{
	height:215px; 
	margin:29px 0 0 0;
	padding: 40px 0 0 25px;
	background-image:url(../i/rtt_bckgrnd_grad.png); 
	background-repeat:no-repeat; 
	background-position:right;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	zoom: 1;
}
#banner_top .right .display .contents
{
	width: 325px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.ff_only
{
	_display: none;
	*display: none;
}
.ie_only
{
	display: none;
	_display: block;
	*display: block;
}