/*  
	`Theme Name:Daily Dose Beauty Website
	`Description:Daily Dose Beauty Website
*/

*{margin:0;padding:0;outline:none;border:none;}
body
{
	color:#000000;
	background-color:#ffffff;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.buyit {font-weight:bold;color:#f49cb6;font-size:14px;}
a{color:#000000;text-decoration:none;}
a:hover{color:#f49cb6;}
h3{font-size:16px;font-weight:bold;}
#wrapper
{
	width:1000px;
	margin:0 auto 0 auto;
}
	#header
	{
		width:1000px;
		height:98px;
		float:left;
	}
		#header #logo
		{
			width:410px;
			height:62px;
			float:left;
			margin-top:20px;
			margin-left:52px;
		}
			#header #logo a
			{
				width:410px;
				height:62px;
				float:left;
				display:block;
				text-indent:-999999px;
				background-image:url('images/logo.gif');
				background-position:left top;
				background-repeat:no-repeat;
			}
	#main
	{
		width:1000px;
		min-height:603px;
		float:left;
	}
		#main #left_nav
		{
			width:200px;
			float:left;
		}
			#main #left_nav > ul
			{
				width:150px;
				float:left;
				margin-left:50px;
				margin-top:40px;
				list-style:none;
			}
				#main #left_nav ul li
				{
					width:150px;
					float:left;
					margin-bottom:20px;
				}
					#main #left_nav ul li a
					{
						text-transform:uppercase;
						padding-left:18px;
						font-size:16px;
					}
					#main #left_nav ul li.at a
					{
						color:#f49cb6;
						background-image:url('images/nav_at_bg.gif');
						background-position:left 3px;
						background-repeat:no-repeat;
					}
					#main #left_nav ul li a:hover
					{
						background-image:url('images/nav_at_bg.gif');
						background-position:left 3px;
						background-repeat:no-repeat;
					}
					#main #left_nav ul li.sub_nav
					{
						width:150px;
						float:left;
					}
						#main #left_nav ul li.sub_nav ul
						{
							width:130px;
							float:left;
							list-style:none;
							padding-left:20px;
						}
							#main #left_nav ul li.sub_nav ul li
							{
								width:130px;
								float:left;
								margin-bottom:5px;
							}
								#main #left_nav ul li.sub_nav ul li a
								{
									text-transform:uppercase;
									padding-left:18px;
									font-size:12px;
								}
								#main #left_nav ul li.sub_nav ul li.at a
								{
									color:#f49cb6;
									background-image:url('images/nav_at_bg.gif');
									background-position:left 3px;
									background-repeat:no-repeat;
								}
								#main #left_nav ul li.sub_nav ul li a:hover
								{
									background-image:url('images/nav_at_bg.gif');
									background-position:left 3px;
									background-repeat:no-repeat;
								}
		#main #content
		{
			width:800px;
			float:right;
		}
			#main #content #slash
			{
				width:800px;
				height:360px;
				float:left;
				background-position:center top;
				background-repeat:no-repeat;
			}
				#main #content #slash img
				{
					float:right;
				}
			#main #content #content_area
			{
				width:800px;
				float:left;
				padding-top:20px;
				padding-bottom:10px;
			}
				#main #content #content_area .product_pic
				{
					width:265px;
					float:left;
					text-align:center;
				}
					#main #content #content_area .product_pic img
					{
						width:223px;
						height:223px;
					}
				#main #content #content_area .product_desc
				{
					width:535px;
					float:right;
				}
					#main #content #content_area .product_desc h3
					{
						width:535px;
						float:left;
						font-size:16px;
						font-weight:bold;
						padding-bottom:10px;
					}
					#main #content #content_area .product_desc .description
					{
						width:535px;
						float:left;
						padding-bottom:10px;
					}
					#main #content #content_area .product_desc .prod_column
					{
						width:200px;
						float:left;
					}
						#main #content #content_area .product_desc .prod_column h3
						{
							width:200px;
							float:left;
							font-size:16px;
							font-weight:bold;
							padding-bottom:1px;
						}
						#main #content #content_area .product_desc .prod_column ul
						{
							width:200px;
							float:left;
							list-style:none;
						}
							#main #content #content_area .product_desc .prod_column ul li
							{
								width:200px;
								float:left;
								poadding-bottom:2px;
							}
				#main #content #content_area .contact
				{
					width:550px;
					float:left;
					margin-left:250px;
				}
					#main #content #content_area .contact .contact_box
					{
						width:550px;
						float:left;
						padding-bottom:10px;
					}
						#main #content #content_area .contact .contact_box h3
						{
							width:550px;
							float:left;
							padding-bottom:1px;
						}
	#footer_wrapper
	{
		width:100%;
		height:48px;
		float:left;
		background-image:url('images/footer_bg.gif');
		background-position:left bottom;
		background-repeat:repeat-x;
	}
		#footer_wrapper #footer
		{
			width:1000px;
			height:48px;
			margin:0 auto 0 auto;
		}
			#footer_wrapper #footer ul
			{
				width:647px;
				float:left;
				margin-left:353px;
				margin-top:10px;
				list-style:none;
			}
				#footer_wrapper #footer ul li
				{
					margin-right:13px;
					float:left;
				}
					#footer_wrapper #footer ul li a
					{
						padding-left:12px;
						text-transform:uppercase;
						font-size:11px;
						color:#ffffff;
					}
						#footer_wrapper #footer ul li.at a
						{
							color:#f49cb6;
							background-image:url('images/footer_at_bg.gif');
							background-position:left 3px;
							background-repeat:no-repeat;
						}
						#footer_wrapper #footer ul li a:hover
						{
							background-image:url('images/footer_at_bg.gif');
							background-position:left 3px;
							background-repeat:no-repeat;
						}
