/*
Title:			Miracle Berry
Description:	CSS for Miracle Berry
Author:			Visualcode Limited
Date: 			Monday 9th June 2008.
Version:		1.0
*/
/*---------------------------Global Start -----------------------------*/

body {
	font:13px/18px arial, helvetica, sans-serif;
	font-weight: normal;
	background:#FFF;
  	line-height: 13px;
  	color: #351e20;
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
	position:relative;
	}

/*
Brown:			#351e20
DarkRed:		#540101
LightRed:		#d80017
HighlightRed:	#ff3448
DarkGreen:		#528820
LightGreen:		#bad406
Grey:			#ababab
*/

input, 
button, 
select, 
textarea {
	font:11px/18px arial, helvetica, sans-serif;
	}
	
a:link {
	color: #528820;
	text-decoration: none;
}

a:visited {
	color: #528820;
	text-decoration: none;
}

a:active {
	color: #bad406;
	text-decoration: none;
}

a:hover {
	color: #bad406;
	text-decoration: none;
}

a img{
	border:0;
	}

h1{
	font-size: 25px;
	font-weight:normal;
	color:#540101;
	}

h2	{
	font-size: 18px;
	font-weight:normal;
	color:#528820;
	}		

h3	{
	font-size: 15px;
	font-weight:normal;
	color:#d80017;
	}
		
h4	{
	font-size: 14px;
	font-weight:normal;
	color:#bad406;
	}

p	{
	padding: 0px 0px 10px 0px;
	}
		
img	{
	margin: 0px;
	padding: 0px;
	}

hr {
	border: none;
	border-top: 1px solid #CCC;
	height: 1px;
	margin: 8px auto;
	padding: 0;
	color:#FFF;
	}
	
/*--------------------------- Containers -----------------------------*/
#Container {
	width:850px;
	margin:0 auto;
	text-align:center;
	padding:0;
	position:relative;
	background:#FFF;
	}

/*--------------------------- Logo  -----------------------------*/

#header{
	text-align:left;
	position:relative;
	border-bottom:#d80017 solid 3px;
	padding-bottom:5px;
	}

#Logo {
	width:250px;
	text-align:left;
	}

#strap {
	width:400px;
	float:right;
	height:50px;
	background:#FFF url(images/strap.gif) no-repeat right bottom;
	}	
	
/* ______________________ Navigation ______________________ */		
	
 #navigation{
 	background:#FFF url(images/navBack.gif) repeat-x;
 	position:relative;
	margin-top:0px;
	margin-bottom:0px !important;
	text-align:left;
	height:32px;
	padding:0 0 2px 0;
	z-index:1;
	border-bottom:#ababab solid 1px;
	}

 #navigation ul {
	list-style:none; 
	display:inline;
	padding:0;
	margin:0;
	position:relative;
	}
	
 #navigation ul li {  
	border-right:#ff3448 solid 1px;
	border-left:#540101 solid 1px;  
	margin:0;
	position:relative;
	display:block;
	float:left;
	text-align:center;
	}
	
 #navigation ul li.end {
	border-right:0 !important;  
	margin:0;
	position:relative;
	display:block;
	width:100px;
	height:20px;
	float:left;
	}

 #navigation ul li a {
	display:block;
	color:#FFF;
	position:relative;
	font-weight:bold;
	padding:8px 15px 0 15px;
	height:22px;
	}
	
 #navigation ul li a:hover {
	color:#FFF;
	background:#bad406 url(images/navBackOver.gif) repeat-x;
	position:relative;
	}


/*--------------------------- MainContent -----------------------------*/	

/*
Brown:			#351e20
DarkRed:		#540101
LightRed:		#d80017
HighlightRed:	#ff3448
DarkGreen:		#528820
LightGreen:		#bad406
Grey:			#ababab
*/

#contentArea{
	margin:0 7px 0px 7px;
	padding:0px;
	}

.clearBoth{
	clear:both;
	}
	
.banner {
	width:850px; 
	text-align:left; 
	background:#fff;
	margin:2px 0;
	padding:1px 0;
	border-top:#ababab solid 1px;
	border-bottom:#ababab solid 1px;
	}		
	
#MainBody {
	width:100%; 
	text-align:left; 
	font-size:110%;
	background:#fff;
	line-height:1.3em;
	}

#mainContent{
	padding:5px 0 0 0;
	}

#mainContent ul li {
	background:url(images/bullet.gif) no-repeat 3px 1px;
	list-style:none;
	padding-left:30px;
	margin-bottom:15px;
	}

.leftSide{
	width:580px;
	float:left;
	}

.rightSide{
	width:230px;
	float:right;
	border-left:#d80017 solid 1px;
	padding-left:15px;
	margin-bottom:30px;
	}

.buy p{
	float:left;
	font-weight:bold;
	font-size:25px;
	}

#clearMain{
	border-bottom:#ababab solid 1px;
	height:10px;
	clear:both;
	}

#clearContent{
	clear:both;
	height:1px;
	margin:0;
	padding:0;
	}	

.notice{
	border:#bad406 dotted 1px;
	padding:10px;
	background:#eef4c1;
	}
	
#buyForm{
	border:#bad406 dotted 1px;
	padding:10px;
	font-size:90%;
	background:#eef4c1;
	text-align:center;
	}

#buyForm form{
	background:#FFF;
	padding:5px;
	border:#bad406 solid 1px;
	}

#buyForm select{
	margin:0;
	border:#bad406 solid 1px;
	font-family: tahoma, arial, sans-serif;
	color:#FFF;
	background:#528820;
	font-size:100%;
	float:left;
	font-size:16px;
	width:350px;
	margin:5px 15px 0 15px;
	margin-top:5px;
	}

/*--------------------------- Footer -----------------------------*/

#footer{
	margin-top:2px;
	border-top:#d80017 solid 3px;
	padding-top:10px;
	}

#contact{
	text-align:right;
	padding-bottom:5px;
	font-size:90%;
	float:right;
	}

#company{
	text-align:left;
	float:left;
	color:#666;
	padding:0;
	font-size:90%;
	width:200px;
	}

#designed{
	width:200px;
	padding:0px 0 0 0px;
	font-size:90%;
	float:left;
	text-align:left;
	clear:left;
	}



	
	