/*
CSS Italics
*/
body {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	line-height: 125%;
	padding: 0;
	margin: 0;
	background-color: #000000;
	min-width:800px;
	max-width:1024px;
	color: #FFFFCC;
}
* html body {width:expression( documentElement.clientWidth < 800 ? (documentElement.clientWidth == 0 ? (body.clientWidth < 800 ? "800" : "auto") : "800px") : "auto" );}
* html #wrapper {width:expression( documentElement.clientWidth > 1024 ? (documentElement.clientWidth == 0 ? (body.clientWidth >1024 ? "1024" : "auto") : "1024px") : "auto" );}

h1, h2, h3, td {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: x-large;
  background-color: navy;
  color: #FFFFCC;
  padding-top: 2em;
  padding-bottom: .2em;
  padding-left: .4em;
  margin: 0;
  background: black url(assets/headerBg.gif) repeat-y right bottom;
}

h2 {
  color: #FFFFCC;
  font-size: 130%;
  font-weight: normal;
  padding-top: 15px;
}

table {
	border-collapse:collapse;
	border: 1px solid black;
	}
	
th {
	text-align:left;
	background: gray;
	color:white;
	padding: 0.2em;
}

td {
	border: 1px solid black;
	padding:0.2em;
	}


/* Ths section contains positioning for the boxes on the page. Absolute positioning. fixed x and y from top-left corner.
*/


#header{
	position:absolute;
	background-color: #333333;
	padding-left: 5px;
	top:29px;
	margin:0px;
	width:100%;
	height:1500px;
	border-top:0px solid #999;
	border-bottom:0px solid #999;
	background-image: url(images/italic_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
/* this is the DIV to place the featured product FLA into*/

#features {
	position:absolute;
	background-color: #333333;
	padding-left: 5px;
	top:29px;
	margin:0px;
	width:100%;
	height:710px;
	background-repeat: no-repeat;
	background-position: left top;
}


#content100{	
color:#ffffff;
position:absolute;
top:540px;
font-size:12px;
width:100%;
}

/*paragraph margin*/
#content100 p{
margin:5px;
}

/*layer bg color, positioning from the top, font size, width*/
#content100noPic{	
color:#ffffcc;
position:absolute;
top:233px;
font-size:12px;
width:100%;
}


	
/* colors the links */
#content100noPic a:link, #content100noPic a:visited, #content100noPic a{	
	color:#999999;
	text-decoration:none;

}


/*on mouse over*/
#content100noPic a:hover{	
	color:#cccccc;
	text-decoration:none;
}

#content100noPic p{
margin:0px;
}

#tile_table a:link, #tile_table a:visited, #tile_table a{	
	color:#999999;
	text-decoration:none;
}

#tile_header{
	position:absolute;
	background-color: #333333;
	padding-left: 5px;
	top:29px;
	margin:0px;
	width:100%;
	height:2500px;
	border-top:0px solid #999;
	border-bottom:0px solid #999;
	background-image: url(images/italic_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#tile_table a:hover{	
	color:#cccccc;
	text-decoration:none;
}

#tile_table p{
margin:0px;
}

#tile_table th{
color:#FFFFCC;
}

#content{
	color:#FFFFCC;
position:absolute;
top:240px;
font-size:12px;
width:74%;
margin-left:20px;
}
#content p{
margin:5px;
}
#right{
	position:absolute;
	right: 2px;
	width:24%;
top:242px;
color:#ffffff;
border: 1px solid #333333;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
font-size:12px;
}
#right p{
 font-size:10px;
line-height:1.1em;
}
#pic{
position:absolute;
top:180px;
	background-image:  url(homeTile.swf);
	background-repeat: repeat-x;
	background-position: left bottom;
	width:100%;
	height:353px;

}

/*TOP NAVIGATION*/

.hbuttons a, .hbuttons a:link, .hbuttons a:visited{
display: block;
text-decoration: none;
font: bold 11px Arial;
color: black;
width: 120px;
height: 20px;
float: left;
display: inline;
margin-right: 1px;
background-image:url(images/rollover_off.gif);
background-repeat: no-repeat;
padding-top: 4px;
text-align:center;
margin-top: 8px;
}

.hbuttons a:hover{
color:#ffffff;
background-image:url(images/rollover_on.gif);
}
#menu {
position:absolute;
font-size:10px;
padding-right:10px;
margin-bottom: -12px;
right:24px;
}
#content #address{
	postion:absolute;
	width: 185px;
	margin-left: 5px;
	top:0px;
	margin-bottom: 25px;
}
#content #address2{
	position:absolute;
	width: 185px;
	margin-left:450px;
	top:0px;
	margin-bottom: 25px;
}
#content #address img{
	postion:absolute;
	border: none;	
margin-left: 0px;
margin-top: 0px;
}
#content #address2 img{
	postions:absolute;
	border: none;
margin-left: 0px;
margin-top: 0px;

}
#content100nopic #left{
  position: absolute;
  left: 10px;
  width: 215px;
}
#content100nopic #left h2{
	font-size:18px;
	font-weight: bold;
}
#content100nopic #left h3{
	font-size:16px;
	font-weight: bold;
        margin-bottom:-3px;
}
#content100nopic #left h3 a, #content100nopic #left h3 a:link, #content100nopic #left h3 a:visited{
	color:#ffffcc;
	text-transform: uppercase;    
}
#content100nopic #left h3 a:hover{
        color:#999999;
}
#content100nopic #left p{
	font-size:10px;
}
#content100nopic #left p.date{
	font-size:12px;
}
#content100nopic #center{
	margin-left: 30%;
	width:310px;
}
#content100nopic .centerleft{
	float:left;
	width:150px;
	text-align:right;
	text-transform: uppercase;
	font-weight: bold;
}
#content100nopic .centerright{
	float:left;
	margin-left: 10px;
	width:150px;
	text-align:left;
}
#content100nopic #center p{
	font-size:12px;
	color:#ffffcc;
	line-height:2em;
}

#content100nopic #right{
  position: absolute;
  right: 10px;
  margin-right: 0;
  margin-top:0;
  top:0;
  width: 420px;
}	
#content100nopic #right .centerleft{
	float:left;
	width:200px;
	text-align:right;
	text-transform: uppercase;
	font-weight: bold;
}
#content100nopic #right .centerright{
	float:left;
	margin-left: 10px;
	width:200px;
	text-align:left;
}
#content100nopic #right p{
	font-size:12px;
	color:#ffffcc;
	line-height:2em;
}
.clear{
	clear:both;
}



	
	
