/*  
Theme Name: Steinhoff International
Theme URI: N/A
Description: Custom WP Theme Design.
Version: 1.0
Author: QBKL Media for Investoreports
Author URI: http://www.investoreports.com/
*/

/*img, div, input { behavior: url("wp-content/themes/steinhoff/js/pngfix/iepngfix.htc") }*/

/* A. Generic */

body {
	margin: 0 auto;
	background: #fff;
	font: normal normal 12px "Trebuchet MS", sans-serif;
	color: #555;
}

#wrap {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

a {
	color: #a40046;
	text-decoration: none;
}

a:visited {
	color: #dd005e
}

a:hover, a:visited:hover {
	color: #000;
}

a img {
	border: 0;
}

.left {
	float: left!important;
}

.right {
	float: right!important;
}

.nomargin {
	margin: 0!important;
}

/* B. Header */

#header {
	display: block;
	width: 940px;
	padding: 10px 10px 0 10px;
	margin: 0 0 30px 0;
	overflow: hidden;
	display:none;
}

.logo {
	width: 195px;
	padding-top: 40px;
}

.logo a {
	display: block;
	width: 195px;
	height: 60px;
	background: url(../img/logo.gif) no-repeat;
	text-indent: -9999px;
}

.headOptions {
	width: 715px;
	overflow: hidden;
	text-align: right;
}

.jse {
	margin-bottom: 20px;
}

.searchwrap {
	width: 220px;
	float: right;
	margin-bottom: 10px;
}

#searchform {
	clear: both;
	width: 220px;
	margin: 0;
	height: 24px;
	display: block;
	background: url(../img/bg-search.gif) no-repeat;
}

#searchform .s {
	width: 140px;
	height: 24px;
	padding: 0;
	margin-left: 15px;
	line-height: 24px;
	background: none;
	border: none;
	font-size: 11px;
	font-style: italic;
}

#searchform .searchsubmit {
	width: 50px;
	margin-left: 5px;
	height: 24px;
	background: none;
	border: none;
	cursor: pointer;
}

/* B.1 Menu */

#navwrap {
	width: 715px;
	height: 35px;
	display: block;
	margin: 15px 0 0 0;
	text-align: right;
	overflow: hidden;
}

#nav {
	height: 35px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	float: right;
}

#nav li {
	padding: 0;
	margin: 0 0 0 30px;
	display: block;
	float: left;
}

#nav li a {
	display: block;
	padding: 10px 5px;
	font-size: 12px;
	color: #7a808c;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover {
	color: #3d4048;
}

/* C. Main */

#main {
	width: 960px;
	overflow: hidden;
	line-height: 18px;
}

.pageTitle {
	width: 900px;
	height: 60px;
	padding: 0 30px;
	background: url(../img/bg-title-gray.gif) no-repeat;
	margin-bottom: 30px;
}

.pageTitle h1 {
	font: normal normal 30px "Trebuchet MS", sans-serif;
	color: #888;
	margin: 0;
	padding: 0;
	line-height: 60px;
}

#content {
	width: 630px;
	float: left;
}

/* C.1 Homepage */

#homeSlides {
	display: block;
	width: 960px;
	height: 260px;
	/*background: url(img/home-tabs-replacement.gif) no-repeat;*/
	margin: 0 0 30px 0;
}

.purpleSlide {
	background: #a40046 url(../img/home-tabs-mask.png) no-repeat;
}

.mainBoxes, .secondaryBoxes {
	width: 960px;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.secondaryBoxes {
	margin: 0;
}

.boxWrap {
	width: 300px;
	margin-right: 30px;
	float: left;
	overflow: hidden;
}

.boxWrap h4 {
	font: normal bold 14px "Trebuchet MS", sans-serif;
	color: #555a65;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 14px;
	text-transform: uppercase;
}

.mainBoxes .boxContent, .sideBoxes .boxContent {
	border: 1px solid #d1d2d4;
	padding: 15px 20px;
	height: 90px;
	width: 258px;
}

.sideBoxes .boxWrap {
	margin-bottom: 30px;
}

.secondaryBoxes .boxContent {
	border-top: 1px solid #d1d2d4;
	padding: 15px 0 0 0;
	width: 300px;
}

.boxSmall {
	width: 150px;
}

.investorBox .boxContent {
	background: url(../img/bg-investor-box.gif) no-repeat bottom right;
}

.responsabilityBox .boxContent {
	background: url(../img/bg-responsability-box.gif) no-repeat bottom right;
}

.brandsBox .boxContent {
	text-align: center;
}

/* D. Sidebar */

#sidebar {
	width: 300px;
	float: right;
	display:none;
}

/* E. Footer */

#footer {
	clear: both;
	width: 960px;
	overflow: hidden;	
	border-top: 1px solid #d1d2d4;
	padding: 10px 0 20px 0;
	margin-top: 30px;
	color: #888888;
	display:none;
}

#footer ul {
	width: 960px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 25px;
}

#footer a, #footer a:visited {
	color: #888888;
}

#footer a:hover, #footer a:visited:hover {
	color: #000;
}
