@charset "utf-8";
/*0 padding*/
* {
	margin: 0px;
	padding: 0px;
}

body 	{
		background-image:url(../images/bg-main.jpg);
		margin-top: 20px;
		text-align: center;
 		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 85%;
		}
		
#wrapper {
		position:relative;
		width: 800px;
		margin: 0px auto 0;
		text-align: left;
		}
		
#clear {
		clear:both;
		}

/*position container elements*/

#header {
		position: relative;
		background: #fff url(../images/sugar_cane_logo.gif) no-repeat top left;
		height: 100px;
		}
#header h1 {
	margin-left: -9000px;
}

/*navigation*/

#header ul {
	margin: 0;
	padding: 0;
	position:absolute;
	left:0;
	bottom:0;
	width:800px;
	list-style: none;
	background-color:#FF9900;
	}
	
#header ul li {
	float: left;
	}
	
#header ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 1.2em;
	line-height: 1.5em;
	text-decoration: none;
	color: #000;
	float: left;
	display: block;
	background:#FF9900;
	}		

#header ul li a:hover {
	background-color: #EDC75A;
	color: #FFFFFF;
	}
		
#content {
		float:left;
		width: 580px;
		height:400px;
		}
		
#side {
		position: relative;
		float:right;
		width:220px;
		height:400px;
		background:#edc75a;	
		}
		
#sidecontent {
		float:right;
		width:219px;
		height:400px;
		background:#fff;	
		}	
		
#sidecontent H1 {
		font-size: 14px;
		font-style: strong;
		}	
		
#sidecontent H3 {
		font-size: 14px;
		font-style: strong;
		}				
		
#sidecontent2 {
		width:215px;
		height:200px;
		padding-left: 4px;
		background:#fff;	
		}	
		
#sidecontent2 a img { 
		border:none; 
		}			
		
#blog_rssfeed {
		 padding: 0px 5px 0px 5px;
		 float: center;
		 background-color: #FFFFFF;
		 width: 210px;
		 height: 200px;
		 margin: 0px auto;
		 font-size: 9px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 color: #666666;
		 overflow: auto;
}

#blog_rssfeed a img { 
		border:none; 
		}	

#blog_rssfeed H3 {
		font-size: 1em;
		font-style: bold;
		}

#level2-1 {
		float:left;
		margin-top:1px;
		padding:0px;
		width:266px;
		height:200px;
		}
		
#level2-2 {
		float:left;
		margin-top:1px;
		padding:0px;
		width:270px;
		height:200px;
		}	
		
#level2-3 {
		float:left;
		margin-top:1px;
		padding:0;
		width:264px;
		height:200px;
		background-image:url(../images/right-image.jpg)
		}	
		
#level12-roll {
		 padding: 0px 5px 0px 4px;
		 float: left;
		 width: 257px;
		 height: 200px;
		 background-color: #edc75a;		 
		 font-size: 9px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 color: #ffffff;
		 overflow: auto;
}	

#level12-roll a {
		color: #FFFFFF;
		}


#level12-roll-1 {
		 padding: 0px 0px 0px 2px;
		 float: left;
		 width: 268px;
		 height: 200px;
		 background-color: #edc75a;		 
		 font-size: 9px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 color: #ffffff;
		 overflow: auto;
}	

#level12-roll-history {
		 padding: 0px 5px 0px 2px;
		 float: left;
		 width: 573px;
		 height: 400px;
		 background-color: #fff;		 
		 font-size: 10px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 color: #000;
		 overflow: auto;		 
}	

#level12-roll-history H1 {
		font-size: 14px;
		font-style: strong;
		}	
		
#level12-roll-history H3 {
		font-size: 11px;
		font-style: strong;
		}	
		
#level12-roll-history H2 {
		font-size: 12px;
		font-style: strong;
		}	
		
#level12-roll-history a {
	 	color: #000000;
		}
		
#level12-roll-1 a {
	 	color: #FFFFFF;
		}

#level12-roll H1 {
		font-size: 14px;
		font-style: strong;
		}
		
#level12-roll H2 {
		font-size: 12px;
		font-style: strong;
		}		
					
#footer {
 		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		background-color: #000000;
		margin-top:1px;
		color: #FFFFFF;
		}						
#base {
		width: 800px;
		margin: 3px auto 0px;
		padding: 0px;
		background-image: url(../images/sugar-cane-jeans-collection.jpg);
		}
