@charset "utf-8";
/* Stylesheet by Artificial Studio - www.artificialstudio.com */

/*----------------------------- SET UP DEFAULTS*/
html, body {
	height: 100.1%;
	border: 0;
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) no-repeat top #2d2f2e;
	color: #a4a4a4;
}
 
body {
	font: 80%/1.4 Arial, Helvetica, sans-serif;
}

#wrap {
	width: 1008px;
	margin: 0 auto;
}

/*----------------------------- HEADINGS*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
 
h1 {
	padding: 20px 0 14px 0;
	letter-spacing: -1px;
	font-size: 1.8em;
	border-bottom: 1px dashed #eea908;
	margin-bottom: 15px;
	color: #eea908;
	font-weight: bold;
	text-transform: uppercase;
}
 
h2 {
	padding: 10px 0;
	letter-spacing: -1px;
	font-size: 1.5em;
	margin-bottom: 10px;
}
 
h3 {
	padding: 10px 0;
	font-size: 1.3em;
	font-weight: bold;
}

/*----------------------------- COMMON FORMATTING*/
p, ul, ol {
	margin: 0;
	padding: 0 0 1.25em 0;
	line-height: 22px;
	text-align: justify;
}
 
ul, ol {
	padding: 0 0 1.25em 2.5em;
}
 
blockquote {
	margin: 1.25em;
	padding: 1.25em 1.25em 0 1.25em;
}
 
small {
	font-size: 0.85em;
}

img {
	border: 0;
}
 
sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
 
sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
 
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}
 
a, a:link, a:visited {
	text-decoration: none;
	outline: none;
	color: #999999;
}

a:hover {
	color: #EEA908;	
}
 
form {
	margin: 0;
	padding: 0;
	display: inline;
}
 
input, select, textarea {
	font: 1em Arial, Helvetica, sans-serif;
	color: #eea908;
	padding: 10px;
	background-color: #000000;
	border: none;
}

#searchbutton {
	width: 46px;
	height: 40px;
	background: url(../images/search.gif) no-repeat;
}

#searchbutton:hover {
	cursor: pointer;
}
 
textarea {
	width: 100%;
	line-height: 1.25;
}
 
label {
	cursor: pointer;
}
 
table {
	border: 0;
	margin: 0;
	padding: 0;
}
 
#main li {
	list-style-image: url(../images/li.gif);
}

#about-us em {
	font-size: 11px;
	text-align: justify;
	margin: 10px;
	padding: 10px;
	display: block;
	background-color: #1b1b1b;
}

/*-------------------------------------------------------------- MAIN STRUCTURAL DIVS*/
#header {
	width: 100%;
	height: 299px;
	background: url(../images/header.jpg) no-repeat top;
}

#left {
	width: 290px;
	float: left;
}

#main {
	width: 597px;
	background: #070707;
	float: right;
	padding: 35px;
}

#container {
	margin-left: 15px;
	margin-right: 15px;
}

#left img {
	border-bottom: 1px dashed #eea908;
}

/*-------------------------------------------------------------- MY DIVS*/
#footcontainer {
	clear: both;
	background: url(../images/footer.gif) #070707 repeat-x top;
	width: 100%;
	height: 189px;
	margin-top: 100px;
}

#footer {
	width: 978px;
	padding: 15px;
	margin: 0px auto;
	color: #4f4f4f;
	font-size: 11px;
	bottom: 0px;
}

#footer_left, #footer_right {
	float: left;
	height: 40px;
	width: 32%;
}

#footer_right {
	float: right;
	width: 65%;
	text-align: right;
	color: #eea908;
	font-size: 13px;
}

#footer ul {
	margin: 0px;
	float: right;
}

#footer li {
	float: left;
	list-style-type: none;
	padding-left: 20px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #a4a4a4;
	text-decoration: none;
	font-size: 13px;
}

#footer a:hover {
	color: #eea908;
}

/*-------------------------------------------------------------- NAVIGATION*/
#nav, #nav ul {
	width: 290px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	margin-top: 15px;
}

#nav a {
	display: block;
	color: #000;
	font-size: 34px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: -2px;
	text-decoration: none;
	width: auto;
}

#nav a:hover, #home .home, #about-us .about-us, #contact-us .contact-us, #commercials .commercials, #southern-africa .southern-africa, #view-commercial .commercials {
	color: #eea908;
}

