/*

File: style.css

For: Landed!
Author: Luke Smith - HisHandiwork.biz
Created: 02/21/11
Theme: Blue

*/



/* Import Stylesheets */

@import 'reset.css';

/* Import Stylesheets */



/********************************************
* MAIN                                      *
********************************************/

body {
	font-family: 'Helvetica';
	color: #000;
	background: #eee;
}

p {
	line-height: 1.5em;
	padding: 5px 0;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

h1, h2, h3 {
	font-family: 'Georgia';
	margin: 10px 0;
}

h4, h5, h6 {
	padding: 5px 0;
}

h1 {
	font-size: 50px;
	line-height: 1.1em;
	padding: 10px 0;
}

h2 {
	font-size: 20px;
	color: #000;
	line-height: .8em;
	padding: 10px 0;
}

h3 {
	padding: 3px 0;
}

h4 {
	font-size: 14px;
	font-style: italic;
}

h5 {
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
}

h6 {
	font-size: 10px;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 1.4em;
	padding: 3px 0;
}

.pageheading
{
	color: #000;
}

a, p, textarea, input[type=text] {
	font-size: 12px;
	font-weight: normal;
}

div#parent {
	width: auto;
	height: auto;
	/*background: url(../images/bg.png) top center repeat-x;*/
}

/********************************************
* MAIN                                      *
********************************************/



/********************************************
* BUTTONS                                   *
********************************************/

.btn {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 15px;
	float: left;
	border: none;
	outline: none;
}

.btn:active {
	margin-top: 16px;
}

.btn-action {
	width: 136px;
	height: 45px;
	color: #0a3d68;
	font-size: 20px;
	line-height: 40px;
	background: url(../images/color/blue/btn-1.png) top left no-repeat;
}

.btn-action:hover {
	background: url(../images/color/blue/btn-1.png) bottom left no-repeat;
}

.btn-gray {
	width: 136px;
	height: 45px;
	color: #555555;
	font-size: 20px;
	line-height: 40px;
	background: url(../images/btn-2.png) top left no-repeat;
}

a.btn-gray:hover {
	background: url(../images/btn-2.png) bottom left no-repeat;
}

a.btn-2 {
	width: 82px;
	height: 28px;
	color: #0a3d68 !important;
	font-size: 12px;
	line-height: 25px;
	padding-left: 1px;
	display: block;
	position: relative;
	background: url(../images/color/blue/btn-small.png) top left no-repeat;
}

a.btn-2:hover {
	background: url(../images/color/blue/btn-small.png) bottom left no-repeat;
}

/********************************************
* BUTTONS                                   *
********************************************/



/********************************************
* TOP                                       *
********************************************/

div#top {
	width: auto;
	height: 75px;
	background: transparent url(../images/bg-top.png) top left repeat-x;
}

div#top-inner {
	width: 980px;
	margin: 0 auto;
}

div#top .logo {
	font-size: 30px;
	display: block;
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
}

div#top .number {
	display: block;
	float: right;
	padding-top: 8px;
}

div#top .number span {
	padding-right: 5px;
}


/********************************************
* TOP                                       *
********************************************/



/********************************************
* HEADER                                    *
********************************************/

div#header {
	width: auto;
/*	height: 370px; */
	height:330px;
	background: url(../images/color/blue/bg-header.png) repeat-x;
}

div#header-inner {
	width: 980px;
	height: 370px;
	margin: 0 auto;
	background: url(../images/color/blue/bg-header-inner.jpg) top center no-repeat;
}

.slider-wrap {
	width: 411px;
	height: 259px;
	position: absolute;
	margin: 26px 0 0 0px;
	padding: 11px 0 0 11px;
	background: url(../images/vidbg.png) top left no-repeat;
}

div#rotator {
	width: 510px;
	height: 200px;
	float: right;
	margin: 30px 0px 0 0;
}

div#rotator h1 {
	padding-bottom: 0;
}

div#rotator p.sub {
	font-size: 14px;
	font-weight: bold;
	color: #B1DBF9;
	padding-bottom: 15px;
}

div#rotator a.btn {
	margin-right: 20px;
}

div#info {
	display: none;
}

div#infobox {
	width: 500px;
	height: 100px;
}

/********************************************
* HEADER                                    *
********************************************/



/********************************************
* CONTENT                                   *
********************************************/

