/* CSS Document */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }
* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none } /* Gets rid of Firefox's dotted borders */
a img { border:none } /* Gets rid of IE's blue borders */
h2 {margin: 10px; padding-top: 10px;}
h3, h4, h5, h6 {margin: 10px 8px 10px 5px;}
h3 {color:#000;}
p {margin: 5px 5px 10px 5px;}
a:link { color:#f54d77; text-decoration:none;} /*ee7041*/
a:visited { color:#f54d77; text-decoration:none;}
a:hover {color:#f60c46; text-decoration:underline;}

*
	{
	margin:0;
	padding:0;
	}
	
body
	{
	background:#FFF ;
	font-family:Arial, Helvetica, sans-serif; //'Lucida Grande', 'Lucida Sans Unicode', Verdana, 
	font-size: .8em;
	}
	
#wrapper
	{
	text-align:left; 
	width:900px; 
	margin:0 auto;  
	position:relative;

	}
	
#mast
	{
	height: 100px;
	width: 900px;
	background: #FFF url(images/camellia_cosmetics_logo.gif) top left no-repeat; /**/
	}
	
#mastHeading
	{
	text-indent:-9999px;
	background: url(images/mastHeading.gif) top left no-repeat;
	width: 525px;
	height: 100px;
	float: right;
	}
	
#main
	{
	background: #000;	}
	
#nav
	{
	height: 30px;
	width: 900px;
	}
	
#nav ul
	{
	margin-left: 5px;
	}
	
#nav ul li
	{
	float:left;
	margin-left: 5px;
	color:#FFF;
	}
	
#nav ul li a
	{
	color:#FFF;
	font-weight: bold;
	line-height: 30px;
	}
	
#nav ul li a.hot
	{
	color:#F69;
	font-weight: bold;
	line-height: 30px;
	}
	
#content1
	{
	background-image:url(images/bckgd.jpg);
	background-color:#FFF;
	width: 900px;
	}
	
#content
	{
	color:#FFF;
	width: 900px;
	height:721px;
	background-image:url(images/camellia_summer_beauty.jpg);
	}
	
#bottom
	{
	clear:both;	
	}
	
#intro-top
	{
	width: 900px;
	height: 452px;
	background: url(images/bckgd_top.jpg);
	padding-left: 0px;
	padding-top: 25px;
	}
	
#intro-bottom
	{
	width: 900px;
	height: 234px;
	background: url(images/bckgd_btm.jpg);
	}
	
.imageholder
	{
	float: right;
	padding-left: 10px;
	clear:right;
	width: 300px;
	}
	
.picRight
	{
	float: right;
	padding-left: 10px;
	clear:right;
	}
	
.picLeft
	{
	float:left;
	padding-right: 10px;
	clear:left;
	}
	
#footer
	{
	width: 100%;
	background-color:#000;
	text-align:center;
	color: #FFF;
	clear:both;
	padding: 3px 0 3px 0;
	}
	
#sbright
	{
	float:right;
	color: #000;
	}

#sbleft
	{
	float:left;
	color: #000;
	width: 480px;
	padding: 10px;
	}
	
.dataTable caption 
	{
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
	}
	
.dataTable table
	{
	margin-bottom: 15px;
	} 

.dataTable td
	{
	padding: 3px;
	}
	
.caption
	{
	text-align:center;
	font-size: .8em;