#nav li {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	position: absolute;
	display: none;
	padding: 0px;
	margin: 0px;
}

#nav li ul a {
	width: 100px;
	padding: 5px;
	height: auto;
	float: left;
	font-size: 11px;
	letter-spacing: normal;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 110px;
	margin: 0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/*-------------------------------------------------------------- PLUGINS*/

#search {

}

#searchresult {
	color: #FFF;
	border: 1px solid #535554;
	background-color: #2D2F2E;
	padding: 5px;
	margin-bottom: 5px;
}

#searchresult h2 a:link, #searchresult h2 a:visited, #searchresult h2 a:active {
	text-decoration: none;
	color: #EEA908;
}

#searchresult h2 a:hover {
	color: #000;
}

#searchresult:hover {
	background-color: #242424;
	cursor: pointer;
}

#searchresult p, #searchresult h2 {
	margin: 0px;
	padding: 2px;
	border: none;
}

#sitemap {

}

#image1, #image2 {

}

#flash {

}

#result {
	border: 1px solid #CCC;
	margin: 5px;
	padding: 5px;
	display: none;
}

#news em {
	float: none;
	display: block;
}

#news li {
	margin-bottom: 12px;
}

.product_addtocart {

}

.product_viewcart {

}

.product_viewpdf {

}

.product_viewurl {

}

#comments blockquote {
	border-top: 1px solid #CCC;
}

.hometext {
	color: #4f4f4f;
	font-size: 16px;
	font-style: italic;
}

.arrow {
	color: #7a7a7a;
}

a.readmore {
	width: 75px;
	height: 20px;
	padding: 6px;
	text-align: center;
	display: block;
	clear: both;
	float: right;
	background: url(../images/readmore.gif) no-repeat;
	color: #eea908;
	text-decoration: none;
	border: 1px solid #333;
}

#commercials .readmore {
	clear: none;
}

a.readmore:hover {
	color: #FFF;
}

#flashmovie, #flashmovie2 {
	width: 400px;
	height: 360px;
	background: #000;
	margin: 0px auto 10px auto;
	padding: 20px;
	border: 1px dotted #222;
}

#flashmovie2 {
	height: 300px;	
}

#view-commercial h2, #commercials .commercial h3 {
	font-size: 16px;
	border: none;
	font-weight: normal;
	padding: 10px 0px;
}

#view-commercial table {
	margin: 0px auto;
}

#view-commercial h3 {
	padding-top: 0px;
}

.commercial h4 {
	font-weight: bold;
	font-size: 18px;
}

.commercial {
	clear: both;
	background: #222;
	border: 1px solid #333;
	margin-bottom: 10px;
	padding: 15px;
}

.commercial img.thumb {
	border: 1px solid #333;
	padding: 15px;
	background: #111;
}

#view-commercial #main img {
	margin: 2px;
}

.commercial a:link, .commercial a:visited, .commercial a:active, .commercial h2 a:link, .commercial h2 a:visited, .commercial h2 a:active {
	color: #eea908;
	text-decoration: none;
}

.commercial h2 a:hover, .commercial a:hover {
	color: #FFF;
}

.commercial h2 {
	padding-top: 0px;
}

.thumbnail {
	width: 200px;
	height: 150px;
	float: left;
	background: url(../images/noimage.jpg) no-repeat;
}

.detail {
	float: right;
}

.details h4 {
	float: left;
}

.details em {
	float: right;
}

.details h3 {
	clear: right;
}

.details h3 em {
	float: none;
}

.video {
	float: left;
}

th {
	text-align: left;
	font-size: 12px;
	color: #eea908;
	background-color: #222;
}

#view-commercial td {
	background-color: #111;
}

.center {
	text-align: center;
}

#main .pages li {
	list-style-type: none;
	list-style-image: none;
	float: left;
}

.pages {
	height: 55px;
}

.pages * {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.pages span {
	float: right;
}

.pages li a:link, .pages li a:visited, .pages li a:active {
	border: 1px solid #eea908;
	height: 20px;
	width: 20px;
	text-align: center;
	margin: 5px;
}

.pages li a:hover {
	background-color: #eea908;
	color: #000;
}

.pages li.active a {
	background-color: #666;
	border-color: #666;
}