body {
	text-align:center;
	font-size: 12px;
	margin-top: 30px;
	font-family: Arial;
	background-image: url('images/grad_bg.png');
	background-attachment: fixed;
}

#links {
	text-align:center;
}

#links a {
	color: white;
	font-size: 20px;
}

#links h1 {
	font-size: 30px;
	color: black;
}

#linksbox {
	background: white;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#linksbox a {
	color: blue;
}

#container {
	width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 45px;
}

#header_logo {
	float:left;
	margin-left:10px;
}

#header_links {
	float: right;
}

#main_content {
	margin-top: 10px;
	height: 400px;
}

/* ---------- Support Page Stuff ---------- */

#main_content_support_page {
	margin-top: 10px;
	background: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 14px;
}

#main_content_support_page h1 {
	font-size: 30px;
	font-weight: bold;
	float: left;
}
#main_content_support_page h2 {
	font-size: 12px;
	float: right;
}

#main_content_support_page h3 {
	font-size: 20px;
	text-align: left;
}

#main_content_support_page hr {
	border: 1px solid #920101;
	width: 100%;
	line-height: 30px;
}

/* ---------- End of Support Page Stuff ---------- */

/* ---------- Product Page Stuff ---------- */

#main_content_product_page {
	margin-top: 10px;
	padding-bottom: 15px;
	background: white;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	text-align: left;
	font-size: 14px;
}

#main_content_product_page h1 {
	font-size: 30px;
	font-weight: bold;
	float: left;
}
#main_content_product_page h2 {
	font-size: 12px;
	float: right;
}

#main_content_product_page h3 {
	font-size: 20px;
	text-align: left;
}

#main_content_product_page h4 {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

#main_content_product_page hr {
	border: 1px solid #920101;
	width: 100%;
	line-height: 30px;
}

#quote_product_page {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

#product_page_image {
	float: right;
}

#main_content_product_page ul li {
	margin-bottom: 10px;
}

/* ---------- End product page stuff ----------- */

#secondary_content_container {
	width: 1050px;
}

#secondary_content_block {
	width: 255px;
	margin-right: 10px;
	margin-top: 10px;
	height: 275px;
	background-color: #1f1f1f;
	float:left;
	text-align: left;
	
}

#secondary_content_block a {
	color: white;
}

#secondary_content_block_right {
	width: 255px;
	margin-top: 10px;
	height: 275px;
	background-color: #1f1f1f;
	float:left;
	text-align: left;
	
}

#secondary_content_block h1 {
	height: 70px;
	font-size: 20px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

#secondary_content_block h2 {
	font-size: 16px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-style: italic;
}

#secondary_content_block hr {
	width: 230px;
	height: 2px;
	border: 1px dotted white;
}

#secondary_content_block_right h1 {
	height: 70px;
	font-size: 20px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

#secondary_content_block_right h2 {
	font-size: 16px;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}

#secondary_content_block_right hr {
	width: 230px;
	height: 2px;
	border: 1px dotted white;
}

#secondary_content_block h3 {
	font-size: 12px;
	float: right;
	color: white;
	padding-right: 10px;
}

#secondary_content_block_right h3 {
	font-size: 12px;
	float: right;
	color: white;
	padding-right: 10px;
}

#footer {
	width: 1050px;
	height: 15px;
	color: white;
	margin-top: 15px;
	float: left;
	font-weight: bold;
}

#footer img {
	padding-right: 5px;
}

/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:right;
	  text-transform: uppercase;
      line-height:normal;
	  font-weight: bold;
		
      }
    #tabsE ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }  



