/*************************************
Table of Contents
-------------------------------------
[1] - Reset CSS
[2] - 12-Col Frame
[3] - HEADER
[4] - FONTS
[5] - HEADING TAGS
[6] - CONTENT
[7] - FOOTER
[8] - TABLES WITH DIV'S	
[9] - LIST STYLES
[10]- OTHER SHORT-CODES
[11]- FORM
[12]- GALLERY
[I] - jQuery Styles
    - a) SLIDEING BANNER
	- b) TABS PANNEL
[II]- NOTE*	
*************************************/

/* [1] - Reset CSS */


body 										{line-height:1}
ol, ul 										{list-style:none}
blockquote, q 								{quotes:none}
blockquote:before, blockquote:after, q:before, q:after 
											{content:''; content:none}
:focus 										{outline:0}
a											{
	text-decoration:none;
}

/*********************************************************************************/

body
{
	margin:0px;
	padding:0px;
	background:#f3f3f3;
}
*
{
	margin:0px;
	padding:0px;
}
#fulwidth
{
	width:100%;
	float:left;
	background:url(../images/top-clouds.png) no-repeat center 281px;
	
}
#mainwrap
{
	width:960px;
	float:left;
}
.centerallign
{
	width:960px;
	margin:0 auto;
}
#header
{
	width:960px;
	float:left;
	margin-top:0px;
	padding-bottom:10px;
	
}
a.logo
{
	width:297px;
	height:116px;
	float:left;

	background:url(../images/logo.png) no-repeat;
}

a.logo1
{

	width:233px;
	height:37px;

	background:url(./2.png) no-repeat;
border:none;
}


