@import "menu.css";

body {
		background: #202020 url(../images/bg.jpg) repeat-x;
		background-position: 50% 0;
		text-align: center;
		font-family: arial, helvetica, sans-serif;
		color: #fff;
		margin: 0;
		padding: 0;
		border:0 none;
	}
h2 {
		font-size:21px;
		color:#b2e90a;
	}
.center2 {
		margin: auto; 
		overflow: visible; 
		width: 917px;
		position: relative;
	}

#top {
		background: #202020 url(../images/topBg.jpg) repeat-y;
		width: 917px;
		height: 242px;
		font-size:12px;
	}
#topLogo {
		margin-left:1px;
		float:left;
		display:inline;
	}
#topAnimation {
		float:left;
		display:inline;
	}
#center {
		margin: auto; 
		overflow: visible; 
		width: 963px;
		position: relative;
	}
#content {
		background: #202020 url(../images/contentBg.jpg) repeat-y;
		width: 917px;
		font-size:12px;
		overflow:hidden;
		height:auto;
		padding-bottom:20px;
	}
#contentLeft {
		width:240px;
		min-height:50px;
		text-align: left;
		float:left;
		display:inline;
		margin-top:30px;
	}
	
#contentLeft a 
{
    margin: 2px 0 2px 3px;
    display:block;
    font-size:15px;
	color:#b2e90a;
	font-weight:bold;
}

#contentRight {
		background: #171817 url(../images/contentRightBg.gif) no-repeat;
		background-position: 0 0;
		width:604px;
		border: solid 1px #333333;
		float:left;
		display:inline;
	}
#contentRightTxt {
		text-align: left;
		font-size:12px;
		color:#b4b4b4;
		margin: 10px 10px 15px 10px;
	}
	
.contentMargin {
		width:20px;
		float:left;
		display:inline;
	}
#footer {
		width: 963px;
		font-size:11px;
		color: #515151;
		padding:10px;
	}
#footer strong {
		color:#4f6a0e;
		font-weight:normal;
	}
img {
		border:0 none;
		display:block;
	}
a:active, a:link, a:visited {
    text-decoration:none;
    color:#f0ffc0;
	}
a:hover {
    text-decoration:underline;
    color:#a5d118;
	}
	
input
{
	border: #333333 1px solid;
	background-color:#202020;
	padding: 2px 4px 0px 4px; 
	font: 1em Verdana, sans-serif;
	color: #000000;
	height: 18px;
	width: 250px;
	color:#b4b4b4;
}

input[type=submit]
{
	height: 24px;
	width: 60px;
}

textarea {
	border: #333333 1px solid;
	background-color:#202020;
	padding: 2px 4px 0px 4px; 
	font: 1em Verdana, sans-serif;
	height: 300px;
	width: 470px;
	color:#b4b4b4;
	overflow:hidden;
}

/************ NEWS ************/
#news p
{
    padding: 0 10px;   
}

#news span 
{
    font-size:26px;
    font-weight:bold;
}

/************ ABOUT US, BRANDS ************/

#about-us p, #brands p
{
    padding: 0 10px 15px 10px;   
}

/************ BUSINESS ************/

#business-case #concept-1
{
    background: url(/images/concept-1.png) no-repeat;
	background-position: 420px 0;
	padding: 30px 180px 0 10px;
    height:90px;
}

#business-case #concept-2
{
    background: url(/images/concept-2.png) no-repeat;
	background-position: 0 0;
	padding: 35px 0 0 290px;
    height:90px;
}

#business-case #concept-3
{
    background: url(/images/concept-3.png) no-repeat;
	background-position: 425px 0;
	padding: 35px 180px 0 10px;
    height:90px;
}

#business-case #concept-4
{
    background: url(/images/concept-4.png) no-repeat;
	background-position: 0 0;
	padding: 50px 0 0 310px;
    height:100px;
}

#business-case #concept-5
{
    background: url(/images/concept-5.png) no-repeat;
	background-position: 350px 0;
	padding: 70px 200px 0 10px;
    height:110px;
}

