/* -----------------------------------------------------------------
$Date: 2009-12-31 11:53:39 -0800 (Thu, 31 Dec 2009) $
$LastChangedBy: Jim Edlin $
$Revision: 112 $

Style sheet for home page

Copyright © 2008-2009 The2ofYou.com
----------------------------------------------------------------- */

* {
	/*margin:0;
	padding:0;*/
	font-size : 100%;
}

body{
	border : 0;			/* removes border around the viewport in old versions of IE */
	width : 100%;
	background:#CAE7E4 url('../../images/frontpage_bg.jpg') top repeat-x;
	font-family : "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size : 0.8125em;
	line-height : 1.125em;
	color:#606060;
	text-align : center;
}

img {border:0px;}
	
td {text-align:left;}

a {text-decoration:none; color:#3B7B9C; outline:none;}
a:hover {color:#f8ab06;}

h1 {font-size : 2.5em; line-height : 1.125em; margin-top:0;}
h2 {font-size : 1.75em; line-height : 1.125em;}
h3 {font-size : 1.375em;line-height : 1.375em;}
h4 {font-size : 0.875em;}

#wrapper {
	width : 941px;
	margin : 0 auto;
	text-align : left;
}

#container {
	position : relative;
	top : 0px;
	left : 0px;
	width : 941px;
}

#signup_box {
	position:absolute; 
	top:593px; 
	left:499px; 
	width:402px; 
	height:349px; 
	z-index:1100; 
	background-color:white;
	padding : 0 20px;
	font-family : Arial,Helvetica,sans-serif;
}

#signup_button {
	width:109px; 
	height:30px; 
	background:url('../../images/splash/signup_btn.jpg');
	border:0;
}

#signup_button:hover {
	background-position : 0 -30px;
	cursor : pointer;
}

#footer {
	position : absolute;
	top : 970px;
	left : 0px;
	width : 901px;
	padding : 0 20px;
	font-size : 85%;
	background-color : white;
}

#footer a {color : #639ebc; text-decoration:none;}

#footer a:hover {color : #f8ab06;}

#footer_menu {
    float : right;
}

#footer_menu ul {
    font-weight : bold;
    list-style : none;
}

#footer_menu li{
    display:inline;
    margin : 0 3px;
		color : #888;
}

#copyright {
	float : left;
}

#signin_form {
	position : absolute; 
	top : 20px; 
	left : 527px;
	width : 410px;
	z-index : 1300;
	font-size : 0.875em;
	line-height : 2.5em;
	text-align : right;
	font-family : Arial,Helvetica,sans-serif;
}

#signin_form .textinput {
	width : 120px;
}

#signin_button {
	width : 86px;
	height:24px; 
	background: url('../../images/splash/signin_btn.png') 0 0 no-repeat;
	border : 0;
	cursor : pointer;
}

#signin_button:hover {
	background-position : 0 -24px;
}

#signin_messagebox {
	color : red;
	line-height : 1.25em;
	margin-top : 5px;
}

.errmsg {
	padding : 10px;
	color : red;
	background-color : #ffffdd; 
	border : 1px solid #666666;
}