/*   
	Basic CSS Template to used with project - Created by S.M.Riyaz
	Not for public use. Intended to use it in the own and clients sites only
	
	
	
*/



/* CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus
{
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins
{
	text-decoration: none;
}
del
{
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
div#preloaded-images
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clear
{
	clear:both;
}

/* 960 Grid styles ------------------*/

/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/

.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

.container_12 .grid_3
{
	width: 220px;
}

.container_12 .grid_6
{
	width: 460px;
}

.container_12 .grid_9
{
	width: 700px;
}

.container_12 .grid_12 
{
	width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width: 60px;
}

.container_12 .grid_2 {
	width: 140px;
}

.container_12 .grid_4 {
	width: 300px;
}

.container_12 .grid_5 {
	width: 380px;
}

.container_12 .grid_7 {
	width: 540px;
}

.container_12 .grid_8 {
	width: 620px;
}

.container_12 .grid_10 {
	width: 780px;
}

.container_12 .grid_11 {
	width: 860px;
}



/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3 
{
	padding-left: 240px;
}

.container_12 .prefix_6 
{
	padding-left: 480px;
}

.container_12 .prefix_9
{
	padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left: 80px;
}

.container_12 .prefix_2 {
	padding-left: 160px;
}

.container_12 .prefix_4 {
	padding-left: 320px;
}

.container_12 .prefix_5 {
	padding-left: 400px;
}

.container_12 .prefix_7 {
	padding-left: 560px;
}

.container_12 .prefix_8 {
	padding-left: 640px;
}

.container_12 .prefix_10 {
	padding-left: 800px;
}

.container_12 .prefix_11 {
	padding-left: 880px;
}


/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3
{
	padding-right: 240px;
}

.container_12 .suffix_6
{
	padding-right: 480px;
}

.container_12 .suffix_9
{
	padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right: 80px;
}

.container_12 .suffix_2 {
	padding-right: 160px;
}

.container_12 .suffix_4 {
	padding-right: 320px;
}

.container_12 .suffix_5 {
	padding-right: 400px;
}

.container_12 .suffix_7 {
	padding-right: 560px;
}

.container_12 .suffix_8 {
	padding-right: 640px;
}

.container_12 .suffix_10 {
	padding-right: 800px;
}

.container_12 .suffix_11 {
	padding-right: 880px;
}


/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3 
{
	left: 240px;
}

.container_12 .push_6
{
	left: 480px;
}

.container_12 .push_9
{
	left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left: 80px;
}

.container_12 .push_2 {
	left: 160px;
}

.container_12 .push_4 {
	left: 320px;
}

.container_12 .push_5 {
	left: 400px;
}

.container_12 .push_7 {
	left: 560px;
}

.container_12 .push_8 {
	left: 640px;
}

.container_12 .push_10 {
	left: 800px;
}

.container_12 .push_11 {
	left: 880px;
}


/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
	left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
	left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
	left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left: -80px;
}

.container_12 .pull_2 {
	left: -160px;
}

.container_12 .pull_4 {
	left: -320px;
}

.container_12 .pull_5 {
	left: -400px;
}

.container_12 .pull_7 {
	left: -560px;
}

.container_12 .pull_8 {
	left: -640px;
}

.container_12 .pull_10 {
	left: -800px;
}

