/*  
Theme Name: Traffic Giant
Description: Traffic Giant
Version: 1.0

*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #151515;
	margin: 0;
	padding: 0;
	text-align: center;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height:18px;
}
h1 {
	font-size:21px;
	text-align:left;
	font-weight:lighter;
	margin:0;
}
h2 {
	font-size:18px;
	text-align:left;
	font-weight:lighter;
}
h5 {
	font-size:30px;
	text-align:left;
	font-weight:lighter;
	line-height:normal;
}
h4 {
	font-size:21px;
	text-align:left;
	font-weight:lighter;
	line-height:normal;
	padding:0;
	margin:0;
}
h6 {
	font-size:18px;
	text-align:left;
	font-weight:lighter;
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	color: #FFF;
}
.white {
	color:#FFF;
	}
.pink {
	color:#c00f79;
	}
.amber {
	color:#e49530;
	}
.green {
	color:#4d7422;
	}	
#container {
	width: 100%;
	text-align: left;
}
/* ***************************************** header end ***************************************** */
#topheader {
	width:100%;
	height:20px;
	background-color:#c00f79;
	padding-top:3px;
}
#topheader a:hover{
	text-decoration:underline;
}
#topheader ul{
	margin:0;
	padding:0;
}
#topheader li{
	display: block;
	float: left;
	padding-right: 15px;
	padding-left:15px;
	padding-top:0;
	padding-bottom:0;
	margin:0;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	list-style-position: inside;
	font-size: 10px;
	line-height: 15px;
}
#topheader li.endlink{
	border:none;
}
#th-inner {
	width:940px;
	margin:auto;
	height:20px;
}
#th-left {
	float:left;
}
#th-right {
	float:right;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:13px;
	line-height:15px;
}
#header {
	width:940px;
	margin:auto;
	height:130px;
	padding-top: 10px;
}
#logo {
	float:left;
}
#menu {
	float:right;
	width:650px;
	margin-top:55px;
}
#mapcontainer {
	float:left;
	width:650px;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li { display: inline; }

#menu li a{
	float: right;
	height: 20px;
	padding-top: 25px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	margin:1px;
	background-image:url(images/menu.jpg);
	color:#000;
}

#menu li a:link#current, #menu li a:visited#current, #menu li a:hover{
	background-image:url(images/menu_over.jpg);
	background-position:center;
	color:#c00f79;
}
/* ***************************************** header end ***************************************** */
/* ***************************************** banner ***************************************** */
#banner-placeholder {
	width:940px;
	margin:auto;
	padding-top: 10px;
	padding-bottom:15px;
}
/* ***************************************** banner end ***************************************** */
#mainContent {
	width:940px;
	margin:auto;
	padding-top:10px;
}
#maintext{
	text-align:justify;
	width:940px;
	padding-left:20px;
	padding-bottom:25px;
}
#maintext h1{
	text-align:left;
}
#maintext td{
	color:#999;
}
#maintext td strong{
	color:#FFF;
}
#leftside{
	float:left;
	text-align:justify;
	width:260px;
	min-height:100px;
}
#rightside{
	float:left;
	text-align:justify;
	width:640px;
	padding-left:20px;
}
.entry{
	float:left;
	padding-bottom:30px;
}
#maintext p{
	color:#999;}
#maintext h1{
		line-height:normal;}
.links{
	float:left;
	margin-left:70px;
	width:200px;
	margin-bottom:25px;
	}
.links ul{
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
}	
.links  a{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
}
.links a:hover{
	color:#c00f79;
}
a.current{
	color:#c00f79;
}
a.currenta{
	color:#e49530;
}
.clear{
	clear:both;}
/* ***************************************** 3x home boxes ***************************************** */
#home-boxes {
	float:left;
	width:940px;
}
#hb-title{
	font-size:30px;
	font-weight:lighter;
	margin:0;
}
#boxes-seo {
	float:left;
	width:300px;
}
#boxes-design {
	float:left;
	width:300px;
	margin-left: 20px;
	margin-right: 19px;
}
#boxes-ecommerce {
	float:left;
	width:300px;
}
/* ***************************************** 3x home boxes end ***************************************** */	
/* ***************************************** Tab box on home page ***************************************** */

