/* $Id: skin1.css,v 1.84.2.20 2007/08/16 09:55:58 max Exp $ */
/*	General styles*/ 

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */


.sIFR-hasFlash h1{
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 20px;
}

.sIFR-hasFlash h3 {
 	visibility: hidden;
	letter-spacing: -6px;
	font-size: 17px;
	margin-bottom:-35px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}



/*Search  */

.search {
	position:relative;
	color:#FFFFFF;
 	margin-left:330px;
	margin-top:75px;
	height:10px;
	font-size:10px;
	font-weight:bold;
	/*background:transparent url(images/blueslate_background.gif) repeat-x top left;*/
	font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;
}

/* ---------------------- menu navigation ---------------------- */
.blue #slatenav{
	 position:relative;
	 display: inline-table;
	 margin-left:590px;
	 margin-top:-18px;
	 height:50px;
	 font-size:11px;
	 font-weight:bold;
	 /*background:transparent url(images/blueslate_background.gif) repeat-x top left;*/
	 font-family:Arial,Verdana,Helvitica,sans-serif;text-transform:uppercase;
	 }
	 
.blue #slatenav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	}
.blue #slatenav ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
	}
	
.blue #slatenav ul li a{
	display:block;
	float:left;
	color: #FFFFFF;
	text-decoration:none;
	padding:14px 6px 0 7px;
	height:28px;
	}
	
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{
	color: #00CCCC;
	/*background:transparent url(images/blueslate_backgroundOVER.gif) no-repeat top center;*/
	}

/* ---------------------- END Dolphin nav ---------------------- */


*/
BODY,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
	FONT-FAMILY: Helvetica;
	COLOR: #550000;
	FONT-SIZE: 10px;
}
A:link {
	COLOR: #330000;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #330000;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #550000;
	TEXT-DECORATION: underline;
}
A:active  {
	COLOR: #330000;
	TEXT-DECORATION: none;
}
H1 {
	FONT-SIZE: 15px;
}
H2 {
FONT-FAMILY: Helvetica;
	COLOR: #550000;
	FONT-SIZE: 13px;
}
H3 {
	FONT-SIZE: 12px;
}
HR {
	COLOR: #DDDDDD;
	HEIGHT: 1px;
}
HTML,BODY {
	HEIGHT: 100%;
	MARGIN: 0px;
	PADDING: 0px;
	/*background-image:url(images/body_bg.gif);
background-repeat: repeat-x;
background-color: #3DADE7;*/
}


.container{
	width:983px;
	height:50px;
	margin:0 auto; 
	padding:0 0 60px 0;
	color:#171717;
}

ul{
    margin: 0 auto;
}
/*	Header styles */
.header{
position:relative;
background-image:url(images/header.jpg);
heigth: 30px;
width: 963px;
}

.content{
position:relative;
heigth: 500px;
width: 963px;
margin-left:-15px;
}

.products_header{
position:relative;
heigth: 100px;
width: 963px;
margin-left:35px;
}

.products_content{
position:relative;
heigth: 700px;
width: 963px;
margin-left:-15px;
margin-bottom:260px;
}

ul.banner li{
        text-align: left;
        float: left;
        list-style: none;
        height: 200px;
		margin-right:5px;
    }
	
ul.products li{
        text-align: left;
        float: left;
        list-style: none;
        height: 130px;
		margin-right:5px;
    }


.footer{
	position:relative;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;
	width:860px;
	height:47px;
	font-size:10px;	
	
}


/*
	Footer styles
*/
.BottomRow {
	TEXT-ALIGN: center;
	VERTICAL-ALIGN: bottom;
}
.BottomBox {
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #8E4B00;
	HEIGHT: 22px;
	VERTICAL-ALIGN: middle;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
}
.Bottom {
	background-image:url(images/footerbg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	width:963px;
	height:27px;
	padding-left:-30px;
	font-size:10px;	
	BACKGROUND-COLOR: #FFFFFF;
	COLOR: #006699;
}
A.Bottom:link {
	BACKGROUND-COLOR: #FFD44C;
	COLOR: #8E4B00;
	TEXT-DECORATION: underline;
}
A.Bottom:visited {
	BACKGROUND-COLOR: #FFD44C;
	COLOR: #8E4B00;
	TEXT-DECORATION: underline;
}
A.Bottom:hover {
	BACKGROUND-COLOR: #FFD44C;
	COLOR: #8E4B00;
	TEXT-DECORATION: none;
}
A.Bottom:active {
	BACKGROUND-COLOR: #FFD44C;
	COLOR: #8E4B00;
	TEXT-DECORATION: underline;
}
.BottomPopup {
	WIDTH: 100%;
	TEXT-ALIGN: right;
	PADDING-BOTTOM: 10px;
}
.BottomPopup A {
	FONT-WEIGHT: bold;
}
.BottomDialogBox {
	BACKGROUND-COLOR: #FFE591;
	PADDING-LEFT: 13px;
	PADDING-TOP: 10px;
	PADDING-BOTTOM: 10px;
}


