/* CSS Document */
/* ----------------- Text Classes ----------------------------------------------- */

h1 {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-size: 1.5em;
	color: #e3001b;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	text-decoration:none;
}
.h1_grey {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	color: #A8A8A8;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
}
h2 {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-size: 1.1em;
	color: #F4001F;
	font-style: normal;
	font-weight: normal;
}
h3 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-size: 1.1em;
	color: #e3001b;
	font-style: normal;
	font-weight: normal;
}
h4 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-size: .9em;
	color: #0099FF;
	font-style: normal;
	font-weight: normal;
}
h5 {
	font-size: 0.75em;
	font-weight: normal;
	margin: 0;
	color: #ff0000;
	padding-bottom: 6px;
	font-style: normal;
	text-align: center;
}
h6 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	color: #ff0000;
	padding-bottom: 5px;
	font-style: normal;
	text-align: center;
}
p {
	font-size: 0.75em;
	color: #666666;
	margin: 0 0 0 0;
	line-height: 1.3;
	padding-bottom: 10px;
}
.copy_no_lineheight {
	font-size: 0.75em;
	color: #666666;
	margin: 0 0 0 0;
	padding-bottom: 10px;
	line-height: 0.5;
}
.copy_contact_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin: 0 0 0 0;
	line-height: 0.5;
	padding-top: 3px;
}
a:link {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #F00;
	text-decoration: underline;
	font-weight: bold;
}
.headertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #AEAEAE;
	padding: 0 0 0 0;
}
.orangetext {
	color: #F00;
	font-weight: bold;
}
.smallp {
	font-size: 0.65em;
	color: #666666;
	margin: 0 0 0 0;
	line-height: 1.1;
}
.smalllink a:link {
	color: #F00;
	font-size: 0.65em;
	margin: 0 0 0 0;
	line-height: 1.1;
	text-decoration: underline;
}
.smalllink a:visited {
	color: #F00;
	font-size: 0.65em;
	margin: 0 0 0 0;
	line-height: 1.1;
	text-decoration: underline;
}
.smalllink a:hover {
	color: #F00;
	font-size: 0.65em;
	margin: 0 0 0 0;
	line-height: 1.1;
	text-decoration: underline;
}
.orangep {
	font-size: 0.75em;
	color: #F00;
	margin: 0 0 0 0;
	line-height: 1.1;
}
.orangelink a:link {
	color: #F00;
	font-size: 0.75em;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.3;
}
.orangelink a:visited {
	color: #F00;
	font-size: 0.75em;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.3;
}
.orangelink a:hover {
	color: #F4001F;
	font-size: 0.75em;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.3;
}
.orangelink2 a:link {
	color: #F00;
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.3;
}
.orangelink2 a:visited {
	color: #F00;
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.3;
}
.orangelink2 a:hover {
	color: #F00;
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
	line-height: 1.3;
}
.smalllinkblue a:link {
	color: #e3001b;
	font-size: 0.7em;
	margin: 0 0 0 0;
	line-height: 1.4;
	text-decoration: none;
}
.smalllinkblue a:visited {
	color: #e3001b;
	font-size: 0.7em;
	margin: 0 0 0 0;
	line-height: 1.4;
	text-decoration: none;
}
.smalllinkblue a:hover {
	color: #969696;
	font-size: 0.7em;
	margin: 0 0 0 0;
	line-height: 1.4;
	text-decoration: none;
}
.red {
	color:#FF0000;
}
/* ----------------- Page Layout ----------------------------------------------- */
html, body {
	margin : 0;
	padding : 0;
}
body {
	margin: 0;
	text-align: center;
	background-color: #9C9C9C;
	background-image: url(../images/web-company-leicester_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bg {
	background-repeat:repeat-x;
	background-position:top;
}
#bg_outer{
	clear: both;
	width: 981px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;

}
.dotted_spacer {
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 0 14px 0;
	background-image: url(../images/right_column_spacer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 1px;
}
.dotted_spacer_long {
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 0 14px 0;
	background-position: center;
	height: 1px;
	background-image: url(../images/left_column_spacer.gif);
	background-repeat: no-repeat;
}
.dotted_spacer_710 {
	width: 100%;
	margin: 0 0 0 0;
	padding: 13px 0 14px 0;
	background-position: center;
	height: 1px;
	background-image: url(../images/content_column_spacer.gif);
	background-repeat: no-repeat;
	float: left;
}
.blank_spacer {
	width: 100%;
	margin: 0 0 0 0;
	padding: 5px 0 7px 0;
	height: 1px;
	background-image: url(../images/1by1px_website_spacer.gif);
}
.blank_spacer_sm {
	width: 100%;
	margin: 0 0 0 0;
	padding: 2px 0 2px 0;
	height: 1px;
	background-image: url(../images/1by1px_website_spacer.gif);
}
.bullet ul {
	list-style-image: url(../images/bullet.gif);
	margin: 10px 0 0 10px;
}
.bullet li {
	padding: 0 0 0 0;
	margin: 1px 10px 0 10px;
}
#bginner {
	width : 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
}
#bgouter {
	margin : 0 auto;
	background-repeat : repeat-y;
	text-align: left;
	background-image: url(../images/bkgd.gif);
	width: 820px;
}

