td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}


body {
	margin: 0 0 0 0;
	padding: 0;
	background: #454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #989898;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
}

h3 
{
	margin:0px auto;
	min-width:50px;
	font-size:16px;
	margin-top:5px;
	padding-bottom: 5px;
	border-bottom:1px dotted #303030;
	width: 960px;	
}

.productHeader
{
	font-size:12px;
	padding-top:15px;
}

h1 {
	letter-spacing: 0px;
	font-size: 28px;
	color: white;
	font-family:"Arial narrow";
}



h1 a
{
	color: white;
}

h1 a:hover
{
	color: #989898;
}

h2 {
	font-size: 23px;
}

p {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

ul, ol {
	margin: 0 0 0 0;
	text-align: left;
	line-height: 22px;
	font-size: 14px;
	list-style: none;
	padding-left:0px;
	
}
ul a
{
	color: #636363;
}

ul b
{
		color: #989898;
}

ul b:hover
{
		color: white;
}

a {
	color: #989898;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: white;
}

#page
{
	/*
	margin: 50px auto 0 auto;
	width:920px;
	/*border: 1px solid  red;*/
	/*background-image: url('images/default/bg_topleft.jpg');
	background-position: top left;
	background-repeat: no-repeat;*/
	/*
	min-height: 500px;
	padding-left: 24px;
	padding-top: 5px;
	*/
	
	margin: 0px auto 0 auto;
	width: 980px;
	min-height: 653px;
	
}




#content
{
	margin-top: 25px;
	border: 1px solid #303030;
	width: 980px;
	
	min-height: 653px;
	float:left;
}



#content2
{
	margin-top: 25px;
	border: 1px solid #303030;
	width: 980px;
	padding: 0px;
	padding-bottom: 0px;
	background: #000000;
	min-height: 653px;
	float:left;
}

#content_contact
{
	margin-top: 25px;
	border: 1px solid #303030;
	width: 980px;
	padding: 0px;
	padding-bottom: 0px;
	background: #000000;
	background-image: url('images/layout/contact_bg.jpg');
	background-position:left bottom;
	background-repeat: no-repeat;
	min-height: 653px;
	float:left;
}




#contact
{
	width: 878px;
	text-align: right;
	float:left;
	background-image: url('images/default/bg_topleft.jpg');		
	background-position: -26px 0px;
	background-repeat: no-repeat;
	height:22px;
}

#leftbar
{
	width: 23px;
	 
	float:left; 
	height:600px;
	background-image: url('images/default/bg_topleft.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#footer
{
	margin: -16px auto 0 auto;
	background-image: url('images/layout/bottom.jpg');
	background-repeat: no-repeat;
	width:980px;
}
#footer p
{
		margin: 0 auto 0 auto;
		text-align: center;
		padding-top:15px;
}




.productimage
{
	border:1px solid #888888;
}

.productimage:hover
{
	border:1px solid #ffffff;
}

/* index page */

span.title
{
	letter-spacing: 0px;
	font-size: 32px;
	color: white;
	font-family:"Arial narrow";
	text-transform: uppercase;
	/*font-weight: bold;*/
	letter-spacing: 0px;
	
}

span.com
{
	letter-spacing: 0px;
	font-size: 18px;
	color: white;
	font-family:"Arial narrow";
}
em.title
{
	letter-spacing: 0px;
	font-size: 18px;
	color: white;
	font-family:"Arial narrow";
}


#topMenu
{
	padding-bottom:5px;
	padding-top:6px;
}


#pageMenu
{
	margin: 0px auto 0 auto;
	width: 981px;
	
}

#page2
{
	margin: 50px auto 0 auto;
	width: 980px;
	min-height: 500px;
	
}


.post
{
	font-size:12px;
}


.pageContent span 
{
	font-size:18px;
	color:white;
	padding: 2px 50px 2px  2px;
	border-bottom:1px solid #454545;
	
}



.smallText, .smallText a 
{
	color: #666666;
}


/* Menu */

.menuEmpty
{
	float:left;
	width:1px;
	border:0px;
	padding: 2px 0px;
	border-right:1px solid #303030;
}

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 146px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #303030;
border-left-width: 0;
border-top-width: 0;
border-bottom-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color: black;
font: bold 14px Arial;
letter-spacing: 1px;
text-transform: uppercase;
text-align:center;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{

left: 0;
top: 0;
border-top: 0px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
text-align:left;
width: 150px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #222222;
border-width: 0 1px 1px 1px;
border-color: black;
color: #AAAAAA;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #DEDEDE;
color: #222222;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */


