/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Kenny R Us
	Version:		1.0
	Last change:	10.11.10 [Created]
	Assigned to:	Titan Web (Ace Virgel Almario)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of Contents]
	1.	Fonts
	2.	Global
	3.	Header
	4.	Top Menu
	5.	Banner
	6.	Content
	7.	Footer
	8.	Gallery
	9.	Pagination

	

	[Color codes]
	Background:	#262626 (Dark Grey)
	Content:	#3b3b3b (Light Black)
	Header h1:	#a70d00 (Dark Red)
	a (standard):	#0046e4 (Bright Blue)
	a (visited):	#009ce4 (Lighter Blue)

	[Typography]
	Body copy:	12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/
body {
	background: url(../images/bdy.jpg) repeat-x top center #000;
	font-family: 'Roboto', sans-serif, arial;
	font-size: 15px;
	color:#afafaf;
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; }
h2 {
	font-family: 'Arvo', serif;
	font-size: 22px;
	color:#fff;
	text-transform: uppercase;
} 
h3 {
	font-family: 'Arvo', serif;
	font-size: 18px;
	color:#e04c4e;
	font-weight: bold;
	text-transform: uppercase;
} 
h4 {
	color:#e04c4e;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	font-size: 18px;
} 
p { margin: 0 0 10px; }
a { color:#d74c47; }
a:hover, 
a:focus {
	color:#f57b76;
	text-decoration: none; 
}
.clear { clear: both; }

input, 
button, 
textarea, 
select {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

pre,
tt,
code,
kbd,
samp,
var {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}


textarea {
	resize: none;
	overflow-y: auto;
}

.valign-parent {
	height: 100px;
	white-space: nowrap;
}
.valign-item {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.valign-helper {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}
/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.logo-wrapper {
	width: 209px;
	height: 118px;
	left: 50%;
	margin-left:-104px;
	top: 0;
	z-index: 20;
}
/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
.menu-wrapper { height: 51px; position: relative; z-index: 100; }
.top-menu-wrapper {
	height: 31px;
	margin-top: 20px;
	position: relative; 
	z-index: 100;
	overflow: visible;
}
#menu-top-menu,
#menu-top-menu li,
#menu-top-menu a {
	display: block;
}
#menu-top-menu li,
#menu-top-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu-top-menu ul {
	display: none;
	position: absolute;
	z-index: 100;
}
#menu-top-menu li {
	float: left;
	position: relative;
	z-index: 100;
}
#menu-top-menu li:hover > ul {
	display: block;
}
#menu-top-menu > li:hover > ul {
	left: 0;
}
#menu-top-menu a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba( 0, 0, 0, 0.75 );
}
#menu-top-menu a:hover,
#menu-top-menu a:active,
#menu-top-menu a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
 
/* Top-level Styling */
#top-menu {
	
	bottom: 0;
	height: 31px;
	position: absolute;
	width: 100%;
}
#menu-top-menu {
	height: 31px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#menu-top-menu > li {
	height: 31px;
	margin-left: 28px;
}
#menu-top-menu > li > a {
	background: url(../images/topmenu-bg.png) repeat-x top left;
	color:#fff;
	font-family: 'Arvo', serif, Arial;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 8px 8px 7px;
	position: relative;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.82);
	-moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.82);
	box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.82);	
}
.ie7 #menu-top-menu > li > a { padding: 8px 12px 7px 8px; }
.ie7 #menu-top-menu > li  { margin-left: 20px; }
#menu-top-menu > li:first-child {
	border-left: none;
	margin-left: 0;
}
#menu-top-menu > li > a:hover,
#menu-top-menu > .current-menu-item > a,
#menu-top-menu > .current-menu-item:hover > a,
#menu-top-menu > .current-menu-ancestor > a {
	background: url(../images/menu-hover.png) repeat-x top left;
}
 
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
 
