/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #c8be1a url(images/whole_bg.jpg) repeat-x top;
}

#whole{
	width: 749px;
	height: auto;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.title{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CC9900;
	padding: 0;
	margin: 0 0 15px 0;
}

.regular_para{
	margin: 0 0 15px 0;
	padding: 0;
	color: #555;
	text-align: justify;
}

/*Header Styles*/

	#header_top{
		width: 749px;
		height: 57px;
		float: left;
		padding-top: 42px;
		background: url(images/header_top.jpg) no-repeat;
	}

	#header_left{
		width: 542px;
		height: 69px;
		float: left;
		background: url(images/header_left.jpg) no-repeat;
	}

	.top_menu{
		width: auto;
		height: auto;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		color: #FFFFFF;
		overflow: hidden;
	}

	.top_menu li{
		width: auto;
		height: auto;
		float: left;
		padding-right: 3px;
	}

	.tm_links:link, .tm_links:visited, .tm_links:active{
		width: auto;
		height: auto;
		text-decoration: none;
		color: #FFFFFF;
		font-weight: bold;
		margin: 0px 3px 3px 6px;
		float: left;
	}

	.tm_links:hover{
		color: #996600;
	}

	.sub_title{
		font-size: 18px;
		color: #CC9900;
	}
	.regular_links:link, .regular_links:visited, .regular_links:active{
		color: #999999;
		text-decoration: none;
	}
	
	.regular_links:hover{
		color: #333333;
	}
	

/*Promotional Styles*/

	#promotional{
		width: 750px;
		height: auto;
		float: left;
	}

	#side_menu{
		width: 249px;
		height: 269px;
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#side_menu li{
		width: auto;
		height: auto;
		float: left;
	}

	#smenu_01:link, #smenu_01:active, #smenu_01:visited, #smenu_02:link, #smenu_02:active, #smenu_02:visited, #smenu_03:link, #smenu_03:active, #smenu_03:visited, #smenu_04:link, #smenu_04:active, #smenu_04:visited{
		width: 227px;
		padding: 14px 11px 0 11px;
		float: left;
		text-align: left;
		color: #EAEAEA;
		text-decoration: none;
		font-size: 16px;
	}

	#smenu_01:hover, #smenu_02:hover, #smenu_03:hover, #smenu_04:hover{
		color: #FFFFFF;
	}

	#smenu_01:link, #smenu_01:active, #smenu_01:visited{
		height: 32px;
		background: url(images/smenu_bg_01.jpg) no-repeat;
	}

	#smenu_02:link, #smenu_02:active, #smenu_02:visited{
		height: 34px;
		background: url(images/smenu_bg_02.jpg) no-repeat;
	}

	#smenu_03:link, #smenu_03:active, #smenu_03:visited{
		height: 33px;
		background: url(images/smenu_bg_03.jpg) no-repeat;
	}

	#smenu_04:link, #smenu_04:active, #smenu_04:visited{
		height: 31px;
		background: url(images/smenu_bg_04.jpg) no-repeat;
	}

	#subscribe{
		width: 227px;
		height: 68px;
		padding: 14px 11px 0 11px;
		float: left;
		text-align: left;
		background: url(images/smenu_bg_05.jpg) no-repeat;
		color: #FFFFFF;
	}

	#subscribe_title{
		width: 227px;
		height: auto;
		float: left;
		padding-bottom: 5px;
	}

	#subscribe_text{
		width: 160px;
		height: 24px;
		float: left;
		background: #776d10;
		padding: 0;
		margin: 0;
		border: 1px solid #dad18b;
		border-right: none;
		padding: 7px 5px 0 5px;
		color: #FFFFFF;
	}