#copyright {
	width : 981px;
	text-align : center;
	position:relative;
	top:20%;
}
#header_outer {
	width: 981px;
	height: 147px;
}
#header_outer_2 {
	width: 980px;
	height: 133px;
}
#header_border_left {
	width: 0px;
	height: 133px;
	float: left;
}
#header_border_right {
	width: 0px;
	height: 133px;
	float: right;
}
#logo_outer {
	height: 113px;
	background-repeat : repeat-x;
	text-align : left;
	width: 979px;
	background-image: url(../images/web-company-leicester_05.jpg);
	border: 1px solid #fff;
}
#logo {
	height: 95px;
	width: 317px;
	padding: 11px 0 0 331px;
}
#logo_top {
	width: 981px;
	height: 22px;
	background-color: #858585;
}
#container {
	margin : 0px 0px 0 0px;
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 934px;
	padding: 20px 24px 25px 23px;
}
#container_outer {
	width: 981px;
}
/* ----------------- PAGE HEIGHT ------------------------------------------------------------------------------ */

#container_outer_index {
	width: 980px;
	background-color: #FFF;
	height: 820px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_index {
	width: 981px;
	height: 1300px;
	background-color: #FFF;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_sitemap {
	width: 980px;
	background-color: #FFF;
	height: 1350px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_stats {
	width: 980px;
	background-color: #FFF;
	height: 1250px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_google {
	width: 980px;
	background-color: #FFF;
	height: 2250px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_gp {
	width: 980px;
	background-color: #FFF;
	height: 1170px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_directions {
	width: 980px;
	background-color: #FFF;
	height: 1425px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_outlook {
	width: 980px;
	background-color: #FFF;
	height: 1275px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_small_bus {
	width: 980px;
	background-color: #FFF;
	height: 1310px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_payment_thank_you {
	width: 980px;
	background-color: #FFF;
	height: 1400px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_email {
	width: 980px;
	background-color: #FFF;
	height: 2170px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_domain {
	width: 980px;
	background-color: #FFF;
	height: 1320px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_hosting {
	width: 980px;
	background-color: #FFF;
	height: 1370px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_process {
	width: 980px;
	background-color: #FFF;
	height: 1735px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_links {
	width: 980px;
	background-color: #FFF;
	height: 1610px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_terms {
	width: 980px;
	background-color: #FFF;
	height: 2250px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_text {
	width: 980px;
	background-color: #FFF;
	height: 1400px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_pop3 {
	width: 980px;
	background-color: #FFF;
	height: 1480px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_jargon {
	width: 980px;
	background-color: #FFF;
	height: 2850px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_contact {
	width: 980px;
	background-color: #FFF;
	height: 1290px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_refer {
	width: 980px;
	background-color: #FFF;
	height: 1000px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_3d_graphics {
	width: 980px;
	background-color: #FFF;
	height: 4615px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_brochure {
	width: 980px;
	background-color: #FFF;
	height: 3320px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_stationery {
	width: 980px;
	background-color: #FFF;
	height: 2500px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_logo {
	width: 980px;
	background-color: #FFF;
	height: 3370px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_logo_offer {
	width: 980px;
	background-color: #FFF;
	height: 1150px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_weblogo_offer {
	width: 980px;
	background-color: #FFF;
	height: 1000px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_search_engine {
	width: 980px;
	background-color: #FFF;
	height: 2025px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_testimonials {
	width: 980px;
	background-color: #FFF;
	height: 1400px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_testimonials_new {
	width: 980px;
	background-color: #FFF;
	height: 3430px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_maintenance {
	width: 980px;
	background-color: #FFF;
	height: 1360px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_cms {
	width: 980px;
	background-color: #FFF;
	height: 1300px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_webdesign {
	width: 980px;
	background-color: #FFF;
	height: 8000px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_hints {
	width: 980px;
	background-color: #FFF;
	height: 1230px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_temp {
	width: 980px;
	background-color: #FFF;
	height: 1270px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#container_outer_2_fonts {
	width: 980px;
	background-color: #FFF;
	height: 1250px;
	background-image: url(../images/web-designer-leicester_43.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* ----------------- Container ----------------------------------------------- */
#container_border_left {
	width: 0px;
	height: 563px;
	float: left;
	background-image: url(../images/web-company_13.jpg);
}
#container_border_right {
	width: 0px;
	height: 563px;
	float: left;
	background-image: url(../images/web-company_15.jpg);
}
/* ----------------- website design page ----------------------------------------------- */
.portfolio_outer {
	width: 435px;
	height: 170px;
	padding-top: 20px;
}
.portfolio_left {
	width: 200px;
	height: 150px;
	float: left;
}
.portfolio_right {
	width: 205px;
	height: 150px;
	float: left;
	padding: 8px 0 0 30px;
}
/* ----------------- stationery page ----------------------------------------------- */
.stationery_outer {
	width: 435px;
	height: 352px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.stationery_left {
	width: 286px;
	height: 352px;
	float: left;
}
.stationery_right {
	width: 134px;
	height: 150px;
	float: left;
	padding: 105px 0 0 15px;
}
/* ----------------- brochure page ----------------------------------------------- */
.brochure_outer {
	width: 435px;
	height: 385px;
	padding-top: 20px;
}
.brochure_left {
	width: 430px;
	height: 302px;
	padding-bottom: 20px;
}
.brochure_right {
	width: 430px;
}
/* ----------------- testimonals page ----------------------------------------------- */
.testimonial_outer {
	width: 435px;
	padding-top: 20px;
}
.testimonial_left {
	width: 200px;
	height: 150px;
	float: left;
	padding: 0 30px 30px 0;
}
/* ----------------- testimonals page new ----------------------------------------------- */
.testimonial_col1 {
	width: 335px;
	padding-top:20px;
	float:left;
}
.testimonial_col2 {
	width: 335px;
	padding:20px 0 0 40px;
	float:left;
}
.testimonial_left1 {
	width: 200px;
	height: 150px;
	padding: 0 135px 20px 0;
}
.testi_quote {
	width:710px;
	height:30px;
	float:left;
}
/* ----------------- seo page ----------------------------------------------- */
.seo_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	margin: 0 0 0 0;
	line-height: 1.3;
}
.content_full_width {
	width: 878px;
}
.seo_outer {
	width: 708px;
}
.seo_keyword {
	width: 303px;
	float: left;
	padding: 0 0 10px 0;
	border-right: dotted 1px #666;
}
.seo_google {
	width: 121px;
	float: left;
	padding: 0 10px 10px 10px;
	border-right: dotted 1px #666;
}
.seo_msn {
	width: 105px;
	float: left;
	padding: 0 10px 10px 10px;
	border-right: dotted 1px #666;
}
.seo_yahoo {
	width: 117px;
	float: left;
	padding: 0 10px 10px 10px;
}
.keyword {
	width: 303px;
	float: left;
	padding: 10px 0;
	border-right: dotted 1px #666;
	border-top: dotted 1px #666;
}
.google {
	width: 121px;
	float: left;
	padding: 10px;
	text-align: center;
	border-right: dotted 1px #666;
	border-top: dotted 1px #666;
}
.msn {
	width: 105px;
	float: left;
	padding: 10px;
	text-align: center;
	border-right: dotted 1px #666;
	border-top: dotted 1px #666;
}
.yahoo {
	width: 117px;
	float: left;
	padding: 10px;
	text-align: center;
	border-top: dotted 1px #666;
}
/* ----------------- logo design ----------------------------------------------- */
.portfolio_right_logo {
	width: 205px;
	height: 100px;
	float: left;
	padding: 35px 0 0 30px;
}
/* ----------------- directions ----------------------------------------------- */
.maps_outer {
	width:500px;
	height:120px;
	padding: 15px 0 0 0;
}
.maps {
	width:250px;
	height:100px;
	float:left;
}
.google_maps {
	width:604px;
	height:400px;
	padding: 0 0 25px 0;
}
/* ----------------- footer ----------------------------------------------- */
#footer {
	width: 936px;
	height: 53px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	float: left;
}
#footer_bot_border {
	width: 980px;
	height: 0px;
	background-image: url(../images/web-company_24.jpg);
}
#footer_outer {
	width: 979px;
	height: 68px;
	background-image: url(../images/web-company-leicester_46.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #fff;
	text-align: left;
}
#footer_text {
	width: 900px;
	height: 56px;
	padding:10px 0 0 22px;
	background-image: url(../images/graphic-designers-leicester.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position:relative;
	top:0%;
}
.footer_text_style {
	color:#FFF;
	font-size:0.7em;
	line-height: 1.3;	
}
#footer_border_left {
	width: 0px;
	height: 53px;
	float: left;
	background-image: url(../images/web-company_18.jpg);
}
#footer_border_right {
	width: 0px;
	height: 53px;
	float: right;
	background-image: url(../images/web-company_23.jpg);
}

#flashcontent {
	width: 936px;
	height: 250px;
	background-color: #CCC;
	vertical-align: top;
	background-repeat: no-repeat;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
}
#flashcontent_350 {
	width: 936px;
	height: 350px;
	vertical-align: top;
	border-left: 23px solid #fff;
	border-right: 22px solid #fff;
	border-top: 19px solid #fff;
	background-color: #FFF;
}
#flashcontent_250 {
	width: 936px;
	height: 250px;
	vertical-align: top;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-top: 5px solid #fff;
	background-color: #FFF;
}
.enquiry_image {
	padding:11px 0 0 0;
}
.special_links_outer {
	width:934px;
	height:148px;
}
.special_links1 {
	width:198px;
	height:148px;
	float:left;
	padding:0 47px 0 0;
}
.special_links2 {
	width:198px;
	height:148px;
	float:left;
}
/* ---------------------columns------------------ */
.page_content_index {
	width: 934px;
}
.right_floating_column {
	width: 240px;
	float: left;
	padding: 0 0 0 30px;
}
.right_floating_column1 {
	width: 310px;
	height:282px;
	float: right;
	padding: 0 0 0 30px;
}
.right_floating_column2 {
	width: 350px;
	height:450px;
	float: left;
	padding: 0 0 0 30px;
}
.right_floating_border {
	width: 200px;
	border: dotted 1px #999999;
	padding: 15px 20px 15px 20px;
}
.content_left_column {
	float: left;
	width: 660px;
}
.content_left_column1 {
	float: left;
	width: 554px;
}

/* ----------------- Contact Enquiry Form ----------------------------------------------- */

.page_content_form {
	width: 660px;
	vertical-align: top;
	height: 440px;
	float: left;
}
.address_left {
	width: 280px;
	text-align: left;
	float: left;
}
.address_right {
	width: 434px;
	text-align: right;
	float: left;
}
.form_left {
	width: 220px;
	text-align: left;
	float: left;
	padding-left: 2px;
}
.form_right {
	width: 400px;
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	cursor: hand;
}
/* ----------------- Google Enquiry Form ----------------------------------------------- */
.page_content_form1 {
	width: 660px;
	vertical-align: top;
	height: 1050px;
	float: left;
}
.address_left1 {
	width: 280px;
	text-align: left;
	float: left;
}
.address_right1 {
	width: 434px;
	text-align: right;
	float: left;
}
.form_left1 {
	width: 220px;
	text-align: left;
	float: left;
	padding-left: 2px;
}
.form_right1 {
	width: 100px;
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-bottom: 12px;
}
.form_right2 {
	width: 120px;
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-bottom: 12px;
}
.form_right3 {
	width: 400px;
	text-align: left;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}
.verdana1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	cursor: hand;
}

/* ----------------- Form Elements ----------------------------------------------- */
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input
{
margin-left: 0em;
} 
input
{
color: #F4001F;
background: #fff;
border: 1px solid #F4001F;
}
select
{
color: #F4001F;
background: #fff;
border: 1px solid #F4001F;
}
textarea
{
color: #F4001F;
background: #fff;
border: 1px solid #F4001F;
}
.submit input
{
	color: #FFFFFF;
	border: 1px outset #004782;
	padding: 3px 0px;
} 
.buy input
{
	color: #FFFFFF;
	border: 1px outset #004782;
	background-image: url(../images/buy_now.jpg);
	padding: 3px 0px;
} 
fieldset
{
	width: auto;
	height:365px;
	border: solid 1px #999999;
	padding-bottom: 20px;
	padding-top: 20px;
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
} 
/*------------------------Footer Nav---------------------------------*/
#top_info {
	width:936px;
	padding-bottom: 15px;
	margin: auto;
	text-align: left;
	padding: 15px 23px 20px 22px;
	background-color: #ADADAD;
}
.botlinks a:link {
	color: #FFF;
	font-size: 0.65em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1em;
}
.botlinks a:visited {
	color: #FFF;
	font-size: 0.65em;
	text-decoration: none;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1em;
}
.botlinks a:hover {
	color: #F00;
	font-size: 0.65em;
	text-decoration: underline;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1em;
}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #FFF;
}
.vert_spacer {
	width:300px;
	height:10px;
}
/* ----------------- sitemap ----------------------------------------------- */

.sublinks {
	text-align: left;
	font-weight: normal;
	width: 350px;
	margin-left: 235px;
	line-height: 1.2em;
	padding-left: 14px;
	border-left: 1px solid #F4001F;
	padding-top: 8px;
	padding-bottom: 8px;
  }
.sitemaptitle {
	float: left;
	width: 210px;
	margin: 0 0 0px 0;
	padding: 5px 0px 0px 10px;
	color: #F9971C;
	text-align: right;
}