.container_12 .pull_11 {
	left: -880px;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* Original coding begins here   */

body
{
	background:#fff;
	/* font: 12px/1.5em Arial, Helvetica, sans-serif; */	
	font: 13px/1.5em Arial-Rounded, sans-serif;	
	background: transparent url(/static/images/body-bg.jpg) repeat-x;
	color:#333;
}
body.inner  /* for inner pages */
{
	background: url(/static/images/inner-body-bg.jpg) repeat-x;
	padding-top:20px;
	
}
html>body
{
	font-size:16px;
}
#wrapper
{
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#header h1
{
	background:url(/static/images/logo.png) no-repeat;
	width:220px;
	height:67px;
	text-indent:-9999px;
	margin-top:40px;
}
/* some default styles -----*/
h1,h2,h3,h4 { font-family:Georgia, "Times New Roman", Times, serif}
h2 {font-size:18px; margin-bottom:8px }
h3 { font-size:16px}

/* links ---------------- */
a, a:link { font-weight:bold; text-decoration:none; color:#dd730c }
a:hover { color:#dd5b0c}
a:visited { color:#d08b49 }

/* button style ----------- */
a.button 
{ 
	font:bold 13px Arial, Helvetica, sans-serif; 
	color:#eb9139; 
	padding:2px 2px 0 7px; 
	background:url(/static/images/menu-bg.jpg) repeat-x; 
	width:65px; 
	height:18px; 
	display:block;
	float:left;
}

/* Search form styles --------------*/
#searchform
{
	width: 220px;
	height: 30px;
	background:url(/static/images/search-bg.jpg) no-repeat;
	margin:26px 0 15px 0;

}
input#searchsubmit 
{ 
	width:26px;
	height:30px;
	border:none;
	background:transparent; 
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	float:right;
}
input#s 
{ 
	width:170px;
	height:25px;
	border:none;
	background:transparent; 
	color:#aaa;
	margin-left:10px;
	
}

/* Navigation styles ---------------- */
#navigation #nav { height:35px; background:url(/static/images/menu-bg.jpg) repeat-x; }
#navigation #nav li { float:left }
#navigation #nav li a 
{ 
	display:block; 
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	font:bold 15px Tahoma, Geneva, sans-serif;
	text-shadow:1px 1px 2px #333;
	color:#FFF;
	text-decoration:none;
	height:30px;
	position:relative;
	z-index:20;
	
}

	
/* Fading menu - http://www.queness.com/resources/html/fadein/index.html */
#navigation #nav li .hover {
		background:url(/static/images/menu-bg-hover.jpg) repeat-x; 		/* mouseover image	*/
		position:absolute;	/* must be postion absolute 	*/
		width: 100%;	/*120px;	width, height, left and top to fill the whole LI item	/ */
		height:37px;
		left:0; 
		top:0;	
		z-index:-3;		/* display under the Anchor tag	*/
		display:none;	/* hide it by default	*/
	}
#navigation #nav li:last-child a{ padding-right:27px; }
#navigation #nav li:first-child a{ padding-left:20px; }

#navigation #nav li a:hover, #navigation #nav li a.active
{ 
	background:url(/static/images/menu-bg-hover.jpg) repeat-x; 
	
} 

/* banner area styles ---------------------- */
#banner-area 
{
	width:940px;
	height: 220px;
	background:url(/static/images/banner-bg.png) no-repeat;
	margin:12px auto;

}

.inner #banner-area   /* inner page banners */
{
	width:940px;
	height: 100px;
	background:url(/static/images/inner-banner-about.jpg) no-repeat;
	margin:12px auto;

}
h1.inner-head { color: rgba(255, 255, 255, .7); font-size:28px;padding-top:60px }

/* banner ares side bar ---------------------*/
/* home page sidebar new --------------*/

#sidebar 
{
background:url(/static/images/why-cts.png) no-repeat;
width:300px;
height:221px;

}

/* side bar old styles -------------*/
#sidebar h2,#sidebar ul 
{
	padding:0 0 0 5px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#sidebar h2 {
	margin:10px 0 5px 10px
}
#sidebar ul { list-style-type: square; list-style-position:inside}
#sidebar ul li{
	margin:0 0 4px 0;
	font-size: 16px;
}
.highlight {
	color:#666;
	font: bold 14px Georgia, "Times New Roman", Times, serif
}
/* lower-body area ----------------*/

#lower-body { margin-bottom:10px; }
.inner #lower-body {
	/* background:#e7e7e7; */
	margin-top:-11px;
	margin-bottom:0px;
}

.inner #box-area { padding-top:10px; }

#news-area p, #box-area p {
	font:11px/1.5em Arial, Helvetica, sans-serif
}
#box-area p {
	padding-right:7px;
	margin-bottom: 5px;
}
#news-area img, #box-area img{ border:6px solid #959595; float:left; margin:0 10px 5px 0 }
#news-area .readmore, #box-area .readmore { margin:3px 0 0 0; float:left}
.inner #intro 
{
	background:#fff; 
	padding:10px 0;
	min-height:300px;
  	height:auto !important;
  	height:300px;


}
#intro p {
	font: 12px/1.5em Arial, Helvetica, sans-serif;
	margin-bottom: .8em;
}
.inner #intro p {
	padding-right:10px;
	margin-bottom:0.8em;
}
#intro img.left {
	float:left;
	margin:5px 15px 15px 0;
	/*padding:3px;
	 border:1px solid #d5d5d5; */
}
#intro img.right {
	float:right;
	margin:5px 0px 15px 15px;
	/*padding:3px;
	 border:1px solid #d5d5d5; */
}

.inner #intro ul { font:13px Arial, Helvetica, sans-serif}

/* footer styles -------*/

#footer-wrap { height:40px; background:url(/static/images/footer-bg.jpg) repeat-x;}
#footer
{
	background:url(/static/images/footer-bg-middle.jpg) no-repeat;
	height: 40px;
}
#copy { font: 12px Arial, Helvetica, sans-serif; color:#fff; float:left; padding:10px 0 0 0; }
#social-media {margin-top:10px; float:right }
#social-media a {display:block; width:16px; height:16px; float:left; margin-right:10px;}

#social-media a span{ background:url(/static/images/social-media.png) no-repeat; display:block; width:16px; height:16px; text-indent:-9999px; margin-right:10px; float:left}
#social-media a span#linkedin{
	background-position:-16px center;
}
#terms, #terms a, #terms a:visited { font:11px Arial, Helvetica, sans-serif; color:#666; text-decoration:none}
#terms {margin-top:5px}
#terms a:hover { text-decoration:underline}

/* Inner page extra styles ---------------------------------------- */

/* Some common styles ---------- */
h2.inner-head { color:#666; margin-top:15px; margin-bottom:0}

/* Products page styles ---- */
.inner #intro ul.logo-list li{ list-style-type:none; margin-top:10px; margin-bottom:10px;}
.inner #intro ul.logo-list li img { border:1px solid #CCC }
#logo-owners{ color:#999; font:10px Arial, Helvetica, sans-serif; float:left}
.inner #intro ul#product-list li{
	list-style: url(/static/images/small-bullet.gif) inside;
	margin-bottom:5px;
}

/* Sefvices page styles -----*/
ul#service-list li h3{
	background: url(/static/images/small-bullet.gif) no-repeat left center;
	padding-left:20px;
	margin-top:15px;
	color:#666;
	margin-bottom:.1em;
}
/* Contact page styles ----------*/
#contacts-area { margin-top:20px;}
#intro small { font:11px Arial, Helvetica, sans-serif}
#contacts-area span.address-first { display:block; width:75px; height:15px; float:left}