div#content {
	width: auto;
	height: auto;
	clear: both;
	padding: 15px 0 0 0;
	overflow: hidden;
	background: #eee url(../images/bg-gradient.jpg) top left repeat-x;
}
div#maincontent {
	width: auto;
	height: auto;
	clear: both;
	padding: 10px 0;
	overflow: hidden;
    padding-left:10px;
	padding-right:10px;
	background-color:#FFF;
	/*background: #eee url(../images/bg-gradient.jpg) top left repeat-x;*/
}

div#content-inner {
	width: 980px;
	height: auto;
	margin: 0 auto;
	font-size:13px;
}

div#content-inner a {
	color: #d68e1d;
	text-decoration: none;
}

div#content-inner a:hover {
	color: #f8b752;
	text-decoration: underline;
}

div.row {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	padding-bottom: 22px;
}

.hidden {
	display: none;
}

div#fancybox-content, .textbox {
	padding: 0;
	background: #fff
}

.textbox {
	width: 500px !important;
	margin: 0 10px;
}

.textbox h2 {
	color: #000;
	padding: 0;
}

.textbox h4 {
	font-size: 12px;
	color: #777;
	margin: -5px 0 5px 0;
	padding: 0;
}

.textbox p {
	color: #444;
	padding: 10px 0;
}

.textbox img {
	margin: 5px 15px;
}

/*** Begin Row 1 - DESCRIPTIONS ***/

ul#descriptions {
	width: 980px;
	min-height: 185px;
	margin-bottom: 20px;
}

ul#descriptions li {
	width: 320px;
	height: auto;
	float: left;
	margin-left: 10px;
}

ul#descriptions li:first-child {
	margin-left: 0 !important;
}

ul#descriptions li img, ul#descriptions li div {
	float: left;
}

ul#descriptions li div {
	margin-left: 15px;
}

ul#descriptions li div p {
	color: #999;
	padding: 0;
}

ul#descriptions li > p {
	color: #555;
	padding: 10px 0 0 0;
}

ul#descriptions li h2 {
	margin: 7px 0 0 0;
	padding-bottom: 2px;
}

/*** Begin Row 2 - IMAGE SET ***/

ul#image-set li {
	width: 174px;
	height: 144px;
	margin-left: 20px;
	padding: 6px 0 0 6px;
	float: left;
	position: relative;
	display: block;
	background: url(../images/image-block.png) top left no-repeat;
}

ul#image-set li:first-child {
	margin-left: 0 !important;
}

ul#image-set li a {
	width: 165px;
	height: 130px;
}

ul#image-set li span {
	width: 70px;
	height: 40px;
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	margin-right: 3px;
	z-index: 100;
}

span.vimeo {
	background: url(../images/ribbon-vimeo.png) top left no-repeat;
	
}

span.youtube {
	background: url(../images/ribbon-youtube.png) top left no-repeat;
	
}

span.flash {
	background: url(../images/ribbon-flash.png) top left no-repeat;
	
}

a.f-image {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff url(../images/image-zoom.png) center center no-repeat;
}

a.f-video {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff url(../images/video-zoom.png) center center no-repeat;
}

a.f-flash {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	background: #fff url(../images/flash-zoom.png) center center no-repeat;
}

/*** Begin Row 3 - FEEDBACK/SUBSCRIBE ***/

div#bottom {
	width: 100%;
/*	height: 265px; */
	height:165px;
	padding-bottom: 0;
	background: url(../images/bg-row3.png) top left repeat-x;
}

div#bottom-inner {
	width: 980px;
	height: 190px;
	margin: 5px auto 0 auto;
	padding-top: 33px;
}

/* FEEDBACK */

ul#feedback {
	height: 135px;
	margin-bottom: 10px;
}

ul#feedback li {
	width: 300px;
	height: 100px;
	float: left;
	margin-left: 35px;
}

ul#feedback li:first-child {
	margin-left: 0;
}

ul#feedback li p, ul#feedback li h4 {
	text-align: center;
}

ul#feedback li p {
	color: #999999;
	font-style: italic;
}

ul#feedback li h4 {
	color: #000;
	font-style: none !important;
}

ul#feedback li h4 span {
	font-weight: normal;
}

/* SUBSCRIBE */

div#subscribe h2 {
	color: #1f7fd7;
	margin-top: 12px;
	float: left;
}

div#subscribe form {
	float: right;
	margin-top: 18px;
	display: block;
}

div#subscribe form input {
	float: left;
}


div#subscribe form input[type=text] {
	width: 254px;
	height: 25px;
	line-height: 32px;
	vertical-align: middle;
	margin-right: 10px;
	padding: 9px 10px 0 10px;
	border: none;
	background: url(../images/subscribe-box.png) top left no-repeat;
}

