/*
	Designed for : www.maximonline.co.za
	Author 		 : Francois Marais
*/

/* Colours
	
	light pink 	: #decfa4
	dark red	: #551319
	dark gray	: #333333
	border gray : #474747
*/

/*Typography
--------------------------------------------*/

h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}

h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006212;
	margin-bottom:5px;
	font-weight:normal;
	line-height:normal;
}


p{
	margin:10px 0px;
}


#cright ul{
	list-style:inside disc;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}

#cright ul li ul{
	margin-left:30px;
	list-style:inside circle;
	margin-bottom:5px;
}

#cright ol{
	list-style:inside decimal;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}

#cright ol li ol{
	margin-left:30px;
	list-style:inside decimal;
	margin-bottom:5px;
}


small{
	color:#333333;
	font-size:11px;
	float:left;
}

/* General HTML
--------------------------------------------*/

body{
	background:#5c8b3b  url(../img/body_bg.gif) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3em;
	font-size: 14px;
}

div.spacer{
	line-height:1em;
}

a
{
	color:#009900;
}

a:hover
{
	color:#009900;
	text-decoration:none;
}


.imgleftc{
	border:1px solid #ccc;
	padding:3px;
	float:right;
	margin-right:50px;
	margin-top:50px;
}

.imgleft{
	border:1px solid #ccc;
	padding:3px;
}


/* Logo
--------------------------------------------*/
#head{
	margin:0px;

	height:127px;
	text-align:center;
}

/* Top Navigation
--------------------------------------------*/
#navbar ul {
	text-align:right;
	margin-top:80px;
	background:url(../img/button_bg.gif);	
	border-top:1px solid #cccccc;
}

#navbar ul li{
	display:inline;
}

#navbar a {
	color:#666666;
	text-decoration:none;
	padding:16px 15px 15px 17px;
	line-height:47px;
	background:url(../img/devider.gif) no-repeat left;
}

#navbar a:hover {
	color:#ffffff;
	background:url(../img/button_bg_hover.gif);
	text-decoration:none;
	padding:16px 15px 15px 17px;
	line-height:47px;
}

#navbar li:hover {

}

/*first char to cap en dan span to place end*/

#navbar .active, #navbar .active:hover{
	color:#ffffff;
	background:url(../img/button_bg_active.gif);
}

.verticalactive
{
/*	color:#ffffff;
	background:url(../img/button_bg_active.gif);
*/
}


/* Feature
--------------------------------------------*/
#feature{
	background:#f4fafa;
	padding:15px 0px  0px  0px;
}



/* Content Page
--------------------------------------------*/
#content{
	color:#333333;
	padding:10px;
	min-height:300px;
	border:1px solid #99999;
	background:#eeeeee url(../img/content_bg.gif) repeat-x;
}

#cright{
	float:right;
	width:620px;
	display:inline;
}


#cleft{
	float:left;
	width:300px;
	display:inline;
}

#sidebar ul{
	margin:0px;
}

.none{
	margin:0px;
}


#sidebar{
	border:1px solid #dee2e1;
	width:210px;
	margin:20px;
	padding:5px;
	overflow:hidden;
}

#sidehead{
	color:#ffffff;
	background:url(../img/button_bg_active.gif);
	text-indent:20px;
	height:47px;
	line-height:47px;
}

#sidebar a{
	color:#2da30e;
	text-decoration:none;
	padding:10px 180px 10px 30px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	
}


#sidebar a:hover{
	color:#ffffff;
	text-decoration:none;
	padding:10px 180px 10px 30px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	background:url(../img/button_bg_active.gif);
	
}


#sidebar li{
	border-top:1px solid #cecccf;
	border-bottom:1px solid #efeeec;
	background:#e5e5dd;
	width:210px;
	overflow:hidden;
}

#sidebar li:hover{
	border-top:1px solid #cecccf;
	border-bottom:1px solid #efeeec;
	background:url(../img/button_bg_active.gif);
	width:210px;
	overflow:hidden;
}

#brands{
	padding:0px 30px;
}

#brands ul{
	list-style:none;
}


/* Footer
--------------------------------------------*/
#footer{
	background:transparent url(../img/footer.png) no-repeat top center;
	padding-top:30px;
	height:101px;
	text-align:center;
	color:#ffffff;
}

