/*--------------------------------------------------------------------------------------
/
/	Company: ASD Labs (asdlabs.com)
/	Initial Coder: Eugene Vasilchenko
/	Client: sourcedecision.com
/	File: css/main.css
/	Description: This is the css file which contains all the layout code
/
/--------------------------------------------------------------------------------------*/

/*-------------General Section------------*/

a img
{
	border:none;
}

body
{
	background-image: url('../images/source_bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #78297f;
	color:#c2841e;
	margin: 0;
	text-align: center;
	font-family: Gerogia, "Georgia", Arial, "Arial", sans-serif;
}

/*-------------Containers Section--------*/

#mainContainer
{
	width: 982px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#headerContainer
{
	height: 133px;
	width: 982px;
	text-align: left;
}

#menuContainer
{
	height: 133px;
	width: 500px;
	float: right;
}

.menuItem a
{
	display: block;
	height: 28px;
	width: 83px;
	float: left;
	background-image: url('../images/menu_bg.png');
	margin-top: 105px;
	color: #73297f;
	text-align: center;
	padding-top: 8px;
	background-repeat: no-repeat;
	margin-right: 2px;
	text-decoration: none;
	font-size: 14px;
}

.menuItem a:hover
{
	color: #c69146;
	background-image: url('../images/menu_bg_over.png');
	height: 31px;
	margin-top: 102px;
}

#negativeMargin
{
	margin-top: -23px;
}

.activeNav a
{
	display: block;
	height: 31px;
	width: 83px;
	float: left;
	background-image: url('../images/menu_bg_over.png');
	margin-top: 102px;
	color: #c69146;
	text-align: center;
	padding-top: 8px;
	background-repeat: no-repeat;
	margin-right: 2px;
	text-decoration: none;
	font-size: 14px;
}

#logoContainer
{
	height: 133px;
	width: 482px;
	float: left;
}

#bodyContainer
{
	width: 982px;
	background-color: #fff;
	min-height: 570px;
	height: auto;
	background-image: url('../images/body_bg.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#bodyContainer a
{
	font-size: 16px;
	color: #752a80;
	text-decoration: none;
}

#bodyContainer a:hover
{
	text-decoration: underline;
}

* html #bodyContainer {
height: 570px;
}

#splashImage
{
	position: absolute;
	top: 133px;
	right: 0px;
	z-index: 5;
}

/*-----Corners------*/

#cornerTopLeft
{
	background-image: url('../images/c_top_left.png');
	position: absolute;
	top: 133px;
	left: 0px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}

#cornerTopRight
{
	background-image: url('../images/c_top_right.png');
	position: absolute;
	top: 133px;
	right: 0px;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
}

#cornerTopMiddle
{
	width: 946px;
	height: 18px;
	background-color: #fff;
	position: absolute;
	top: 133px;
	left: 18px;
}

#cornerBottomLeft
{
	background-image: url('../images/c_bottom_left.png');
	position: absolute;
	top: 0px;
	left: 0px;
	width: 18px;
	height: 40px;
	background-repeat: no-repeat;
}

#cornerBottomRight
{
	background-image: url('../images/c_bottom_right.png');
	position: absolute;
	top: 0px;
	right: 0px;
	width: 18px;
	height: 40px;
	background-repeat: no-repeat;
}

#cornerBottomMiddle
{
	background-image: url('../images/bottom_shadow_bg.png');
	position: absolute;
	top: 0px;
	left: 18px;
	width: 946px;
	height: 40px;
	background-repeat: repeat-x;
}

#footer
{
	position: absolute;
	bottom: 36px;
	right: 118px;
	width: 434px;
	color: #999999;
	font-size: 10px;
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
	border-color: #d5d5d5;
	padding-top: 5px;
	z-index: 7;
}

#footer a
{
	font-size: 10px;
	color: #999999;
}

#asdlogo
{
	width: 982px;
	height: 18px;
	position: relative;
	text-align:right;
}
/*------Text Section---------*/

#standOut
{
	color:#c69146;
	font-size: 18px;
}

.standOut
{
	color:#c69146;
	font-size: 18px;
}

#topContent
{
	position: absolute;
	top: 191px;
	left: 58px;
	z-index: 6;
	color: #999999;
	font-size: 29px;
	text-align: left;
	width: 340px;
}

#bottomLeftContent
{
	position: absolute;
	top: 431px;
	left: 58px;
	width: 349px;
	height: 251px;
	border-style: solid;
	border-width: 0px;
	border-color: #d5d5d5;
	color: #ab6aab;
	font-size: 18px;
}

#bottomLeftContent p
{
	width: 302px;
}

#bottomRightContent
{
	position: absolute;
	top: 431px;
	right: 0px;
	width: 549px;
	height: 251px;
	color: #cc99cc;
	font-size: 18px;
}

#bottomRightContent p
{
	width: 478px;
}

#leftQuote
{
	position: absolute;
	top: 225px;
	left: 58px;
	color: #ab6aab;
	font-size: 18px;
	z-index: 6;
	width: 304px;
}

#rightContent
{
	position: absolute;
	top: 170px;
	right: 0px;
	color: #666;
	font-size: 14px;
	z-index: 6;
	width: 550px;
	background-color: #fff;
}

#rightContent p
{
	width: 494px;
}

#leftNavigation
{
	position: absolute;
	top: 170px;
	left: 140px;
	color: #752a80;
	font-size: 14px;
	z-index: 7;
	text-align: right;
}

.leftNavActive
{
	color:#c69146;
	font-size: 14px;
}

#leftField
{
	width: 225px;
	float:left;
}

#rightField
{
	width: 305px;
	float:right;
}

#rowFields
{
	float: left;
	height: 80px;
	width: 550px;
}

#submitButton
{
	background-image: url('../images/submit.jpg');
	background-repeat: no-repeat;
	width: 115px;
	height: 35px;
	border: none;
}

#error
{
	color: #f00;
}