/*Content Styles*/

	#content{
		width: 749px;
		height: auto;
		float: left;
		background: #FFFFFF url(images/content_bg.jpg) repeat-y;
		border-bottom: none;
		text-align: left;
	}

	.left_content{
		width: 503px;
		height: auto;
		float: left;
		padding: 15px 15px 15px 15px;
	}

	.right_content{
		width: 196px;
		height: auto;
		float: left;
		padding: 15px 10px 10px 10px;
		background: url(images/right_bg.jpg) no-repeat top;
	}

	.cright{
		width: 190px;
		height: auto;
		float: left;
		padding: 10px 0 0 0;
		font-size: 11px;
		text-align: justify;
		color: #666666;
	}

	#general_menu{
		width: 503px;
		height: auto;
		float: left;
		margin: 0 0 15px 0;
		padding: 0;
		list-style: none;
		overflow: hidden;
		border-left: 1px solid #996600;
	}

	#general_menu li{
		width: auto;
		height: auto;
		float: left;
	}

	.gm_links:link, .gm_links:active, .gm_links:visited{
		width:  125px;
		height: 24px;
		float: left;
		border: 1px solid #996600;
		border-left: none;
		text-align: center;
		padding: 8px 0 0 0;
		background: url(images/smenu_bg_02.jpg) no-repeat center;
		color: #EAEAEA;
		text-decoration: none;
		font-weight: bold;
	}

	.gm_links:hover{
		color: #FFFFFF
	}

	.last_gml:link, .last_gml:visited, .last_gml:active{
		width: 122px;
	}

/*Footer Styles*/

	#footer{
		width: 749px;
		height: auto;
		float: left;
	}

	.footer_contents{
		width: 750px;
		height: auto;
		float: left;
		padding: 10px 0 10px 0;
		color: #FFF;
		text-align: center;
	}

	.footer_links:link, .footer_links:active, .footer_links:visited{
		color: #FFF;
		text-decoration: none;
		font-weight: bold;
	}

	.footer_links:hover{
		color: #996600;
		text-decoration: underline;
	}

/* Order */

	.contents_order{
		width: 503px;
		height: auto;
		float: left;
		color: #1c5b97;
		font-size: 12px;
	}
	
	.contents_order a:link, .contents_order a:visited, .contents_order a:active{
		color: #666666;
	}
	
	#order_container{
		width: 483px;
		height: auto;
		float: left;
		border: 1px solid #CCC;
		padding: 10px;
		background: #EAEAEA url(images/order_box_bg.gif) no-repeat top;
		text-align: left;
		color: #333;
	}
	
	.pvx_items:link, .pvx_items:visited, .pvx_items:active{
		width: 463px;
		height: auto;
		float: left;
		border: 1px solid #CCC;
		padding: 10px;
		margin-top: 1px;
		background: #FFF;
		font-size: 12px;
		text-decoration: none;
	}
	
	.pvx_items:hover{
		border: 1px solid #AAA;
		background: #FBFBFB;
		text-decoration: none;
	}
	
	
	.shipping_info{
		width: 460px;
		height: auto;
		float: left;
		border: 1px solid #e3ebf3;
		padding: 10px;
		margin-top: 10px;
		background: #FFF;
		cursor: default;
		color: #1c5b97;
	}
	
	.checkout{
		padding: 8px;
		margin-top: 5px;
	}
	
	.text_embeded{
		border: none;
		background: url(images/dollar.gif) left center no-repeat;
		padding: 0 0 0 14px;
		font-weight: 500;
	}
	
	.grey{
		color: #777;
	}
	
	.font_medium{
		font-size: 20px;
		font-weight: normal;
		color: #FF0000
	}
	
	.spacedout{
		text-decoration: line-through;
	}
	
	.font_large_red{
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 20px;
		color: #CC3300
	}
	
	.font_small{
		font-size: 10px;
		font-weight: bold;
	}
	
	.font_large{
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 23px;
		color: #0066CC;
	}
	
	.regular_text_smaller{
		color: #333;
	}
	
	.font_big{
		color: #006600;
		font-size: 21px;
	}
