@charset "utf-8";
/* CSS Document */

body
{
	background:url(../images/bg.png);
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#EEEEEE;
	margin-top:2px;
	line-height:130%;
}



table
{
}

#page
{
	width:100%;
	text-align:center;
}

#container
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#logo
{
	display:inline;
	float:left;
}

#top_content
{
	position:relative;
	top:-4px;
	float:left;	
	width:960px;	
	background:url(../images/bg_red.png);
	background-color:#81170d;
	background-repeat:no-repeat;	
}

#footer
{
	float:left;
	padding:0px;
	margin-top:100px;
	border:none;
	/* background:url(../images/web_final_12.png); */
	background-repeat:no-repeat;
	text-align:right;		
	position:relative;
	top:-30px;
	width:900px;
	padding:30px;
}

.footer_text
{
	text-align:right;
}

#menu
{
	float:left;
}

#menu ul
{	
	list-style-type:none;	
}



#menu ul li
{
	float:left;		
}

.three_columns
{
	position:relative;
	top:60px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.upper_three_columns
{
	z-index:2;
	position:relative;
	top:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.table_data 
{
	border-collapse:separate;
	border-spacing:5px;
}

.solid_bottom_border
{
	border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#product
{
	z-index:43;
	position:relative;
	top:60px;
	left:80px;
	width:391px;
	height:228px;
	background:url(../images/transparent.png);
	background-repeat:no-repeat;
	padding-bottom:50px;
}

.product_img
{
	z-index:43;
	position:relative;
	top:-60px;
	left:750px;
}

.bubble_text_title
{
	z-index:44;	
	position:relative;
	top:42px;
	left:-40px;
	width:310px;
	height:22px;
	font-size:15px;
	font-weight:bold;
	text-align:right;
	color:#FFFFFF;
}

.bubble_text
{
	z-index:44;
	position:relative;
	top:42px;
	left:-40px;
	width:310px;
	height:50px;
	text-align:justify;
}

.bubble_text a:link 
{	
	color:#eee;
	font-weight:normal;
	text-decoration:none;
	
}

.bubble_text a:visited 
{	
	color:#eee;
	font-weight:normal;
	text-decoration:none;
}

a:link
{	
	color:#eee;
	font-weight:bold;
	text-decoration:none;
}

a:visited 
{
		color:#FFF;
		font-weight:bold;
	text-decoration:none;
}
a:hover
{
		color:#FFF;
		font-weight:bold;
	text-decoration:underline;
}
a:active 
{
		color:#FFF;
		font-weight:bold;
	text-decoration:none;
}


.page_header
{

	background-image:url(../images/trans_bg_grey.png);	
	border-radius: 8px;
	width:100%;
	/*
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	*/
	padding:3px;
}

.page_title
{	
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#EEEEEE;
	font-weight:bold
}

#news
{
	position:relative;
	left:570px;
	top:-47px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#fff;
	padding-left:25px;
	height:250px;
	width:230px;
}

.submit_contact
{
	font-size:15px;	
	width:120px;
	height:40px;
	display:block;
}

.input_textfield
{
	background-color:#ECE5B6;
}

/* restore back some default styling */
.normal ol li {
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;        
}
.normal ul li {
    /*giving UL's LIs generated disc markers*/
    list-style: disc outside;
}
.normal dl dd {
    /*giving UL's LIs generated numbers*/
    margin-left:1em;
}
.normal ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}