@import url('sdbtn.css');

body {
	background: #000 url(../img/bg.jpg) repeat-x;
	color: #999;
	}
	
h1, h2, h3 {
	color: #FFF;
	}

.fl { float:left; }
.fr { float:right; }

/* -------------------------------- */
/* POSTLIST 						*/ 

.postList {
	margin: 0;
	}
	.postList li {
		padding: 20px;
		border: 1px solid #1b1b1b;
		background: #0f0f10;
		overflow: hidden;
		margin: 0 0 1em 0;
		}
		.postPic {
			float: left;	
			}	
		.postInfo {
			float: right;
			width: 412px;
			}
	
#Wrap {
	background: url(../img/header_bg.jpg) no-repeat;
	}
	
#Header {
	
	}
	#Header #Logo {
		margin-bottom: 0;
		}
	#Header #Logo a {
		background: url(../img/logo.png) 0 10px no-repeat;
		width: 285px;
		height: 99px;
		text-indent: -9999em;
		display: block;
		margin: 0 auto;
		}
	#Header #Logo a:hover {
		background: url(../img/logo_hover.png) 0 10px no-repeat;
		}
		
#Banner {
	background: url(../img/banner.jpg) no-repeat;
	width: 950px;
	height: 342px;
	text-indent: -9999em;
	}
	
#Navi {
	background:url(../img/navi_bg.gif) no-repeat;
	height: 51px;
	}
	#Navi ul {
		background: red;
		list-style: none;
		}
	#Navi ul li {
		float: left;
		display: inline;
		}
	#Navi ul li a {
		display: block;
		}
#Content {
	background: #111;
	width: 950px;
	margin: 0 auto;
	}
	#Content #Primary {
/* 		background: #333; */
		}
		#Content #Primary h2.home_welcome {
			text-indent: -9999em;
			background: url(../img/home_welcome.gif) no-repeat;
			height: 49px;
			width: 250px;
			}
		#Content #Primary h2.home_tuning {
			text-indent: -9999em;
			background: url(../img/home_tuning.gif) no-repeat;
			height: 23px;
			width: 136px;
			}
		#Content #Primary .cell {
			background: #111 url(../img/cell_bg.gif) no-repeat;
			position: relative;
			overflow: hidden;
			}
		#Content #Primary .cell b {
			background: url(../img/cell_footer.gif) no-repeat;
			display: block;
			width: 439px;
			height: 4px;
			position: absolute;
			bottom: -4px;
			left: 0;
			}
	#Content #Secondary {
/* 		background: #444; */
		}
		#Content #Secondary .cell2 {
			background: url(../img/cell2_bg.jpg) repeat-x;
			border: 1px solid #222;
			}
		#Content #Secondary .cell2 h2, #Content #Secondary .cell h2 {
			background: url(../img/home_showcase.gif) no-repeat;
			text-indent: -9999em;
			margin: 10px 0 0 10px;
			}
		#Content #Secondary .cell2 ul {
			background: url(../img/cell2_ul.png);
			overflow: hidden;
			margin: 0;
			height: 200px;
			padding: 28px 0 0px 35px;
			position: relative;
			}
		#Content #Secondary .cell2 ul li {
			list-style: none;
			float: left;
			display: inline;
			margin: 0 5px 10px 0;
			}
		#Content #Secondary .cell2 ul li a {
			background: url(../img/cell2_thumb.gif) no-repeat;
			display: block;
			width: 103px;
			height: 74px;
			}
			#Content #Secondary .cell2 ul li a.viewmore {
				background: none;
				width: 70px;
				height: 10px;
				position: absolute;
				bottom: 25px;
				right: 25px;
				text-decoration: none;
				color: #666;
				}
			#Content #Secondary .cell2 ul li a.viewmore:hover {
				color: #999;
				}
				
		/* NEWS & UPDATES */
		#newsupdates {
			padding-bottom: 0;
			}
		#newsupdates h2 {
			background: url(../img/home_newsupdates.gif) no-repeat;
			text-indent: -9999em;
			margin:10px 0 0 10px;
			}
		#newsupdates .wr  {
			background: url(../img/cell2_bg.jpg) repeat-x;
			border:1px solid #222222;
			}
		/*#Content #Secondary #newsupdates .cell2 p {
			background: url(../img/cell2_p.png) no-repeat;
			padding: 30px 35px 30px;
			color: #aca677;
			margin: 0;
			}*/
				
				
ul.bullet, .postList, ul.cell_showcase {
	list-style: none;
	}
	ul.bullet li {
		background: url(../img/bullet.gif) 0px 5px no-repeat;
		padding-left: 20px;
		margin-bottom: 5px;
		}
	ul.bullet li a {
		color: #ffdc72;
		text-decoration: none;
		}
	ul.bullet li a:hover {
		color: #844c23;
		text-decoration: underline;
		}
ul.cell_showcase li {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	}
	
#Footer {
	background:url(../img/footer.jpg) top center no-repeat;
	width: 950px;
	height: 56px;
	text-align: center;
	color: #333;
	}
	
#Secondary.span-8 .box {
	padding-left: 0;
	}
	#Secondary.span-8 .cell {
		}
		#Content #Secondary .cell h2 {
			background: url(../img/ourservices.jpg) no-repeat;
			margin: 0;
			height: 31px;
			}
		.bc {
			border: 1px #222;
			border-style: none solid none solid;
			background: #000;
			padding: 1em 0 0;
			overflow: hidden;
			}
		.bb {
			background: url(../img/bb.gif) no-repeat left bottom;
			height: 20px;
			}
			
/* -------------------------------- */
/* CAROUSEL FOR NEWS UPDATES		*/ 

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 320px;
    height: 190px;
	background:transparent url(../img/cell2_p.png) no-repeat scroll 0 0;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
	
	.jcarousel-skin-tango .jcarousel-container {
    /*-moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;*/
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 392px;
    height: 150px;
}


.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  392px;
    height: 150px;
}

.jcarousel-skin-tango .jcarousel-item {
    /*width: 392px;*/
    height: 150px;
	padding: 30px 35px;
}


.jcarousel-skin-tango .jcarousel-item-vertical {
    /*margin-bottom: 10px;*/
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    width: 392px;
    height: 15px;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    width: 392px;
    height: 15px;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

