/*-------------------------------------------

             Title :  Logic Depths v2
             Usage :  Index Layout
             Author:  Randy Cram
             Edited:  Sunday, July 7, 2009

---------------------------------------------*/


/*===================TOC=====================

                1. Servers
                2. Introduction
                3. All Packages
                4. Small Banners
                5. Client Login

=============================================*/



/* 1. Servers
---------------------------------------------*/
#server {
	background:url(../imgs/servers.png) no-repeat top left;
	width: 297px;
	height: 270px;
	float: left;
	margin: 0 0 50px 0;
}

#server h1 {
	text-indent: -5000em;
}


/* 2. Introduction
---------------------------------------------*/
#introduction {
	float: right;
	width: 458px;
	height: 270px;
}

#introduction h1 {
	font-size: 2.0em; 
	color: #076f71;
	font-weight: normal;
}

#introduction p {
	font-size: 1.2em;
	line-height: 18px;
	margin: 10px 0 0 0;
}

#introduction p a, a:visited {
	color: #072735;
	text-decoration: none;
	float: right;
}


/* 3. Fox Image
---------------------------------------------*/
#foximage {
	width: 163px;
	height: 173px;
	float: right;
	margin: -16px 20px 0 0;
	background:url(../imgs/fox.png) no-repeat top left;
}


/* 4. Small Banners
---------------------------------------------*/
#latestnews {
	width: 127px;
	height: 11px;
	background:url(../imgs/latest_news.png) no-repeat top left;
	margin: 15px 0 0 15px;
	float: left;
}

#latestnews h2 {
	text-indent: -5000em;
}

#clientsthink {
	width: 172px;
	height: 11px;
	background:url(../imgs/clientsthink.png) no-repeat top left;
	margin: 15px 0 0 15px;
	float: left;
}

#clientsthink h2 {
	text-indent: -5000em;
}

#prize {
	width: 186px;
	height: 11px;
	background:url(../imgs/prize.png) no-repeat top left;
	margin: 15px 0 0 15px;
	float: left;
}

#prize h2 {
	text-indent: -5000em;
}

/* 5. Client Login
---------------------------------------------*/
.login {
	color: #474747;
}

.input {
	display: block;
	width: 213px;
	border: 1px solid #cccccc;
	color: #747474;
	padding: 6px;
	margin: 0 0 10px 0;
	background: #ffffff url(../imgs/form_bg.png) repeat-x bottom left;
}

.button {
	background: #ffffff;
	color: #393939;
	border: 1px solid #dcdcdc;
	width: 64px;
	height: 30px;
	margin: 0 0 0 163px;
}

/*
So many of our dreams at first seem impossible, then they
seem improbable, and then, when we summon the will, they soon become inevitable.
- Christopher Reeve
*/