﻿/*------------------------
COLORS
	purple		: 666699
	dark purple	: 49486d 
	grey		: CCCCCC
	dark grey	: 666666
--------------------------*/

/*--------------------layout---------------------*/
* {margin:0;padding:0}
form {
	text-align: center;		
}
html {
	background-image: url(Images/bg.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 1022px;
	margin: 20px auto;
	text-align: left;		
}
#Main {
	margin: 0;
	clear:both;
}

#SideBar {	
	float: right;	
	padding: 15px;	
}
#Header, #Footer {
	clear:both;
}
	
/*--------------------style---------------------*/
a
{
	font-size: 12px;
	color: #49486d;
}
a:hover 
{
	color: #666699;
}
	
body,p,li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin:0;
	padding:0;		
}

table, td {
	vertical-align: top;
	font-size: 12px;
	}

h1
{
	margin-top: 20px;
	font-size: 20px;
	color: #49486d;
	font-weight: normal;
	line-height: 24px;
}

h2 
{
	margin-top: 20px;
	font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size:15px;
	letter-spacing: 2px;
	line-height: 19px;
	text-transform:uppercase;
	color: #49486d;
}

h3 
{
	margin-top: 20px;
	font-family: Arial Narrow, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	letter-spacing: 1px;
	line-height: 17px;
	text-transform:uppercase;
	color: #666;
}

img 
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
}


/*--------------Header----------------------*/

#Header 	
{
	margin: 0;
	padding: 0;
	height: 108px;
	position: relative;
}

#corner_left {
	width: 44px;
	height: 108px;
	background-image: url(Images/banner_left_corner.png);
	background-repeat: no-repeat;
	float: left;
}
#menubg 
{
	width: 939px;
	height: 108px;
	background-color: #666699;
	background-image: url(Images/banner_curve.png);
	background-repeat: no-repeat;
}
#corner_right 
{
	width: 39px;
	height: 108px;
	background-image: url(Images/banner_right_corner.png);
	background-repeat: no-repeat;
}

#TopMenuStyle {
	float:right;
	top: 73px;
	left: 380px;
	position: absolute;
	width: 560px;
}

#LogoStyle 
{
	position:absolute;
	top: 15px;
	float: left;
	width: 370px;
}

#SearchStyle {
	position:relative;
	top: 20px;
	height: 30px;
	float: right;
}


#TopNavigation {
	margin: 10px 0 0 0;	
	padding: 5px 10px;
	background:#75A8E6;
	color: #fff;	
	}
#TopNavigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
#TopNavigation {display: inline-block;}
/* Hides from IE-mac \*/
* html #TopNavigation {height: 1%;}
#TopNavigation {display: block;}
/* End hide from IE-mac */

#TopNavigation a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	}
#TopNavigation a:hover {
	color: #1F5DA7;
}





/*----------------------Body----------------------*/
p {margin-top: 15px;}

hr 
{
	border: 0;
	height: 1px;
	color: #fff;
	background-color: #fff;
}

.hr_dashed
{
	color: #ccc;
	height: 1px;
	border-bottom: dashed 1px #CCC; 
}

ul  
{
	list-style-position: outside;
	margin: 20px 0 0 15px;
}

.OrderFormRadioButtonlist
{
	list-style-type:none;
}

.questionBox
{
	border-width: 1px;
	border-style: inherit;
	width: 80%;
}
.questionBox td
{
	padding-left:20px;
}
.
div.centerAlign
{
	text-align: center;
}

span.rightAlign
{
	text-align: right;
}

ul.indentBullet
{
	margin: 20px 0 0 55px;
}

ol  
{
	list-style-position: outside;
	margin: 20px 0 0 25px;
}
.indent li
{
	list-style: none;
}
.side_padding 
{
	padding: 0 30px 0 30px;
}
.date
{
	color: #000;
	font-weight:bold;
}

.main_padding
{
	padding: 50px 60px 50px 60px;
}

.plain_padding
{
	padding: 40px 100px 40px 100px;
}

.cols1 
{
	width: 43%;
	padding: 20px 15px 20px 30px;	
}
.cols2
{
	width: 43%;
	padding: 20px 30px 20px 15px;	
}

.visible_table 
{
	width: 85%;
	table-layout:inherit;
	padding: 0px;
	margin: 0px;
	background-color: #ccc;
}
/* Mozilla fix */
div>table.visible_table 
{
	width: 100%;
}      
.visible_table td
{
	padding: 4px;
	vertical-align:middle;
	background-color: #fff;
	min-height: 25px;
}

.visible_table p
{
	padding: 0;
	margin:0;
}
.visible_table h3
{
	padding: 0;
	margin-bottom:20px;
}

.page_table
{
	vertical-align: top;
}

#Main {
	width: 1022px;
	clear:both;
}

#Main.content{
	background-image: url(Images/bg_shade.png);
	background-repeat: repeat-y;
}

