/*
	Author : Francois Marais
	Author URL : www.blacktiemedia.co.za
	Client : Maxim Online
	Client URL : www.maximonline.co.za
*/

/* Prep
-----------------------------*/
/*Reset*/

* { margin:0; padding:0;}
p { margin:5px 0 10px 0; }

/*Typography*/

h1 {
	font-size:42px;
}
h2 {
	font-size:26px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:14px;
}

h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffa000;
	margin-bottom:5px;
	font-weight:normal;
	line-height:normal;
}

blockquote{
	margin-left:20px;
	border-left:6px solid #ffffff;
	padding-left:10px;
	width:500px;
	margin-top:10px;
	margin-bottom:10px;
}


.pullquote {
	width: 30%;
	float:right;
	font-size:16px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffa000;
	line-height:140%;
	margin:10px;
	background: url(../images/closequote.png) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 10px;
}

.pullquote:first-letter {
	background: url(../images/openquote.png) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}



strong{
	font-weight:bold;
}


a{
	color:#FA9200;
	
	text-decoration:underline;
}

a:hover{
	/*color:#56B9FF;*/
	color:#FA9200;
}

a:visited{
	color:#FA9200;
	text-decoration:none;
}

small{
	color:#333333;
	font-size:11px;
	float:left;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear {
	clear:both;
}


/* Readmore link
--------------------*/
.linkbox{
	background:url(../images/arrow.png) no-repeat;
	padding:0px 0px 0px 20px;
}

.linkbox:hover{
	background:url(../images/arrow2.png) no-repeat;
	padding:0px 0px 0px 20px;
}



/* Begin Styling
-----------------------------*/
body {
	background:#ffffff url(../images/body_bg.gif) repeat-x scroll top left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
}

#header{
	height:150px;
	margin:30px 0px auto;
	/*text-indent:-9999px;*/
	/*background:transparent url(../images/logo.png) no-repeat scroll top left;*/
	/*cursor:pointer;*/
}

#content{
	background:#ffffff url(../images/content.gif) repeat-y scroll top left;
	padding:10px 20px;
	line-height:1.3em;
	font-size:14px;
}

#contentstart{
	background:transparent url(../images/content_top.gif) no-repeat scroll top left;
	padding:15px 15px 0px 15px;
}

#contentend{
	background:transparent url(../images/content_end.gif) no-repeat scroll top left;
	padding:15px 15px 0px 15px;
}

#sidebar{
	margin-top:47px;
	margin-right:-20px;	
	font-size:16px;

}
/*
#sidebar a{
	color:#ffffff;
	text-decoration:none;
	padding:7px 10px 7px 50px;
	width:160px;
	overflow:hidden;
	
}

#sidebar ul li{
	background:transparent url(../images/button.png) no-repeat scroll top left;
	height:36px;
	width:160px;
	margin:2px auto;
	line-height:2.2em;
}

#sidebar ul li:hover{
	background:transparent url(../images/buttonhover.png) no-repeat scroll top left;
}
*/

#sidebar ul li{
	height:36px;
	width:160px;
	margin:2px auto;
	line-height:2.2em;
	overflow:hidden;

}


#sidebar a{
	color:#ffffff;
	text-decoration:none;
	padding:10px 160px 10px 50px;
	background:url(../images/button.gif) no-repeat scroll top left;
	height:36px;
	width:160px;
	line-height:2.2em;
	overflow:hidden;
	
}

/*ie6 support... grrr*/
#sidebar a:hover{
	background:url(../images/button.gif) no-repeat scroll -0px -36px;
}

#toptext {
	margin-top:10px;
	float:right;
}

#toptext h2{
	color:#fe9e00;
	/*text-shadow:0 1px 2px #000000;*/
}


#footer{
	margin:10px auto;
	text-align:center;
}

.spacer{
	min-height:1px;
	text-indent:-9999px;
}

/*  IMAGE POSITIONS 
------------------------------*/

.imgleft{
	border:1px solid #ccc;
	float:left;
	margin:2px 15px 2px 0px;
	padding:3px;
}

.imgright{
	border:1px solid #ccc;
	float:right;
	margin:2px 0px 2px 15px;
	padding:3px;
}

.imgtop{
	border:1px solid #ccc;
	padding:4px;
	margin:10px auto;
	width:570px;
	overflow:hidden;
}


/* Portfolio
---------------*/
h2 a {
	color:#FFA000;
	text-decoration:none;
}

h2 a:hover {
	color:#FFA000;
	text-decoration:underline;
}

/* Quick Contact Page
--------------------------------------------*/



/* Colours
	
	orange 		: #ffa000
	dark gray	: #666666
	border gray : #474747
	
*/

#failure{
	color:#551319;
}

#success{
	color:#a77a71;
}

#contact{
	width:350px;
}

#contact label {
	clear:both;
	float:left;
	margin-top:15px;
	width:65px;
	color:#666666;
	cursor:pointer;
	
}

#name, #email, #tel, #contact textarea {
	background:#ffffff none repeat scroll 0 0 !important;
	border:1px solid #999999;
	float:left;
	margin-top:10px;
	padding:2px;
	width:265px;
}

#submit {
	clear:both;
	float:right;
	color:#ffffff;
	margin:10px 15px 10px 0px;
	padding:2px;
	background:url(../images/submit.gif) top left;
	width:42px;
}

#submit:hover {
	background:url(../images/submit.gif) top right;
}



#name:focus, #email:focus, #tel:focus, #contact textarea:focus, #name:hover, #email:hover, #tel:hover, #contact textarea:hover {
	border:1px solid #ffa000;
	background:#ffffff !important;
}

.submit {
	background:none;
	color:#ffa000;
	float: left;
	border:none;
	cursor:pointer;
	margin:15px 0px 0px 0px;
}

.submit:hover {
	text-decoration:underline;
}



/*
--------------------------------------------*/