#menu-top-menu ul {
	background: transparent;
	width: 146px;
	top: 28px;
}
#menu-top-menu ul > li {
	width: 146px;
}
#menu-top-menu ul > li > a {
	background: #b11c1e;
	color:#fff;
	font-family: 'Roboto', sans-serif, arial;
	font-size: 13px;
	border-top: 1px solid #650d0f;
	font-size: 14px;
	padding: 6px 10px 4px;
}
#menu-top-menu ul > li:first-child a { border: none; }
#menu-top-menu ul > li:hover > a,
#menu-top-menu ul > .current-menu-item > a,
#menu-top-menu ul > .current-menu-item:hover > a,
#menu-top-menu ul > .current-menu-ancestor > a {
	background: #fff;
	color: #4a0c0d;
}
#menu-top-menu li > ul li:hover > ul {
	left: 146px;
	top: 0;
}
/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
.banner-front-page { height: 750px; }
.banner-sub-page { height: 640px; }
.banner-wrapper { 
	background: url(../images/banner-content.png) no-repeat bottom center;
	width: 1060px;
	margin-top: 20px;
	padding-top: 26px;
}
.bannermask {
	width: 1060px;
	top: 26px;
	left: 0;
	z-index: 10;
} 
.banner-front-page .banner-thumb { height: 596px }
.banner-sub-page .banner-thumb { height: 485px }
.banner-thumb { 
	background: url(../images/noimage.gif) no-repeat 50% 50% #fff;
	width: 1060px;
} 
.banner-front-page .bannermask { 
	background: url(../images/banner-homemask.png) no-repeat top left; 
	height: 596px;
}
.banner-sub-page .bannermask { 
	background: url(../images/banner-submask.png) no-repeat top left; 
	height: 485px;
}
.banner-content-wrap h2 {
	color:#e04c4e;
	font-family: 'Roboto', sans-serif, arial;
	font-size: 30px;
	font-weight: 300;
	font-style: italic;
	text-transform: none;
	height: 36px;
	overflow: hidden;
}
.banner-content-wrap { 
	width: 860px; 
	text-align: center;
}
.bannernavs {
	width: 68px;
	height: 12px;
	margin: 10px auto 0;
}
.bannernavs a {
	background: url(../images/bannernav-bg.png) no-repeat top left;
	color: transparent;
	width: 12px;
	height: 12px;
	display: block;
	float: left;
	margin-right: 5px;
}
.banner-slide { background-color: transparent !important; }
.bannernavs a:hover,
.bannernavs a.activeSlide { background-position: bottom left; }
.ivc-wrapper {
	background: url(../images/ivcbg.png) no-repeat top left;
	width: 214px;
	height: 179px;
	bottom: 200px;
	right: 100px;
	padding: 26px 0 0 24px;
	z-index: 20;
}
.ivc-wrapper a {
	background: url(../images/ivc-btn.png) no-repeat top left;
	color: transparent;
	width: 160px;
	height: 150px;
	display: block;
}
.ivc-wrapper a:hover { background-position: left bottom; }
/*------------------------------------------------------------------
	[ 6 Content ]
-------------------------------------------------------------------*/
.mid-wrapper ol li { margin-left:24px; }
.page-truck-servicing .mid-wrapper ul li,
.page-bodybuilding .mid-wrapper ul li,
.page-truck-products .mid-wrapper ul li {
	background: url(../images/bullet.png) no-repeat  0 4px;
	list-style-image: none;
	list-style: :none;
	float: left;
	padding-left: 24px;
	width: 280px;
	margin: 0  20px 0 0;
}
.page-truck-servicing .mid-wrapper ul:after ,
.page-bodybuilding .mid-wrapper ul:after ,
.page-truck-products .mid-wrapper ul:after  {
	clear: both;
}
.page-truck-servicing .mid-wrapper ul:after ,
.page-bodybuilding .mid-wrapper ul:after ,
.page-truck-products .mid-wrapper ul:after,
.page-truck-servicing .mid-wrapper ul:before ,
.page-bodybuilding .mid-wrapper ul:before ,
.page-truck-products .mid-wrapper ul:before  {
	content: " "; /* 1 */
	display: table; /**/
}
.page-truck-servicing .mid-wrapper ul ,
.page-bodybuilding .mid-wrapper ul ,
.page-truck-products .mid-wrapper ul { *zoom:1; }
.mid-wrapper ul li  {
	background: url(../images/bullet.png) no-repeat  0 4px;
	list-style-image: none;
	list-style: :none;
	margin: 0  20px 0 0;
	padding-left: 24px;
}
.page-contact-us  ul li {
	background:none;
}
.entry-meta,
.entry-utility {
	display: none;
}
.page-title {
	font-family: 'Arvo', serif, arial;
	font-size: 26px;
	font-weight: bold;
	color:#fff;
	text-transform: uppercase;
}
#front-page { display: none; }
.aboutus-wrap { width: 630px; }
.front-sidebar { width: 300px; }
/* contact */
.google-maps {
	overflow: hidden;
}
.seriving-thumbnail,
.seriving-thumbnail .mask {
	width: 290px;
	height: 168px;
}
.seriving-thumbnail .mask { 
	background: url(../images/maksing.png) no-repeat; 
	top: 0;
	left: 0;
}
.google-maps iframe {
	width: 450px;
	height: 200px;
	border: 1px solid black;
	overflow: hidden;
}
.contact-details table {
	width: 100%;
}
#ngg-gal img {
	border: 6px solid #383838;
	width: 164px;
	height: 101px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#ngg-gal .ngg-gallery-thumbnail-box img:hover { 
	border-color:#e9534e;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
