@charset "UTF-8";
/* CSS Document  for eyeglasscleansleeve copyright 2008 */


body {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #231f20; 
	margin: 0 10px;
	background-color:#fff;
	background-image: url(../images/banner/bg.gif); background-repeat:repeat;
	
}

* {margin: 0; padding: 0; }

html, body, #container {
	min-height: 100%;
	height: 100%;
}
html>body, html>body #container {
	height: auto;
}


div#container {
	position: relative;
	top: 0;
	width: 800px;
	margin: 0 auto;
	background-color: inherit;
	background-image:url(../images/general/bg-white.gif); background-repeat: repeat;
}

/* general styles **********************  */



div#container p {
	font-size: .85em;
	line-height: 1.5em;
	margin-top: 1em;
}


/* banner styles ************************ */

div#banner {
	position: relative; 
	top: 0px; 
	left: 0px;
	width: 100%;
}

div#banner a:link, div#banner a:visited {
	text-decoration:none;
	color: #fff;
}

div#banner a:hover, div#banner a:active {
	text-decoration:none;
	color: #231f20;
}

div#banner .img1 {
	float: left;
	margin-top: 40px;
	margin-left:10px;
	width: 387px;
}

div#banner .img2 {
	float:right;
	margin-top: 10px;
	margin-right: 80px;
	width: 277px;
}


/* blue background for tag and navigation  */
div#banner #bannerbg {
	position: relative;
	float:left;
	top: -15px;
	left: 0;
	width: 100%;
	height:105px;
	background-image:url(../images/banner/bigbgbar.gif); background-repeat:no-repeat;
}

/* IE hack  \*/

* html div#banner #bannerbg { height: 88px;}
/* end IE hack */

div#bannerbg h1 {
	position: relative;
	top: 7px;
	left: 59px;
	width: 223px;
	height: 65px;
	background-image:url(http://eyeglasscleansleeve.com/images/banner/protective.gif); background-repeat: no-repeat;
	text-indent: -9999px;
}

/*  NAVIGATION BUTTONS **************************  */

div#bannerbg ul {    /* main navigation buttons */
	margin-top: 16px;
}

div#bannerbg li {
	float: left;
	height: 25px;
	list-style-type:none;
	background-image:url(../images/banner/navbuttonbg.gif); background-repeat: repeat-x;
	margin-left: 3px;
	text-transform: uppercase;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 7px 10px 3px;
	}

div#bannerbg div#navsmall ul {   /* Top right navigation */
	position: absolute;
	top: 25px;
	left: auto;
	right: 10px;
	height: 10px;}

div#bannerbg div#navsmall li{
	float: left;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	height: 8px;
	background-image:none;
	text-transform: none;
	font-size: 9px;
}

/*  END OF NAVIGATION BUTTONS *******************  */

hr.undernavbar {
	position: absolute;
	margin-top:192px;
	margin-left:0;
	width: 100%;
	height: 16px;
	background-image: url(../images/banner/undernavbar.gif);
	background-repeat: repeat-x;
	left: 0;
	top: 7px;
} 


/* start content area **************** */

div#content {
	float:left;
	margin: 0px auto;
	width: 100%;
	background-color:inherit;
	clear: both;
}

div#content a {
	color: #231f20;
	text-decoration:underline;
}

div#content .title {
	float:left;
	margin-top: .5em;
	margin-left: .75em;
	width: 468px;
}

/* IE hack to force page title higher \*/
* html div#content .title {margin-top: 0;}
/* end IE hack */

div#content .contentbutton {
	float: left;
	margin-top: .25em;
	margin-left:9em;
	margin-bottom: 1em;
	width: 121px;
	border: none;
}

/* various list styles ******************************** */

div#content ul {
	list-style:none;
}

div#content li{
	background: url(../images/general/bullet-orangedot.gif) no-repeat  0 5%;
	padding-left: 2em;
	margin-bottom: .4em;
} 

/* DATATABLE ****************************** */

.datatable {
	height: 100%;
	vertical-align: top;
	margin: 0 auto;
	border: 1px solid #338ba6;
	border-collapse: collapse;
}
.datatable tr {
	vertical-align: top;
	}
.datatable td, .datatable th{
	border: 1px solid #73c0d4;
	padding: 4px;
    font-size:.9em;
	
}
.datatable caption {
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}

/* BOTTOM OF THE PAGE ELEMENTS ************* */

div#tags {
	float:left;
	width: 800px;
	margin-top: 1em;
	text-align:center;
	}

div#bottombar {
	margin: 0;
	background-image: url(../images/banner/bottombar.jpg); background-repeat: repeat-x;
	width: 100%;
	height:42px;
	clear: both;
} 

div#bottombar p {
	padding-top: 6px;
	text-align: center;
	} 
	
/* IE hack to force tag to center vertically  \*/
* html div#bottombar p {margin-top: 2px; margin-bottom: 3px; padding-bottom: 3px;}
/* end IE hack */

div#footer {
	position: absolute;
	/*bottom: 0;*/
	width: 800px;
	border-top: none;
	background-color: #5BA4C7;
	font-size: 11px;
	color:#000;
	text-align:right;
	display: block;
}

div#footer p{
	margin:0.25em 1em .25em 2em;
	padding:0;	
}	

div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #000;
}

.dropshadowy {
	width:6px;
	background-image:url(../images/general/dropshadow-y.gif);
	background-repeat: repeat-y;
}
.dropshadowx {
	height: 6px;
	background-image:url(../images/general/dropshadow-x.gif); 
	background-repeat: repeat-x; }	

/*  clearing methods ****************** */

.clear {clear:both;}

.clearfix:after {  /* this is the Aslett Clearing Method*********************************** */
    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 */
