/* Main CSS for EDI Web Marketing */

*
{
	background: inherit;
	color: inherit;
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

body
{
	background-color: #617c99;
	color: inherit;
}

#enclosure
{
	display: block;
	background-color: #617c99;
	color: inherit;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	overflow: hidden;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height:auto;

}

#videos{

	display:block;
	height:209px;
	width:750px;


}

#videos #left, #videos #center, #videos #right{
	
	float:left;

}

#header
{
	background: transparent;
	background-image:url(../images/volonino_header.png);
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 5;
	width: 750px;
	height: 82px;
}

#header #left #logo
{
	background: none;
	position: absolute;
	top: 25px;
	left: 15px;
	width: 320px;
	height: 50px;
	text-decoration: none;

}

#header #right #slogan{

	float:right;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	position:relative;
	top:40px;
	right:50px;
	background: transparent;




}

#footer
{
	display: block;
	background-color: #000000;
	border-top: solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 1px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 25;
	width: 750px;
	height: 25px;

}

#footer .powered
{
	display: block;
	background: transparent;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 10px;
	width: 150px;
	height: 25px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

#footer .powered a
{
	color: #FFFFFF;
	height: 25px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}

#footer .copyright
{
	display: block;
	background: none;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 540px;
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer .copyright a
{
	color: #FFFFFF;
	height: 25px;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

#content_master #content #bottom_block #info_form{

position:relative;
right:20px;





}

#content_master #content #bottom_block .form_single_line
{
	position: relative;
	display: block;
	width: 100%;
	height: 25px;
	text-align: left;
}

#content_master #content #bottom_block form .form_label
{
	position: relative;
	display: block;
	width: 105px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#content_master #content #bottom_block form .form_multiple_line .form_label
{
	line-height: 15px;
}

#content_master #content #bottom_block form .form_multiple_line .form_label_req
{
	line-height: 15px;
}

#content_master #content #bottom_block form .form_label_req
{
	position: relative;
	display: block;
	width: 105px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content_master #content #bottom_block .form_single_line .form_text
{
	display: block;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 140px;
	width: 100px;
	border: 1px solid #2f3e5e;
	background-color: #edeff2;
	padding: 2px;
}

#content_master #content #bottom_block .form_single_line .form_select
{
	display: block;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 70px;
	width: 336px;
	border: 1px solid #2f3e5e;
	background-color: #edeff2;
	padding: 2px;
	padding-left: 5px;
}

#content_master #content #bottom_block .form_multiple_line
{
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
}

#content_master #content #bottom_block .form_multiple_line .form_textarea
{
	display: block;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 70px;
	width: 330px;
	border: 1px solid #2f3e5e;
	background-color: #edeff2;
	padding: 2px;
}

#content_master #content #bottom_block .form_button
{
	position: absolute;
	top: 1px;
	background-image:url(../images/send_info_button.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	width:94px;
	height:20px;
	left: 280px;
	top:-25px;
	height:21px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;

}