@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF url(images/whole_bg.jpg) repeat-x top;
}

body{
	width: 750px;
	margin: 0 auto 0 auto;
}

#whole{
	width: 750px;
	height: auto;
}

.float_left{
	float: left;
}

.float_right{	
	float: right;
}

/* Header Styles*/

	#header{
		width: 750px;
		height: 200px;
		float: left;
		background: url(images/gmuscomax-header.jpg) no-repeat;
	}

	#logo{
		width: 270px;
		height: 60px;
		float: left;
		margin: 90px 0 0 40px;
	}

	#main_menu{
		width: 750px;
		height: 34px;
		float: left;
		padding: 0;
		margin: 0;
		background: url(images/muscomax-menu-bg.jpg) repeat-x top;
		overflow: hidden;
		list-style: none;
	}

	#main_menu li{
		width: auto;
		height: auto;
		float: left;
		overflow: hidden;
		padding: 0;
		margin: 0;
	}

	.mlinks:link, .mlinks:visited, .mlinks:active,  .mlinks:hover,
	#mm_home:link, #mm_home:visited, #mm_home:active,
	#mm_home_sel:link, #mm_home_sel:visited, #mm_home_sel:active,  #mm_home_sel:hover,
	#mm_about:link, #mm_about:visited, #mm_about:active,
	#mm_about_sel:link, #mm_about_sel:visited, #mm_about_sel:active,  #mm_about_sel:hover,
	#mm_ingredients:link, #mm_ingredients:visited, #mm_ingredients:active,
	#mm_ingredients_sel:link, #mm_ingredients_sel:visited, #mm_ingredients_sel:active, #mm_ingredients_sel:hover,
	#mm_testimonials:link, #mm_testimonials:visited, #mm_testimonials:active,
	#mm_testimonials_sel:link, #mm_testimonials_sel:visited, #mm_testimonials_sel:active, #mm_testimonials_sel:hover,
	#mm_faq:link, #mm_faq:visited, #mm_faq:active,
	#mm_faq_sel:link, #mm_faq_sel:visited, #mm_faq_sel:active, #mm_faq_sel:hover,
	#mm_contact:link, #mm_contact:visited, #mm_contact:active,
	#mm_contact_sel:link, #mm_contact_sel:visited, #mm_contact_sel:active, #mm_contact_sel:hover,
	#mm_order:link, #mm_order:visited, #mm_order:active,
	#mm_order_sel:link, #mm_order_sel:visited, #mm_order_sel:active, #mm_order_sel:hover{
		width: auto;
		height: 92px;
		float: left;
		margin-top: 1px;
		margin-left: 5px;
		text-decoration: none;
		color: #FFFFFF;
	}

	#mm_home:link, #mm_home:visited, #mm_home:active{
		width: 73px;
		background: url(images/ghome-normal.gif) no-repeat;
	}

	#mm_home:hover{
		background: url(images/ghome-sel.gif) no-repeat;
	}

	#mm_about:link, #mm_about:visited, #mm_about:active{
		width: 115px;
		background: url(images/gabout-normal.gif) no-repeat;
	}

	#mm_about:hover{
		background: url(images/gabout-sel.gif) no-repeat;
	}

	#mm_ingredients:link, #mm_ingredients:visited, #mm_ingredients:active{
		width: 144px;
		background: url(images/gingredients-normal.gif) no-repeat;
	}

	#mm_ingredients:hover{
		background:  url(images/gingredients-sel.gif) no-repeat;
	}

	#mm_testimonials:link, #mm_testimonials:visited, #mm_testimonials:active{
		width: 95px;
		background: url(images/gtestimonials-normal.gif) no-repeat;
	}

	#mm_testimonials:hover{
		background:  url(images/gtestimonials-sel.gif) no-repeat;
	}

	#mm_faq:link, #mm_faq:visited, #mm_faq:active{
		width: 43px;
		background: url(images/gfaqs-normal.gif) no-repeat;
	}

	#mm_faq:hover{
		background:  url(images/gfaqs-sel.gif) no-repeat;
	}

	#mm_contact:link, #mm_contact:visited, #mm_contact:active{
		width: 72px;
		background: url(images/gcontact-normal.gif) no-repeat;
	}

	#mm_contact:hover{
		background:  url(images/gcontact-sel.gif) no-repeat;
	}

	#mm_order:link, #mm_order:visited, #mm_order:active{
		width: 170px;
		background:  url(images/gorder-normal.gif) no-repeat;
	}

	#mm_order:hover{
		background:  url(images/gorder-sel.gif) no-repeat;
	}

	#mm_home_sel:link, #mm_home_sel:visited, #mm_home_sel:active,  #mm_home_sel:hover{
		width: 73px;
		background: url(images/ghome-sel.gif) no-repeat;
		cursor: default;
	}

	#mm_about_sel:link, #mm_about_sel:visited, #mm_about_sel:active,  #mm_about_sel:hover{
		width: 115px;
		background: url(images/gabout-sel.gif) no-repeat;
		cursor: default;
	}

	#mm_ingredients_sel:link, #mm_ingredients_sel:visited, #mm_ingredients_sel:active,  #mm_ingredients_sel:hover{
		width: 144px;
		background: url(images/gingredients-sel.gif) no-repeat;
		cursor: default;
	}

	#mm_testimonials_sel:link, #mm_testimonials_sel:visited, #mm_testimonials_sel:active,  #mm_testimonials_sel:hover{
		width: 95px;
		background: url(images/gtestimonials-sel.gif) no-repeat;
		cursor: default;
	}

	#mm_faq_sel:link, #mm_faq_sel:visited, #mm_faq_sel:active,  #mm_faq_sel:hover{
		width: 43px;
		background: url(images/gfaqs-sel.gif) no-repeat;
		cursor: default;
	}

	#mm_contact_sel:link, #mm_contact_sel:visited, #mm_contact_sel:active,  #mm_contact_sel:hover{
		width: 72px;
		background: url(images/gcontact-sel.gif) no-repeat;
		cursor: default;
	}

	#mm_order_sel:link, #mm_order_sel:visited, #mm_order_sel:active,  #mm_order_sel:hover{
		width: 170px;
		background: url(images/gorder-sel.gif) no-repeat;
		cursor: default;
	}

	.mls_inner{
		width: auto;
		height: auto;
		float: left;
	}