#login
{
	width:395px;
	float:right;
	margin-top:80px;


#login p
{
	width:auto;
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;

	text-shadow:#fff 1px 1px 1px;
	margin-right:10px;
}
#login p.login
{
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	margin-top:22px;
	margin-right:10px;
}
#login input
{
	width:135px;
	height:25px;
	float:left;
	background:url(../images/input-bg.png) no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;

	padding-left:5px;
	margin-right:10px;
	border:none;
	line-height:24px;
	margin-top:20px;
}
#login input.password
{
	width:137px;
		float:left;
	background:url(../images/input-bg2.png) no-repeat;
	margin-right:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;

	padding-left:5px;
	margin-right:0px;
	border:none;
	line-height:24px;

}
#login input.submit
{
	width:37px;
	height:25px;
	float:left;
	background:url(../images/go.png) no-repeat;
	cursor:pointer;
	
}
#menu
{
	width:970px;
	height:45px;
	float:left;
	background:url(../images/menu-bg.png) no-repeat;
	margin-top:25px;

}
ul.menu
{
	width:910px;
	float:left;
	margin:0px 0 0 10px
}
ul.menu li
{
	width:auto;
	float:left;
	list-style:none;
}
ul.menu li.sep
{
	width:2px;
	float:left;
	background:url(../images/sepline.png) no-repeat;
	height:44px;
	padding:0 0px 0 0;
	
}
ul.menu li a, ul.menu li a.act
{
	width: auto;
	height:45px;
	float:left;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	margin-right:0px;
	font-weight:bold;
	line-height:43px;
	padding:0 30px;
}
ul.menu li a:hover, ul.menu li a.act
{
	background:url(../images/menu-hover.png) repeat-x;
}
#banner
{
	width:960px;
	height:300px;
	float:left;
	background:url(../images/banner-bg.png) no-repeat;
	margin-top:30px;
	padding:25px 0px 0 0;
}
#banner-lft
{
	width:580px;
	float:left;
}
#banner-lft h2
{
	width:100%;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	color:#fff;
	margin-left:35px;
	line-height:28px;
}
#banner-lft h2 span
{
	font-size:20px;
	font-weight:normal
}
#service
{
	width:500px;
	float:left;
	background:url(../images/white-bg.png) no-repeat;
	margin-top:25px;
	padding:10px 40px;

}
ul.list
{
	width:240px;
	float:left;
	margin-right:15px;

}
ul.list.mrht
{
	margin-right:0px;

}
ul.list li
{
	width:100%;
	float:left;
	list-style:none;
	background:url(../images/tick.png) no-repeat left;
	text-indent:20px;
}
ul.list li a
{
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	line-height:30px;
	background:none
}
#banner-lft a.btn , #banner-lft a.btn.hgt
{
	width:260px;
	height:40px;
	float:left;
	background:url(../images/btn-gb.png) no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	text-align:center;
	line-height:38px;
	font-weight:bold;
	text-shadow:#fff 1px 1px 1px;
	margin-left:35px;
	margin-top:15px;
}


#banner-lft a.btn.lessma
{
	margin-left:5px;
}
#banner-lft a.btn:hover , #banner-lft a.btn.hgt
{
	background:url(../images/btn-hover.png) no-repeat;
	color:#fff;
	text-shadow:none
}
#banner-rht
{
	width:220px;
	height:257px;
	float:left;
	margin-left:70px;
}
#banner-rht img
{
	width:auto;
	float:left;
}
.miniwrap
{
	width:442px;
	height:223px;
	float:left;
	background:url(../images/package-bg.png) no-repeat;
	padding:20px 0px 0 20px;
	margin-right:15px;
}


.miniwrap.nomarht
{
	margin-right:0px;
}
.miniwrap-lft
{
	width:210px;
	float:left;
}
.miniwrap-lft h3
{
	width:100%;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#2a85b0;
}
.miniwrap-lft h3 span
{
	color:#525252;
}
ul.list2
{
	width:190px;
	float:left;
	margin-right:15px;
	margin-top:20px;
}
ul.list2 li
{
	width:100%;
	float:left;
	list-style:none;
	background: url(../images/blue-tick.png) no-repeat left 13px;
	text-indent:20px;
}
ul.list2 li a
{
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#7a7979;
	background:none;
	margin-top:13px;
}
.miniwrap-rht
{
	width:200px;
	float:left;
	position:relative
}
.miniwrap-rht p
{
	width:100%;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:90px;
	font-weight:bold;
	color:#3691ba;
	margin-left:20px;
	text-shadow:#616161 1px 1px 1px;
	margin-top:10px;
	
}
.miniwrap-rht p.lesswdth
{
	font-size:90px;
}
.miniwrap-rht p span
{
	font-size:49px;
	
}
.miniwrap-rht p span.moewsize
{
	font-size:61px;
	position:absolute;
	left:110px;
	top:-17px
}
.miniwrap-rht p span.moewsize2
{
	font-size:61px;
	position:absolute;
	left:125px;
	top:-17px
}
.miniwrap-rht p span.doll
{
	position:absolute;
}
.miniwrap-rht p span.doll3
{
	position:absolute;
	left:0px;
}
.miniwrap-rht p span.doll2
{
	position:absolute;
	left:130px;
	top:-10px;
}
.miniwrap-rht p span.doll5
{
	position:absolute;
	left:145px;
	top:-10px;
}
.miniwrap-rht a
{
	width:211px;
	height:40px;
	float:left;
	background:url(../images/view-bg.png) no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#646464;
	text-align:center;
	line-height:38px;
	text-shadow:#fff 1px 1px 1px;
	margin-top:25px;
	font-weight:bold;
}
.shadow
{
	width:100%;
	float:left;
	background:url(../images/shadow.png) repeat-x center bottom;
}
#midcontent
{
	width:100%;
	float:left;
	background:url(../images/center-bg.png) repeat-x;
	padding-top:30px;
	padding-bottom:30px;
}
#midcontent img
{
	width:auto;
	float:left;
	margin-right:30px;
}
#midcontent p
{
	width:850px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#666666;
	line-height:28px;
	text-shadow:#fff 1px 1px 1px;
}
#midcontent a
{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3477ad;
	text-shadow:#fff 1px 1px 1px;
	text-transform:uppercase;
	margin-top:10px;
	margin-left:80px;
}
#btmcontent
{
	width:100%;
	float:left;
	background:#f4f4f4;
}
#btmcontent h3
{
	width:100%;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#2a85b0;
	margin-top:30px;
}
#btmcontent h3 span
{
	color:#3d3d3d;
	font-size:14px;
	
}
#lft
{
	width:630px;
	float:left;
}
ul.list3
{
	width:640px;
	float: left;
	margin-top:20px;
	
}
ul.list3.nomar
{
	margin-right:0px;
}
ul.list3 li
{
	width:300px;
	height:92px;
	float:left;
	list-style:none;
	margin-top:20px;
	
	margin-right:20px;
}
ul.list3 li.nomar2
{
	margin-right:0px;
}

ul.list3 li img
{
	width:auto;
	float:left;
}
ul.list3 li span
{
	width:215px;
	float: left;
	margin-left:17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#4d4d4d;
	background:url(../images/border.png) no-repeat bottom;
	padding-bottom:10px;
}
ul.list3 li span.reg2
{
	font-weight: normal;
	font-size:14px;
	margin-top:10px;
	line-height:16px;
	background:none
}
.miniwrap2
{
	width:300px;
	float:left;
	margin-right:0px;
	
	
	
}
.smallwrap
{
	width:320px;
	float:left;
	margin-right:0px;
	
}
.smallwrap.wdth
{
	width:300px;
}
.smallwrap a.view
{
	width:100%;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3477ad;
	text-transform:uppercase;
	margin-top:0px;
}
	
#testi
{
	width:275px;
	height:200px;
	float:left;
	padding:25px 0px 0 25px;
	margin-top:40px;
	background:url(../images/testi-bg.png) no-repeat;
	
}
#testi p
{
	width:248px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#3d3d3d;
	line-height:20px;
	margin:5px 0 0 10px;
	font-style:italic
	
}
#testi p span
{
	margin-top:10px;
	text-transform:uppercase;
	font-style:normal;
	float:right
}
#footer
{
	width:100%;
	float:left;
	background:#e8e8e8 url(../images/line.png) repeat-x;
}
#sponsers
{
	width:940px;
	float:left;
	margin-left:20px;
}
#sponsers img
{
	width:auto;
	float:left;
	margin-right:70px;
	margin-top:40px;
}
#sponsers img.rht2
{
	margin-right:0px;
}
#linkscontent
{
	width:940px;
	float:left;
	background:url(../images/btm-bg.png) no-repeat center top;
	padding-bottom:40px;
	margin-top:30px;
}
#linkscontent h4
{
	width:100%;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#4d4d4d;
	margin-top:40px;
	
}
ul.list4
{
	width:210px;
	float:left;
	margin-right:15px;
	margin-top:15px;
}
ul.list4.mrht
{
	margin-right:0px;
}
ul.list4 li
{
	width:100%;
	float:left;
	list-style:none;
	background: url(../images/border.png) no-repeat center bottom;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a7a7a;
	line-height:30px;
	background:none;
	margin-top:0px;

}
#tweetswidget ul li {
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a7a7a;
	background:none;
	margin-top:0px;


}
#tweetswidget .twitterTime {
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a7a7a;
	background:none;
	margin-top:0px;

}
.twitterTime {
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a7a7a;
	background:none;
	margin-top:0px;

}
ul.list4 li.nobg
{
	background:none;
}
ul.list4 li a
{
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a7a7a;
	line-height:30px;
	background:none;
	margin-top:0px;
}
ul.list4 li a:hover
{
	color:#3578AF
}
.cards
{
	width:300px;
	float:left;
	margin-top:20px;
}
.cards a img
{
	width:auto;
	float:left;
	margin-right:8px;
	border:none
}
ul.nav
{
	width:540px;
	float: left;
	margin:20px 0 0 220px;
}
ul.nav li
{
	width:auto;
	float:left;
	list-style:none;
}
ul.nav li.sep
{
	width:auto;
	float:left;
	padding:0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a5a5a;
}
	


