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

BODY {
	text-align: center;
	background-color: #999;
	background-repeat: repeat-x;
}

#wrapper {
width: 900px; 
margin: 0 auto; 
text-align: left; 
}

#logo_menu{
float:left;
}

#image{
float:right;
}

#nav{
clear:both;
}

#home_text_area{
float:left;
background-image:url(images/home_textarea_swirl.jpg);
background-repeat:no-repeat;
width:680px;
height:150px;
}

#home_profile_link{
float:right;
width:220px;
height:150px;
}

#home_footer{
clear:both;
background-image:url(images/home_footer.jpg);
background-repeat:no-repeat;
width:900px;
height:70px;
}

#sub_content_holder{
background-image:url(images/bg_sub.gif);
background-repeat:repeat-y;
}

#sub_content_left{
background-image:url(images/sub_sidebar.jpg);
background-repeat:no-repeat;
float:left;
min-height:225px;
width:290px;
}

#sub_links{
padding:22px 30px 0px 30px;
}

#sub_content_right{
float:right;
width:570px;
padding-left:40px;
}

#sub_footer{
clear:both;
background-image:url(images/sub_footer.jpg);
background-repeat:no-repeat;
width:900px;
height:105px;
}

.news_img{
border:1px solid black; 
margin-right:10px;
}

#product_description{
}

#product_image{
width:150px;
margin-top:15px;
float:left;
}

#product_text{
float:right;
width:400px;
}

#product_long{

margin-top:15px;
}

#product_features{
clear:both;
}

#product_table{
margin-top:20px;
width:540px;
border-right:1px solid black;
}

#product_table_header{
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
background-color:#d9dee4;
font-family : Arial, sans-serif;
font-size:12px;
line-height:130%;
margin:0;
font-weight:bold;
}

#product_table_content1{
border-left: 1px solid black;
border-bottom: 1px solid black;
background-color:#ffffff;
font-family : Arial, sans-serif;
font-size:12px;
line-height:100%;
margin:0;
}

#product_table_content2{
border-left: 1px solid black;
border-bottom: 1px solid black;
background-color:#f2f4f6;
font-family : Arial, sans-serif;
font-size:12px;
line-height:115%;
margin:0;
}

hr {
width:510px;
border: 0;
color: #cccccc;
background-color: #cccccc;
height: 1px;
margin:10px 0px;
text-align: left;
}