/* -------------------------------------------------------------- 
   
   master.css

-------------------------------------------------------------- */
body{
	background:url(../images/bg1.jpg) repeat-x #101010;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.3;
	color:#fcfcfc;
	font-size:12px;
}


h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #fcfcfc; }

h1 { font-size: 2.5em; line-height: 1; margin-bottom: 0.5em; letter-spacing:-1px;}
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #FCFCFC; }
a           { color: #7FC31C; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     {
	margin: 0 0 1.5em;
	font-style: normal;
}
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.green      {color:#7FC31C;}



#wrapper{
	width:950px;
	margin:0 auto;
}

#nav{
	width:100%;
	height:36px;
	background:url(../images/navBg.png) repeat-x;
}

	#nav ul#navigation{
		margin:0 0 0 20px;
		
	}
	
	#nav ul#navigation li{
		display:inline;
		list-style:none;
	}
	
	#nav ul#navigation li a.noLast{
	display:block;
	width:150px;
	height:23px;
	float:left;
	text-align:center;
	border-right:1px solid #727272;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	margin-top:5px;

	}

	#nav ul#navigation li a#last{
		display:block;
		width:150px;
		height:23px;
		float:left;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#EEEEEE;
		text-decoration:none;
		margin-top:5px;
	}

	#nav ul#navigation li a:hover,#nav ul#navigation li a#last:hover{
		color:#7FC31C;
	}
	
	#nav ul#navigation li a#highlight{
		color:#7FC31C;
	}
	
	#nav ul#navigation li a#lastContact{
		display:block;
		width:150px;
		height:23px;
		float:left;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#7FC31C;
		text-decoration:none;
		margin-top:5px;
	}

#banner{
	width:100%;
	height:254px;
	background:url(../images/banner.jpg) no-repeat;
}

.cleaner{
	height:1px;
	clear:both;
}

#container{
	width:100%;
	padding-top:25px;
}
	#container .cLeft{
		width:580px;
		float:left;
		background-color:#101010;
	}
	
	#container .cLeftWiderSingle{
	width:260px;
	float:left;
	padding:20px;
	}
	
	#container .cLeftTimeLoc{
		width:540px;
		float:left;
		background-color:#101010;
		padding:0 0 0 40px;
	}
	#container .cLeftPad{
		width:460px;
		float:left;
		padding:0 0 0 40px;
	}
	
	#container .cLeftCap{
		width:480px;
		float:left;
	}
	
	#container .cLeftWider{
	width:500px;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	}
	
	#container .companyProfile{
	width:700px;
	float:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
	}
	
		#container .cLeftWider .leftcol{
			width:100px;
			float:left;
		}
		
		#container .cLeftWider .rightcol{
	width:500px;
	float:left;
		}
	
	#container .cRightHome{
		width:310px;
		float:left;
		padding:0 40px 0 0;
	}
	
	#container .cRight{
		width:400px;
		float:left;
		padding:0 40px 0 0;
	}


#footer{
	width:100%;
	height:89px;
	background:url(../images/footerBg.jpg) repeat-x;

}

	#footer #partner{
		margin: 10px 0px 10px 10px;
	}
	
	#footer p#footerText{
		color:#666666;
		display:block;
		width:450px;
		height:15px;
		position:relative;
		left:522px;
		top:-50px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
	#footer a{
		color:#666666;
		text-decoration:none;
		}
	
	#footer a:hover{
		color:#FFFFFF;
	}
	
	#footer #download{
	position:relative;
	top:-60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	left:537px;
	color:#666666;
	display:block;
	width:400px;
	height:15px;
	}
	
	#footer #copyrights{
		position:relative;
		top:-70px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		left:802px;
		color:#333333;
		display:block;
		width:157px;
		height:15px;
	}
		
		
/* item box */
.itemBox{
	width:390px;
	float:left;
	margin:10px 40px 10px 40px;
}	
		
		
/*approch box*/
.approchBox{
	width:402px;
	float:left;
	margin:20px 55px 20px 55px;
}		
		
/* thumber box*/
#thumber{
	width:100%;
	height:100px;
	padding-left: 30px;
}		

	#thumber a{
		margin-right:10px;
	}
		



ul.bullet li{
	background:url(../images/bullet.png) no-repeat 0 3px;
	list-style:none;
	padding:0 0 0 20px;
}
	
