/*Reset Styling*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End default reset styling */
body {
	background-color: #1f1f1f;
	font-family: "Lucida Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	background-position: top left;
	color: #ffffff;
}
p{
	font-size: 1em;
	line-height: 1.7em;
	margin: 1em 0em 0em 0em;
}
a {
	color: #fff;
}
a:hover {
	color: #D3505A;
}
fieldset {
	border: 1px dashed #fff;
	padding: 0px 0px 10px 10px;
	width: 320px;
}
Legend {
	background-color: #1f1f1f;
}
.errors{
	color: Red;
	font-size: 0.8em;
}
#page{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#logo {
     position: absolute;
	  top: 130px;
	  left:10px;
}
#copy {
	position: absolute;
	top: 5px;
	left: 30px;
	font-size: 0.8em;
	color: #999;
}
#contact {
	position: absolute;
	top: 10px;
	left: 410px;
}
#contact a{
	color: #fff;
	text-decoration: none;
}
#contact a:hover {
	color: #de5d67;
}
#standout{
   background-color: #333333;
   padding:10px;
   border: solid 1px #fff;
   position:absolute;
   top: 430px;
   left: 500px;
   width:160px;
}
#PrimNav {
	position: relative;
	top: 172px;
	left: 365px;
	width: 420px;
}
#PrimNav ul{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#PrimNav li {
   float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/PrimNav.gif) no-repeat left top;
}
#PrimNav a {
	display: block;
	height: 45px;
	width: 140px;
	color: Black;
}
#PrimNav a:hover {
	    background: url(../images/PrimNav.gif) no-repeat 0px -50px;
		 
}
#SecNav{
	width:100px;
	display:inline;
}
#SecNav li{
      position: relative;
      display: inline;
		top: 165px;
		left: 575px;
		text-transform: uppercase;
		padding: 0px 0px 0px 10px;
}
#SecNav a {
   font-size: 0.8em;
	color: #fff;
	text-decoration: none;
}
#SecNav a:hover {
	color: #d3505A;
}

#content {
	position: relative;
	top: 200px;
	left: 30px;
	width: 770px;
}
#PrimCol{
	width: 68%;
	float: right;	
}
#PrimCol h1 {
	font-size: 2.8em;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}
#PrimCol h2 {
	font-size: 2.2em;
	margin: 40px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	height: 60px;
	width: 270px;
	line-height: 58px;
	background-image: url(../images/h2bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#PrimCol h3 {
	font-size: 2em;
	margin: 40px 0px 5px 0px;
	padding: 30px 0px 0px 0px;
	border-top: 3px solid #de5d67;
}
#PrimCol p {
	line-height: 1.7em;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}
#SecCol{
	width:30%;
	float: left;
	display: inline;
}

#ClientArea ul {
    margin:0px;
	padding:0px;
	list-style:none;
}
#ClientArea li {    
	float:left;
	display:inline;
	margin:0px;
	padding:0px;
	background-image: url(../images/clientArea.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#ClientArea a {
     display: block;	 
	 height: 48px;
	 width: 135px;
	 padding: 7px 0px 0px 30px;
	 text-decoration:none;

}
#ClientArea a:hover {
	background: url(../images/clientAreaOver.gif); 
	background-repeat: no-repeat;
	background-position: top left;
}
#SecCol p{
    	 clear:both;
}
#lowerText{
	clear: both;
	padding-top: 10px;
}
#lowerText ul, #PrimCol ul {
	 list-style: disc;
	 margin: 20px 0px 20px 40px;
	 line-height: 1.7em;
}
.price {
	font-size: 2.0em;
	font-weight: bold;
	display: block;
}
#submenu ul {
	position: fixed;
	top: 350px;
	left: 120px;
	text-transform: uppercase;
}
#submenu li {

	padding: 5px;
}
#footer {
   clear: both;
	text-align: right;
   margin-top: 0px;	
}
#footer ul {
	padding-top: 50px;
	display:  inline-block;
}
#footer li {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}
#footer a {
    text-transform: uppercase;
	 color: #fff;
	 text-decoration: none;
}
#footer a:hover {
	color: #d3505a;
}