.ngg-gallery-thumbnail-box,
#ngg-gal .ngg-gallery-thumbnail-box {
	background: #000;
	float: left;
	width: 176px;
	height: 116px;
	margin: 0 16px 16px 0 !important;
}
.ngg-gallery-thumbnail img {
    max-width: 100% !important;
    width: auto;
    height: auto;
    max-height: 100% !important;
}
#sub-content-page {
	padding: 10px 0 0;
	border-top: 1px solid #323232;
}
.gallerycrumbs {
	font-family: 'Arvo', serif;
	font-size: 14px;
	text-transform: uppercase;
	margin:-8px 0 10px;
}
.gallerycrumbs a {
	font-family: 'Arvo', serif;
	font-size: 14px;
}
.mid-wrapper ol,
.mid-wrapper ul {	margin-bottom: 10px; }
.product-thumb {
	width: 164px;
	height: 101px;
	padding: 5px;
	border: 1px solid #4e4e4e;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.product-thumb:hover { background: #e9534e; }
.product {
	background:#383838;
	padding: 20px;
}
.product-content { width: 724px; }
.product-title {
	font-size: 18px;
	text-transform: uppercase;
}
.product-enquiry {
	color: transparent;
	background: url(../images/enquire-product.png) no-repeat top left;
	width: 255px;
	height: 36px;
	display: block;
}
.products-wrap {
	border-top: 1px solid #323232;
	padding-top: 20px;
}
.product-enquiry:hover {
	color: transparent;
	background-position: bottom left;
}
.productfrm-wrap { display: none; }
.sidebar-phone {
	background: url(../images/sidebar-phone.png) no-repeat 54px 4px ;
	color:#fff;
	font-family: 'Arvo', serif;
	font-size: 30px;
	text-align: right;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #3e3e3e;
}
.front-sidebar h2 {
	color:#e04c4e;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}
.leadin-wrap {
	min-height: 106px;
	padding: 0 0 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #3e3e3e;
}
.leadinmask-wrap,
.leadin-thumb {	
	background:#fff;
	width: 164px;
	height: 106px;
}
.leadin-wrap:hover .leadin-thumb  img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.leadinmask {
	background: url(../images/leadin-img.png) no-repeat top left;
	width: 164px;
	height: 106px;
	left: 0;
	top: 0;
}
.leadin-title span { display: block; }
.leadin-title a {
	color:#f8f8f8;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	text-align: right;
}
.leadin-title {
	width: 152px;
	max-height: 56px;
	overflow: hidden;
	text-align: right;
	padding-right: 36px;
	position: relative;
}
.leadin-wrap:hover .leadin-title a { color:#f8f8f8; }
.leadin-wrap:hover .leadin-title span.arrow { background-position: bottom left; }
.leadin-title span.arrow {
	background: url(../images/arrow-leadin.png) no-repeat top left;
	width: 11px;
	height: 16px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top:-8px;
}
.pdf-downloads a {
	background: url(../images/pdf-download.png) no-repeat left center;
	padding-left: 20px;
	display: inline-block;
}
.slide-front {
	background: url(../images/slidebg.png) repeat-x;
	height: 68px;
	margin-bottom: 100px;
}
.mid-sub-page { 
	min-height: 500px;
		padding: 20px 0; 
}
.slide-button-wrap {
	background: url(../images/rouded-slide.png) no-repeat top center;
	overflow: visible;
	padding-top: 10px;
}
.slide-button {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	cursor: pointer;
}
.open-slide { background: url(../images/slide-open.png) no-repeat top left; }
.close-slide { background: url(../images/slide-close.png) no-repeat top left; }
.slide-button:hover { background-position: bottom left; }
.label-slide {
	color:#9b9a9a;
	font-family: 'Arvo', serif;
	font-size: 12px;
	border-bottom: 1px dashed #9b9a9a;
	padding: 30px 0 10px;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	width: 104px;
}
/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/
.mainfooter-wrap { background:#202020; }
.footer-pad {
	padding: 20px 0 35px 0;
}
.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

/* copyright */
.footer .copyright {
	width: 490px;
	float: left;
	padding: 0 0 5px 0;
}
/* footer-menu */
.footer .footer-menu {
	width: 490px;
	float: left;
	padding: 0 0 10px 0;
}
.footer .footer-menu ul {
	margin: 0;
	padding: 0;
}
.footer .footer-menu ul li {
	list-style: none;
	float: left;
	display: block;
	margin: 0;
	padding: 0 10px;
	border-left: 1px solid #888888;
}
.footer .footer-menu ul li:first-child {
	padding-left: 0px;
	border-left: none;
}
.footer .footer-menu ul li a {
	color:#fff;
}
.footer .footer-menu ul li a:hover {
	
}
/* titan badge */
.titan-badge {
	height: 44px;
	float: right;
	padding: 0 0 10px 20px;
}
.titan-badge .titan-title {
	float: left;
	display: block;
	padding: 10px 5px 0 0;
}
.titan-badge a.titan-logo {
	float: right;
	display: block;
}
.titan-badge span {
	display: inline-block;
	margin: 15px 15px 0 0;
	float: left;
}
.titan-badge img {
	float: left;
}

/*------------------------------------------------------------------
	[ 8 Gallery ]
-------------------------------------------------------------------*/
html > body .ngg-album {
	border: none;
	float: left;
	display: block;
	
}
.ngg-album .ngg-thumbnail img {
	border: none;
	background-color:#FFFFFF;
}
.ngg-album .ngg-thumbnail img:hover {
	border: none;
	background-color:#CCCCCC;
}
.ngg-album .ngg-description {
	clear: both;
}

.ngg-gallery-thumbnail img {
	border: none;
	background-color:#FFFFFF;
}
.ngg-gallery-thumbnail img:hover {
	border: 1px solid #a9a9a9;
	background-color:#CCCCCC;
}
.ngg-navigation a,
.ngg-navigation span {
	background:#871214;
	color:#fff;
	text-align: center;
	display: block;
	float: left;
	margin-right: 5px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ngg-navigation a:hover,
.ngg-navigation span.current { background:#3f3f3f; } 
#ngg-album img {
	border: 6px solid #383838;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.ngg-album {
	width: 305px;
	height: 218px;
}
.ngg-albumtitle a {
	color:#fff;
	font-family: 'Arvo', serif;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.ngg-albumtitle span { cursor: pointer; }
.ngg-albumtitle {
	height: 19px;
	overflow: hidden;
}
.ngg-albumtitle .album-title {
	display: block;
	width: 250px;
}
.ngg-albumtitle span.album-arrow {
	background: url(../images/album-arrow.png) no-repeat top left;
	display: block;
	width: 11px;
	height: 16px;
	top: 50%;
	margin-top:-8px;
	right: 0;
	position: absolute;
}
#ngg-album .ngg-album img:hover { border-color:#e9534e; }
#front-page .leadin-title { margin-top: 25px !important; }
ul.ngg-breadcrumbs>li { background: none !important; }
/*------------------------------------------------------------------
	[ 8 Pagination ]
-------------------------------------------------------------------*/
.titan-pagination ul li {
	float: left;
	margin: 0 2px;
}

.titan-pagination ul li a,
.titan-pagination ul li span {
	padding: 2px 3px;
	display: inline-block;
}
/******* gravity form styling ***********/

#contact-frm input[type=text] {
	background: url(../images/textfield-bg.gif) no-repeat top left;
	border: none;
	width: 214px;
	height: 18px;
	line-height: 22px;
	outline: none;
}
#product-frm input[type=text] {
	background: url(../images/inputfieldbgs.png) repeat-x top left;
	border: none;
	width: 100%;
	height: 28px;
	line-height: 22px;
	outline: none;
}
#product-frm,
#contact-frm { width: 460px; }
#product-frm textarea,
#contact-frm textarea {
	background: url(../images/textarea-bg.png) no-repeat top left ;
	*background-color: #e6e6e6;
	border: none;
	width: 454px;
	height: 139px;
	outline: none;
}
.fancybox-inner {
    overflow: hidden !important;
}
.gform_wrapper .gform_footer input {
	background: url(../images/submit.png) no-repeat top left;
	color: transparent;
	padding: 0;
	width: 94px;
	height: 36px;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.gform_wrapper label,
.contact-info h4 {
	color:#e04c4e;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px !important;
	font-weight: bold;
}
.gform_wrapper .gform_footer input:hover { 
	background: url(../images/submit.png) no-repeat bottom left;
	background-color: transparent;
}
.cfields { width: 49%; }
.contact-info h4 { margin: 0; }
.contact-info h2,
#contact-frm h2 {
	font-size: 22px;
	border-bottom: 1px solid #424242;
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.validation_message { font-size: 14px; }
.gform_validation_error .gformfield { height: 69px; }
.ngg-gallery-thumbnail img {
	background-color: none !important;
	border: none !important;
	margin: 0 !important;	
}

.ngg-gallery-thumbnail img:hover {
	background-color: #e9534e !important;
    opacity: 0.8 !important;	
}