/* Content Styles */	

	#content{
		width: 750px;
		height: auto;
		float: left;
		background: #000000;
	}

	#cleft{
		width: 506px;
		height: auto;
		float: left;
		padding: 5px 0 5px 5px;
	}

	.lc_content, .lc_content_cont{	
		width: 482px;
		height: auto;
		float: left;
		background: #FFFFFF url(images/content-bg.jpg) repeat-x top;
		padding: 0 10px 0 10px;
	}

	.lc_content_cont{
		background: #FFFFFF;
		padding-top: 10px;
	}

	#cright{
		width: 231px;
		height: auto;
		float: left;
		padding: 5px 0 0 0;
	}

	.rc_content{
		width: 215px;
		height: auto;
		float: left;
		background: url(images/right-content-bg.jpg) repeat-y center;
		padding: 0 10px 0 10px;
	}

	.title{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 22px;
		margin: 0;
		padding: 0 0 15px 0;
		color: #CC0000;
	}
	
	.sub_title, .sub_title_red, .sub_title_grey, .sub_title_dgrey{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 18px;
		margin: 0;
		padding: 0 0 15px 0;
	}
	
	.sub_title_red{
		font-size: 16px;
		color: #CC0000;
	}

	.sub_title_grey{
		font-size: 15px;
		color: #CCC;
		padding-bottom: 5px;
	}

	.sub_title_dgrey{
		font-size: 18px;
		color: #333333;
		padding-bottom: 5px;
	}

	.regular_para, .regular_para_s{
		font-size: 12px;
		margin: 0;
		padding: 0 0 15px 0;
		text-align: justify;
	}

	.regular_para_s{
		font-size: 11px;
		color: #AAA;
		padding-bottom: 10px;
	}

	.regular_links:link, .regular_links:visited, .regular_links:active, .regular_links_w:link, .regular_links_w:visited, .regular_links_w:active, .regular_links_sw:link, .regular_links_sw:visited, .regular_links_sw:active{
		color: #CC0000;
		text-decoration: none;
	}

	.regular_links_w:link, .regular_links_w:visited, .regular_links_w:active, .regular_links_w:active, .regular_links_sw:link, .regular_links_sw:visited, .regular_links_sw:active{
		color: #999999;
	}

	.regular_links_sw:link, .regular_links_sw:visited, .regular_links_sw:active{
		font-size: 10px;
		font-weight: bold;
	}

	.regular_links:hover{
		color: #3300FF;
	}

	.regular_links_w:hover, .regular_links_sw:hover{
		color: #CCCCCC;
	}

	.margin_bottom_10px{
		margin-bottom: 10px;
	}

/* Footer Styles */

	#footer{
		width: 720px;
		height: auto;
		float: left;
		background: #010101 url(images/footer-bg.jpg) repeat-x top;
		color: #999999;
		text-align: center;
		padding: 10px 15px 10px 15px;
	}

/* Order Styles */

	.contents_order{
		width: 482px;
		height: auto;
		float: left;
		color: #1c5b97;
		padding: 0;
		font-size: 12px;
	}
	
	.contents_order a:link, .contents_order a:visited, .contents_order a:active{
		color: #666666;
	}
	
	#order_container{
		width: 460px;
		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: 438px;
		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: 438px;
		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-family: Arial, Helvetica, sans-serif
	}
	
	.font_large, .font_medium{
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 20px;
		color: #1E1E1E;
	}

	.font_medium{
		font-size: 14px;
	}
	
	.regular_text_smaller{
		color: #333;
	}
	
	.font_big{
		color: #006600;
		font-size: 18px;
	}