#Main.home{
	background-image: url(Images/bg_shade_sidebar.png);
	background-repeat: repeat-y;
}

#BottomMain
{
	width: 1022px;
    height: 40px;
 }

#Main .left {
	width: 24px;
}

#Main .right {
	width: 23px;
}   

#Main .content {
	width: 974px;
	clear: both;
}

#Main .content_main {
	width: 696px;
}

/* for external pages only */
#Main .div_content_main {
	width: 690px;
	position: relative;
	
}
#Main .div_content_menu 
{
	padding-left: 24px;
	width: 255px;
	vertical-align: top;
}
/* end */

#Main .content_menu 
{
	vertical-align: top;
}

.menu_background
{
	background-image: url(Images/menu_gradient.png);
	background-repeat: repeat-x;
	/* IE only */
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#CCCCCC,endColorStr=#FFFFFF);
}

#Main .content_sidebar {
	width: 282px;
}

#BottomMain .corner_left
{
	width: 44px;
	height: 40px;
	background-image: url(Images/left_corner.png);
	background-repeat: no-repeat;
}

#BottomMain .corner_right
{
	width: 45px;
	height: 40px;
	background-image: url(Images/right_corner.png);
	background-repeat: no-repeat;
}

#BottomMain .corner_right_grey
{
	width: 46px;
	height: 40px;
	background-image: url(Images/right_corner_grey.png);
	background-repeat: no-repeat;
}

#BottomMain .bottom_shade {
	height: 40px;
	width: 932px;
	background-image: url(Images/bottom_shade.png);
	background-repeat: repeat-x;
}

#BottomMain .bottom_shade_main {
	height: 40px;
	width: 676px;
	background-image: url(Images/bottom_shade.png);
	background-repeat: repeat-x;
}

#BottomMain .bottom_shade_sidebar {
	height: 40px;
	width: 255px;
	background-image: url(Images/bottom_shade_grey.png);
	background-repeat: repeat-x;
}

/*--------------Footer--------------*/

#Footer 
{
	padding-left: 50px;float: left;
}
#Footer td
{
	color: #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.5px;
	
}

#Footer a
{
	color: #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.5px;
	
}



#yummy
{
	
}
/*---search box--*/
.sf_searchBox 
{
	width: 218px;
	height: 30px;
	background: transparent url(Images/div_search.png) no-repeat 0 0;
}
* html .sf_searchBox 
{
	background-image: url(Images/div_search.gif);
	
}
.sf_searchBox label
{
	position: absolute;
	top: 1px;
	left: -70px;
	font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	
}
.sf_searchBox input.sf_searchText
{
	margin: 1px 0 0 3px;
	border: 0;
	width: 157px;
	padding: 0;
	vertical-align: top;
	color: #666;
}
.sf_searchBox input.sf_searchSubmit
{
	border: 0;
	background-color: transparent;
	width: 30px;
	height: 20px;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
}


.purchase_table
{
	width: 70%;
	margin-top:20px; 
	margin-left:20px;
	background:#eee;
}
.purchase_table td
{
	padding:4px;
	vertical-align: middle;
	border-top:solid 1px #fff;
}
td.half
{
	width:48%;
}
td.quart
{
	width:15%;
}
.login_table
{
	width: 500px;
}
.login_table td
{
	padding:4px;
	vertical-align: middle;
}

code 
{
	background-color: #ccc;
}

/*---home page---*/
.block_wrapper{

clear: both; display: block; height: 310px;

}
.gs_block
{
	display:block;
	padding:10px;
	width:309px;
	height:280px;
	background:url(Images/gs_bg.png) no-repeat 0 0;
	background-position:center bottom;
	float:left;
}
.gs_block h3
{
	color:#66CC33; 
}
.gs_block a
{
	text-decoration:none; 
}
.gs_block a:hover
{
	text-decoration:underline;
	color:#000; 
}
/* Mozilla fix */
div>.gs_block
{
	width:290px;
}
.ss_block
{
	display:block;
	padding:10px;
	width:309px;
	height:280px;
	background:url(Images/ss_bg.png) no-repeat 0 0;
	background-position:center bottom;
	float:left;
}
.ss_block h3
{
	color:#6699CC; 
}
.ss_block a
{
	text-decoration:none; 
}
.ss_block a:hover
{
	text-decoration:underline;
	color:#000; 
}
/* Mozilla fix */
div>.ss_block
{
	width:290px;
}
.c_block
{
	display:block;
	padding:10px;
	width:309px;
	height:260px;
	background:url(Images/c_bg.png) no-repeat;
	background-position:center bottom;
	float:right;
	clear:right;
}
/* Mozilla fix */
div>.c_block
{
	width:290px;
} 
.c_block h3
{
	color:#AE294D;
}
.c_block a
{
	text-decoration:none; 
}
.c_block a:hover
{
	text-decoration:underline;
	color:#000; 
}
