﻿
/* css for hyperlinks, buttons, content */

a:link {color: #336699; text-decoration: none;}
a:visited {color: #336699; text-decoration: none;}
a:hover {color: Red;}



a.gold_text:link, a.gold_text:visited
{
	color: #debc20; 
	text-decoration: none;
	
}


a.gold_text:hover
{
	color: red; 
	text-decoration: none;
	
}


a.footer_text:link, a.footer_text:visited
{
	color: white; 
	text-decoration: none;
	
}


a.footer_text:hover
{
	color: red; 
	text-decoration: none;
	
}



body
{
   /*background-color: #464646;*/
   background-color: #5e6367;
   background-repeat:repeat-x;
   font-size: 8pt;
   font-family: Verdana;
}

/*.button_buyit
{
	left: 20px;
    position: relative;
    top: 5px;
}

.button_tryitfree
{
	left: 20px;
    position: relative;
    top: 5px;
}
*/
.center_column
{
	float: left;
	width: 580px;
}

.center_column_2
{
 	float: left;
    padding-top: 10px;
	width: 530px;
}

.center_column_3
{
 	float: left;
    padding-top: 10px;
	width: 750px;
}

.center_column_container
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 570px;
}

.center_column_container_2
{
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    width: 510px;
}

.center_column_container_3
{
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    width: 700px;
}

.center_column_header
{
    color: #336699;
    height: 20px;
    margin-bottom: 2px;
    position: relative;
    font-weight: bold;
}



.center_column_subheader
{
    color: black;
    height: 20px;
    margin-bottom: 2px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
}


.center_column_text
{
    color: black;
    margin-bottom: 10px;
    position: relative;
}


.content_container
{
	background: url("../images/3Columns.gif");
    background-color: White;
	border: 1px solid white;
	margin: 0px auto;
	padding: 0px;
    position: relative;
	text-align: left;
	width: 900px;
	
	
}

.content_container_2
{
	background: url("../images/2Columns.gif");
	border: 0;
	border: 1px solid white;
	margin: 0px auto;
	padding: 0px;
    position: relative;
	text-align: left;
	width: 900px;
}

.demo_window
{
    width: 575px;
    position:relative;
    left: 10px;
    padding-left: 0px;
    padding-top: 10px;
    border: 2px solid black;
}

#footer
{
	background-color: #336699;
	clear: both;
	height: 20px;
	padding-left: 160px;
	padding-top: 5px;
	
    
}


.footer_li
{
    float: left;
    position: relative;
    color: white;      
}


.footer_ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}


img
{
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: medium none;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: medium none
}


#left_column
{
    background: url("../images/LeftSideBar.gif") no-repeat;
   	float:left;
	padding: 10px;
	width: 130px;
	height: 840px;
}

.left_header
{
    color: white;
    height: 25px;
    
}   

.left_section
{
    color: white;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 20px;
    position: relative;
    width: 120px;
} 
  

.more_link
{
    margin-top: 5px;
    margin-bottom: 20px;
    position: relative;
    
    
}

.product_of_the_month_image
{	
    left: 20px;
    position: relative;
    top: 10px;
}

.right_column
{
    background: url("../images/RightSideBar.gif") no-repeat;
	float: right;
	padding: 8px;
	width: 130px;
	height: 840px;
}

.right_column_2
{
	float: right;
	padding: 10px;
    width: 200px;
}

.section
{
    padding: 5px;
    width: 123px; 
   
}

/*.section_container

{
      background: url("../images/LeftSideBar") no-repeat;
}*/

.section_header
{
    /*background: url("../images/section_header_box_white.jpg") no-repeat;*/
    /*background-color: #336699;*/
	/*color: #debc20;*/
	font-weight: bold;
    height: 20px;
	text-align: center;
	vertical-align: middle;
	
}

.section_content
{
    /*background: #5c85ad;*/
	color: white;
    height: 100%;   
   
   
   
}

/*.section_footer
{
    background: url("../images/footer.gif") no-repeat;
    height: 20px;   
}
*/
.section_text 
{
	padding-left: 3px;
	padding-right: 3px;
	
}

table
{
    BORDER-RIGHT: medium none;
    PADDING-RIGHT: 0px;
    BORDER-TOP: medium none;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: medium none;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: medium none
}

 .thumb_images
{
    position: relative;
    padding-top: 20px;
}   

ul
{
	margin-top: 2px;
}



 
.white_text:visited
{
	color: White; 
	text-decoration: underline;
}