.htabs li {
	padding-top:25px;
	float: left;
	list-style-type: none;
	list-style-position:outside;
	margin-right: 1px;
	display:inline;
}
.htabs li a{
	list-style-type: none;
	height: 20px;
	padding-top: 25px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin:1px;
	background-image:url(images/tabmenu.png);
	color:#FFF;
}
.htabs li a:hover{
	background-image:url(images/tabmenu-over.png);
	background-position:center;
	color:#c00f79;
}
.htabs li a:active{
	background-image:url(images/tabmenu_over.jpg);
	background-position:center;
	color:#c00f79;
}
.htabs {
	float:left;
	margin:0;
}
#block div .tabs {
	float: left;
	padding: 0px;
	display: block;
	float: left;
	margin-left:0;
	margin-top:0px;
}
#block div .tab {
	float: left;
	padding-top:5px;
	margin-left: 0;
}
#tabholder{
	float:left;
	margin-left:0;
	width:940px;
	padding-bottom:20px;
	padding-top:20px;
	color:#999;
}
#tabholder h2{
	color:#FFF;
	font-size:28px;
	font-weight:lighter;
	line-height: 32px;
	margin:0;
	padding-top:15px;
}
.tabs a{
	color:#FFF;
	text-decoration:none;
}
.tabs {
	float:left;
	width:640px;}
/* ***************************************** END Tab box on home page ***************************************** */

/* ***************************************** FOOTER ***************************************** */
#footer {  
	padding: 0 10px;
	min-height:182px;
	background:url(images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	font-size:13px;
}
#footer input{
	margin:1px;
} 
#footercontainer {
	width: 940px;
	margin:auto;
	color: #FFFFFF;
	font-size:13px;
	background:none;
	padding-top:5px;
	}
.footerbloc strong{
	font-size:16px;
	line-height:42px;
	}
.footerblocright strong{
	font-size:16px;
	line-height:normal;
	}	
.footerbloc ul{
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/bullet.png);
	list-style-position: inside;
}
.footerbloc em{
	font-style:normal;
	font-size:11px;
}
.footerbloc{
	float:left;
	text-align:left;
	width:205px;
	margin-left:30px;
	}	
.footerblocleft{
	float:left;
	text-align:left;
	width:205px;
	font-size:10px;
	color:#FFF;
	}
.footerblocright{
	float:left;
	text-align:right;
	width:260px;
	font-size:10px;
	color:#FFF;
	}	
.footerblocleft a{
	color:#003;
	text-decoration:underline;
}
#footerbloc a{
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	}
.none {
  display: none;
}
.buttons_footer {
	background-image:url(images/go.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:26px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: right;
	border: 0 none;
}
/* ***************************************** END FOOTER ***************************************** */
img{
	border:0;}
/* ***************************************** Portfolio page image scroller ***************************************** */
/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


div.jMyCarousel .prev{
	background: url(images/left.png) center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}

div.jMyCarousel .next{
	background: url(images/right.png) center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}

div.jMyCarousel .up{
	background: url(images/up.png) center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url(images/down.png) center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


div.jMyCarousel{
	border:1px solid #000;
}

div.jMyCarousel ul{
	
}

div.jMyCarousel ul li{
	margin:0px;
	border:1px solid #000;
	line-height:0px;
	padding:0px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
}

div.jMyCarousel ul li img{
	display:block;
	border:0px;
}
	
/* ***************************************** END Portfolio page image scroller ***************************************** */	
#postholder{
	float:left;
	margin-top:20px;
	margin-bottom:30px;
	}
.portfoliobox{
	float:left;
	margin-bottom:35px;
	padding-right:50px;

}
.portfoliobox h2{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}

#newsholder{
	float:left;
	width:260px;
	min-height:150px;
	margin-left:40px;
	}
#newsholder h6{
	color:#FFF;
}

