html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;}
  body {line-height: 1;}
  ol, ul {list-style: none;}
  blockquote, q {quotes: none;}
  :focus {outline: 0;}
  ins {text-decoration: none;}
  del {text-decoration: line-through;}
  /* tables still need 'cellspacing="0"' in the markup */
  table {border-collapse: collapse; border-spacing: 0;}

body {
	background-color: #EBE7E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #A31B3D;
	margin-bottom: 10px;
	line-height: 25px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #A31B3D;
	margin-bottom: 10px;
	line-height: 18px;
}
p {
	margin-bottom: 15px;
}
a {
	color: #A31B3D;
	text-decoration: underline;
}
#container {
	width: 760px;
	background-color: #fff;
	margin: 0 auto;
	line-height: 150%;
}
#header {
	width: 760px;
	position: relative;
	height: 140px;
}
.logo {
	float: left;
	margin: 25px 0 0 25px;
}
#ad_top {width: 468px; height: 60px; position: absolute; top: 20px; left: 280px;}
#navigation ul{
	width: 333px;
	height: 28px;
	float: right;
	background: url(../images/navigation.gif) no-repeat 0 0;
	list-style: none;
    margin: 50px 25px 0 0 ; 
	padding: 0;
}
#navigation li {
    display: inline;
}
#navigation li a:link, #navigation li a:visited {
    border: none;
    display: block;
    text-indent: -7000px;
    outline: none;
	height: 28px;
	float: left;
	width: 106px;
	margin-right: 5px;
}
#navigation li.navhome a:hover {
    background: url(../images/navigation.gif) no-repeat 0 -28px;
}
#navigation li.navsub a:hover {
    background: url(../images/navigation.gif) no-repeat -111px -28px;
}
#navigation li.navcontact a:hover {
    background: url(../images/navigation.gif) no-repeat -222px -28px;
}

#index #navigation .navhome a {
	background: url(../images/navigation.gif) no-repeat 0 -28px;
	width:  106px;
	float: left;
	margin-right: 5px;
}
#sub #navigation .navsub a {
	background: url(../images/navigation.gif) no-repeat -111px -28px;
	width:  106px;
	float: left;
	margin-right: 5px;
}
#contact #navigation .navcontact a {
	background: url(../images/navigation.gif) no-repeat -222px -28px;
	width:  106px;
	float: left;
	margin-right: 5px;
}

#navigation {position: absolute; top: 45px; left: 420px;}

#content {
	padding: 25px;
	width: 710px;
	overflow: auto;
}
#left {
	width: 425px;
	float: left;
}
#right {
	float: right;
	width: 250px;
}
#industry {
	width: 400px;
	margin: 0 0 20px 10px;
	float: left;
}
#industry  img{
	float: left;
}
#industry  p{
	float: left;
	width: 285px;
	margin: 10px 0 0 0;
}
.great_reasons {
	margin-bottom: 10px;
}
.payment_option {
	padding: 10px; 
	background-color: #fff;
	border: 5px solid;
	border-color:#DEADB9;
}
.subs_btn {
	float: left;
}
#footer {
	width: 746px;
	height: 16px;
	background-color: #A31B3D;
	padding: 7px;
}
#footer p {
	color: #DEADB9;
	font-size: 11px;
	margin: 0 0 0 10px;
	line-height: 1.3em;
}