div#subscribe form button[type=submit] {
	width: 118px;
	height: 34px;
	font-size: 16px;
	margin-top: 0px;
	padding-bottom: 10px;
	color: #0a3d68 !important;
	line-height: 22px;
	vertical-align: middle;
	background: url(../images/color/blue/btn-sub.png) top left no-repeat;
}

div#subscribe form button[type=submit]:hover {
	background: url(../images/color/blue/btn-sub.png) bottom left no-repeat;
}

.btn-small:active {
	margin-top: 1px !important;
}


/********************************************
* CONTENT                                   *
********************************************/



/********************************************
* FOOTER                                    *
********************************************/

div#footer {
	width: 980px;
	height: 50px;
	clear: both;
	margin: 0 auto;
	padding: 14px 0 0 0;
	overflow: hidden;
	color: #797979;
}

div#footer p, div#footer a, div#footer li {
	font-size: 11px;
	line-height: 1em;
	padding: 0;
}

/* COPYRIGHT */

div#copyright {
	float: left;
}

div#copyright p {
	color: #b0b0b0;
	float: left;
}

div#copyright ul {
	width: 530px;
	height: 20px;
	float: left;
	margin-left: 5px;
}

div#copyright ul li {
	height: 10px;
	line-height: 10px;
	float: left;
	padding: 0 6px;
	border-left: 1px solid #797979;
}

div#copyright ul li a {
	color: #777;
}

div#copyright ul li a:hover {
	text-decoration: underline;
}

/* SOCIAL */

ul#social {
	width: 100px;
	float: right;
	margin:24px 0 0 0;
}

ul#social li {
	float: right;
	margin-left: 9px;
}

ul#social li a {
	width: 24px;
	height: 24px;
	display: block;
	padding:0;
}

/********************************************
* FOOTER                                    *
********************************************/

/* Designer's CSS Mar 16, 2011*/
.login-box{
	float:right;
	width:435px;
	margin:22px 0 0 0;
	height:45px;	
}
.login-fld{
	float:left;
	background:url(../images/login-fld.png) no-repeat right top;
	font-size:12px;
	/*	color:#666; */
	color:#8e8e8e;
	border:none;
	height:28px;
	line-height:26px;
	width:155px;
	padding:0 0 0 10px;
	margin:0 10px 0 0;
}




.login-box form {
	margin:0;
	padding:0;
}

.login-box button[type=submit], .readmore_btn {
	float:left;
	width: 85px;
	height: 30px;
	font-size: 16px;
	margin:0 0px 0 0px;
	padding-bottom: 10px;
	color: #0a3d68 !important;
	line-height: 22px;
	vertical-align: middle;
	background: url(../images/color/blue/btn-xsmall.png) top left no-repeat;
	border:none;
}

.login-box button[type=submit]:hover, .readmore_btn:hover {
	background: url(../images/color/blue/btn-xsmall.png) bottom left no-repeat;
}
.forgotpass{
	float:right;
	display:block;
	font-size:11px;
	margin:3px 0 0 0;
}
.forgotpass a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a5a5a5;
	text-decoration:none;	
}
.forgotpass a:hover{
	text-decoration:underline;	
}

.h1{
	color:#2c94df;
	font-size:25px;	
	padding:12px 0;
	margin:0;
}
.txtfld{
	padding:5px;
	border:1px solid #999;
	margin:0 0 5px 0;	
}

.reg-but {
	width: 118px;
	height: 34px;
	margin-top: 10px;
	padding-bottom: 7px;
	color: #0a3d68 !important;
	vertical-align: middle;
	background: url(../images/color/blue/btn-sub.png) top left no-repeat;
	border:none;
	font-size:12px;
	font-weight:bold;
}

.fldste{
	float:right;
	width:400px;
	border:1px dashed #666;
	padding:0px 15px 15px 15px;
	margin-bottom:10px;
}
.fldste legend{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#333;
	padding:0 10px;
	background-color:#FFF;
	border:none;	
	margin: 10px 0;
}
.regmsg{
	float:left;
	width:500px;
	padding:0px 10px 10px 0;
}

/* added by swati */
.forpass
{
	width: 500px;
}

#forgpass_err_div
{
	color:#F00;
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	padding-bottom:2px;
}
#forgpass_succ_div
{
	color:#000;
	font-size: 12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	padding-bottom:2px;
}
