/* CSS Document */


/* General Stuff */



body {
	text-align: justify;
	margin: 0;
	padding: 0;
	color: #6F6F6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #BBBBBB;
}

p {

}

h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0;
	color: #CE142B;
}


ul {

}

li {

}

a:link {
	color: #CE142B;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #8F0300;
	text-decoration: underline;
}

a:active {
	color: #CE142B;
	text-decoration: underline;
}



/* Frame Containers */



#frameA {
	width: 760px;
	margin: 0 auto 0 auto;
	background-image: url(images/frame_a.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#frameB {
	padding: 0 0 31px 0;
	background-image: url(images/frame_b.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


/* Header */



#headerFrameA {
	background-image: url(images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 107px;
}

#headerFrameB {
}

#header {
}

#header, #header h1, #header h2, #header h3, #header h4 {
	text-align: center;
}

#header span h1 {
	display: none;
}


/* Content Frames */



#contentFrameA {
	padding: 21px 25px 0 10px;
	margin: 0 0 0 0;
	background-image: url(images/content_frame_a.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 68px;
}

#contentFrameB {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* Navigation */



#navigationFrameA {
	float: left;
	padding: 0 0 0 0;
	margin: 0;
	width: 175px;
}

#navigationFrameB {

}

#topNavigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	width: 175px;
	display: none;
}

#navigation {
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation li {
	margin: 0;
	padding: 0;

}

#navigation a {
	font-size: 12px;
}

#navigation a:link, #navigation a:visited, #navigation a:link:active {
	color: #6F6F6F;
	display: block;
	width: 145px;
	margin: 1px 0 0 0;
	text-align: left;
	padding: 2px 0 2px 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #A4A4A4;
	border-right: 15px solid #A4A4A4;
}

#navigation a:link:hover, #navigation a:visited:hover {
	color: #CE142B;
	background-color: #EFEFEF;
	display: block;
	width: 145px;
	margin: 1px 0 0 0;
	text-align: left;
	padding: 2px 0 2px 15px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #A4A4A4;
	border-right: 15px solid #CE142B;
}

#bottomNavigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	width: 175px;
}

#topNavigation a:link, #topNavigation a:visited, #topNavigation a:link:active, #topNavigation a:link:hover, #topNavigation a:visited:hover {
	background-image: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	text-align: center;
	border: none;
	width: 175px;
}

#bottomNavigation a:link, #bottomNavigation a:visited, #bottomNavigation a:link:active, #bottomNavigation a:link:hover, #bottomNavigation a:visited:hover {
	background-image: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
	text-align: center;
	border: none;
	width: 175px;
}

#topNavigation img{
	border: none;
}

#bottomNavigation img{
	border: none;
}

/* Body */



#bodyFrameA {
	padding: 0;
	margin: 0 0 0 0;
	float: right;
}

#bodyFrameB {
	padding: 0;
	margin: 0;
}

#content {
	padding: 0;
	margin: 0 0 0 0;
	width: 535px;
}

#content p{
	padding: 0;
	margin: 0;
}

.contentBR{
	display: none;
}


/* Footer */


#footerFrameA {
	clear: both;
	background-image: url(images/fotter_frame_a.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#footerFrameB {
	background-image: url(images/footer_frame_b.jpg);
	background-position:top;
	background-repeat: no-repeat;
}

#footer h1, #footer h2, #footer h3, #footer h4 {
	text-align: center;
}

#footer {
	background-image: url(images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 80px 25px 30px 25px;
	font-size: 9px;
}

#footer a:link, #footer a:visited, #footer a:link:active, #footer a:link:hover, #footer a:visited:hover {
}

#topNav{
	float: right;
	margin: 50px 0 0 0;
}

#topNav dd{
	float: left;
	padding: 0;
	margin: 0;
}

#topNav a{
	padding: 0 10px 0 10px;
	color: #6F6F6F;
}

#topNav a:hover{
	color: #CE142B;
}

.topnav_vertBar{
	border-right: 1px solid #9F9F9F;
}

/*-- Form --*/

#form {
	width: 450px;
	margin: 0 0 0 0;
	text-align: right;
	font-weight: bold;
}

#first_name{
	margin: 2px 0;
	width: 200px;
}

#last_name{
	margin: 2px 0;
	width: 200px;
}

#phone{
	margin: 2px 0;
	width: 200px;
}

#email_address{
	margin: 2px 0;
	width: 200px;
}

#contact_time{
	margin: 2px 0;
	width: 200px;
}

#web_address{
	margin: 2px 0;
	width: 200px;
}

#keywords{
	margin: 2px 0;
	width: 200px;
}

#promo_efforts{
	margin: 2px 0;
	width: 200px;
}

#package{
	margin: 2px 0;
	width: 200px;
}

#promo_code {
	margin: 2px 0;
	width: 200px;
}

#code {
	margin: 2px 0;
	width: 50px;
}

#submit {
	margin: 5px 165px 10px 0;
}

