/*
********************************************************************
* Description.......: css file for Todd Logan website.
* Created by........: Ivan Zoraja (Otherwise Inc)
* Created date......: 19JUL07
* Modified by.......:
* Modified date.....:
********************************************************************
*/

/* general information - start */
html, body{
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	width: 100%;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	color: #D4D1AB;
}
div, form, img, p, fieldset, label{
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-weight: normal;
}
h1
{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #FF862B;
}
h2
{
	font-size: 11px;
	line-height: 14px;
	font-weight: bold !important;
}
h3
{
	font-size: 11px;
	line-height: 14px;
	font-weight: bold !important;
	color: #445366;
}
h4
{
	font-size: 14px;
	line-height: 15px;
	color: #445366;
	font-weight: bold !important;
}
h5
{
	font-size: 11px;
	line-height: 14px;
	color: #445366;
	font-weight: bold !important;
}
h6
{
	font-size: 11px;
	line-height: 14px;
	color: #FF862B;
	font-weight: bold !important;
}
input, select, textarea{
	border: solid 1px #666666;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 17px;
	height: 17px;
	width: 180px;
}
/* general information - end */

/* links - start */
a{
	text-decoration: none;
	color: #687683;
}
a:hover{
	text-decoration: none;
	color: #FF862B;
}
div#footer a{
	text-decoration: none;
	color: #D4D1AB;
}
div#footer a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
/* links - end */
/* main divs - start */
div#footer
{
	padding-top: 30px;
}

div#splash{
	width: 836px; 
	height: 627px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bg_splash.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: visible;
	padding-right: 76px;
}
div#splash p
{
	font-family: Arial;
	font-size: 14px;
	color: #F3F3E7;
	padding-top: 240px;
	padding-left: 280px;
	padding-right: 80px;
	line-height: 16px;
}
div#splash p span.title
{
	font-size: 16px;
}
div#splash p#privacy
{
	font-family: Arial;
	font-size: 12px;
	color: #F3F3E7;
	padding-top: 50px;
	padding-left: 280px;
	padding-right: 80px;
	line-height: 14px;
}
div#splash p#privacy a
{
	font-size: 12px;
}

div#splash a
{
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px;
	color: #F3F3E7;
}

div#splash form 
{
	font-family: Arial;
	font-size: 14px;
	color: #F3F3E7;	
	width: 250px;
	padding-top: 40px;
	padding-left: 280px;
	position: relative;
}
div#splash form label
{
	float: left;
	padding-bottom: 5px;
}
div#splash form label b
{
	padding-top: 3px;
	width: 55px;
	float: left;	
}
div#splash form input
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
div#splash form input#btn_submit
{
	background-color: #F3F3E7;
	margin-left: 177px;
	width: 60px;
	height: 20px;
	text-align: center;
	vertical-align: middle;	
}


div#splashalt{
	
	margin: 0 auto;
	text-align: left;
	
	background-position: top left;
	background-repeat: no-repeat;
	overflow: visible;
	padding-right: 76px;
}
div#splashalt p
{
	font-family: Arial;
	font-size: 14px;
	color: #F3F3E7;
	padding-top: 30px;
	padding-left: 60px;
	
	line-height: 16px;
}
div#splashalt p span.title
{
	font-size: 16px;
}
div#splashalt p#privacy
{
	font-family: Arial;
	font-size: 12px;
	color: #F3F3E7;
	padding-top: 50px;
	padding-left: 60px;
	padding-right: 80px;
	line-height: 14px;
}
div#splashalt p#privacy a
{
	font-size: 12px;
}

div#splashalt a
{
	text-decoration: underline;
	font-family: Arial;
	font-size: 14px;
	color: #F3F3E7;
}

div#splashalt form 
{
	font-family: Arial;
	font-size: 14px;
	color: #F3F3E7;	
	width: 250px;
	padding-top: 40px;
	padding-left: 60px;
	position: relative;
}
div#splashalt form label
{
	float: left;
	padding-bottom: 5px;
}
div#splashalt form label b
{
	padding-top: 3px;
	width: 55px;
	float: left;	
}
div#splashalt form input
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
div#splashalt form input#btn_submit
{
	background-color: #F3F3E7;
	margin-left: 177px;
	width: 60px;
	height: 20px;
	text-align: center;
	vertical-align: middle;	
}
div#splashalt form input#btn_submit2
{
	background-color: #F3F3E7;
	margin-left: 177px;
	width: 60px;
	height: 20px;
	text-align: center;
	vertical-align: middle;	
}


/* main divs - end */

/* footer section - start */
div#footerSection{
	width: 100%;
	height: 35px;
	border-top: solid 1px #FF862B;
	margin-top: 7px;
	padding-top: 12px;
	color: #CCCCCC;
}
div#footerSection_navigation{
	text-align: right;
	width: 50%;
	float: right;
	padding-right: 15px;
}
#footerSection_navigation ul{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
} 
#footerSection_navigation ul li {
	margin-left: 0;
	padding-left: 6px;
	border: none;
	list-style: none;
	display: inline;
}
div#footerSection_copy{
	width: 300px;
	float: left;
	padding-left: 22px;
}
.footerNav li a{
	color: #CCCCCC;
	text-transform: uppercase;
}
.footerNav li a:hover{
	color: #FF862B;
}
.footerNavOn a{
	color: #FF862B !important;
	text-transform: uppercase;
}
.footerNavOn a:hover{
	color: #FF862B !important;
}
/* footer section - end */

/* links - start */
a{
	text-decoration: none;
	color: #687683;
}
a:hover{
	text-decoration: none;
	color: #FF862B;
}
/* links - end */


/* copy - start */
div#middleSection p
{
	padding-bottom: 14px;
}
/* copy - end */

/* clear fix*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
/* End hide from IE-mac */