ul.nav li a
{
	width:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a5a5a;
	text-transform:uppercase;

}





#footer p.copyrht
{
	width:400px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5a5a5a;
	margin:10px 0 0 290px;
	padding-bottom:30px;
}
	.light { color: #999; font-size: 10px; line-height: 13px; }

#sub_holder { background: #fff; padding: 10px; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 13px; line-height: 19px; margin: auto; width: 930px; }
	#sub_holder p { margin: 0 0 15px 0; }
	#sub_holder a { text-decoration: underline; }
	#sub_holder a:hover { text-decoration: none; }
	#sub_holder h1 { margin: 5px 0 15px 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
.clearfix { display: block; }
* html .clearfix { height: 1px; }

ul.foundations-list { list-style-type: square; margin: 0 0 10px 50px; }

.about-boxes { border-bottom: thin dotted #CCC; width: 99%; padding: 10px 0 0 0; margin: 0 0 5px 0; }
	.about-boxes h2 { margin: 0 0 10px 0; color: #2A85B0; }
	.about-boxes img { margin: 0 10px 0 0; }
	.about-boxes blockquote { font-style: italic; }
		.about-boxes blockquote p { margin: 0 0 5px 0; }
.top-border { border-top: thin dotted #CCC; }

.strong { font-weight: bold; }

.next { background:url(../images/menu-bg.png) repeat-x; height: 23px; color: #fff; padding: 11px; margin: 20px 0; }
	.next a { color: #fff; font-weight: bold; }

