/* CSS Document */

html {
	scrollbar-base-color: #960100;
	scrollbar-arrow-color: #5b5b5b;
} 

body {
	margin: 0px;
	background-color: #000000;
}
body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

h1#topheader {
	margin-top:10px;
	background-image:url(../images/headerbg.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:17px;
	font-size:46px;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	background-image: url(../images/heading_underline.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 35px;
	margin-top: 18px;
	margin-bottom: 0px;
}

h2 {
	color: #cd0403;
	font-size: 14px;
	padding: 0px 0px 0px 35px;
	margin: 15px 0px 0px 0px;
}

h3 {
	color: #cd0403;
	font-size: 12px;
	padding: 0px;
	margin: 15px 0px -6px 0px;
	font-weight: normal;
}

h4 {
	color: #cd0403;
	font-size: 12px;
	padding: 0px 0px 0px 35px;
	margin: 15px 0px -6px 0px;
	font-weight: bold;
}

h5 {
	color: #cd0403;
	font-size: 12px;
	padding: 0px 0px 0px 35px;
	margin: 15px 0px -6px 0px;
	font-weight: bold;
	text-align: center;
}

ul {
	list-style-position: outside;
	list-style-type: square;
	line-height: 18px;
	padding-left: 50px;
	margin: 10px 0px 0px 0px;
}

input, textarea {
	border: 1px #000000;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
}

em {
	font-style: normal;
	color: #cd0403;
}

.buttons {
	font-size: 11px;
	background-color: #c1c1c1;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}
.error {
	color: #FF0000;
}

.smalltext {
	font-size: 11px;
	color: #c1c1c1;
}


div.redline {
	border-top: 2px solid #7b0505;
	width: 100%;
	height: 1px;
}
.borderright {
	border-right: 1px solid #8f0303;
}

a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #cd0505;
	text-decoration: none;
}


/* Header Panel */
#header {
	width: 900px;
	height: 237px;
}

td.sitemap {
	width: 557px;
	vertical-align: top;
	text-align: bottom;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 35px;
	font-weight: bold;
	text-transform: uppercase;
}

td.toplinks a{
	font-weight:bold;
	font-size:12px;
	margin:0 1px;
	padding:0 4px;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
}

td.toplinks {
	text-align:center;

}

td.toplinks a.noborder {
	border:none;
}

td.sitemap a:link, td.sitemap a:active, td.sitemap a:visited {
	padding: 5px;
	text-decoration: none;
}




/* Mid-section Panel */

#mid {
	width: 900px;
	height: 352px;
	margin-top: -1px;
}

.midleft {
	width: 557px;
	vertical-align: top;
}
.midleft a:link, .midleft a:active, .midleft a:visited {
	text-decoration: underline;
}

.midright {
	width: 343px;
	background-image: url(../images/menu_bg2.jpg);
	background-repeat: no-repeat;
	vertical-align: middle;
}

ul.menu {
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
ul.menu li {
	line-height: 28px;
	text-transform:uppercase;
}
ul.menu a:link, ul.menu a:active, ul.menu a:visited {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 0px 16px;
	text-decoration: none;
}
ul.menu a:hover {
	background-image: url(../images/menu_opt_arrow.png);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 16px;
	color: #FFFFFF;
}

/* Content Panel */

#homecontent {
	width: 900px;
	margin-top: -1px;
	background-image: url(../images/content_bg_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#content {
	width: 900px;
	margin-top: -1px;
	background-image: url(../images/content_bg_top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

td.redlefthead {
	background-color: #cd0403;
	width: 30px;
	border-top: 16px solid #050505;
}
td.redleft {
	background-color: #cd0403;
	width: 30px;
}

td.contentleftborder {
	width: 492px;
	padding: 0px 35px 0px 0px;
	vertical-align: top;
	border-right: 1px solid #590101;
}
td.contentleftborder p {
	padding: 0px 0px 0px 35px;
	margin: 10px 0px 10px 0px;
	line-height: 18px;
}
td.contentleftborder ul li {
	padding-bottom: 10px;
}

td.contentfull {
	width: 900px;
	padding: 0px 35px 0px 0px;
	vertical-align: top;
}
td.contentfull p {
	padding: 0px 0px 0px 35px;
	margin: 10px 0px 10px 0px;
	line-height: 18px;
}

td.contentleft {
	width: 492px;
	padding: 0px 35px 0px 0px;
	vertical-align: top;
}
td.contentleft p {
	padding: 0px 0px 0px 35px;
	margin: 10px 0px 10px 0px;
	line-height: 18px;
}
td.contentright {
	width: 272px;
	padding: 0px 35px 0px 36px;
	vertical-align: top;
}
td.contentright em {
	font-size: 14px;
}
td.contentright p {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	line-height: 18px;
}
td.contentright ul {
	margin: 10px 0px 0px 0px;
	padding-left: 15px;
	list-style-position: outside;
	list-style-type: square;
	font-size: 11px;
	line-height: 18px;
	color: #c1c1c1;
}

ul#mainlinks {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin: 20px 0px 20px 0px;
}
#mainlinks li {
	margin-bottom: 20px;
}
#mainlinks a:link, #mainlinks a:active, #mainlinks a:visited {
	font-size: 14px;
	font-weight: bold;
	color: #CD0403;
	text-decoration: none;
}
#mainlinks a:hover {
	color: #FFFFFF;
}

/* Footer Panel */
#footer {
	width: 900px;
	height: 89px;
}
td.footermenu {
	width: 557px;
	vertical-align: top;
	text-align: center;
	background-image: url(../images/footer_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
td.footermenu a:link, td.footermenu a:active, td.footermenu a:visited {
	color: #c1c1c1;
	text-decoration: none;
	padding: 5px;
}
td.footermenu a:hover {
	color: #cd0402;
	padding: 5px;
}

td.footertag {
	font-size: 11px;
}
td.footertag a {
	text-decoration: none;
}

/* Video Specific Styles */

td.videolist {
	width: 135px;
}
td.videolist table {
	width: 100px;
}
td.videolist table td {
	padding: 5px;
	text-align: center;
	font-size: 11px;
}
td.videolist img {
	border: 0px;
}

td.video {
	width: 422px;
	height: 352px;
	background-color: #FFFFFF;
	text-align: center;
}

#videoinfo {
	border-top: 1px solid #000000;
	width: 422px;
}
#videoinfo th {
	background-color: #cd0505;
	width: 211px;
	font-weight: normal;
	padding: 4px 0px 4px 0px;
	font-size: 11px;
}
#videoinfo td {
	width: 181px;
	color: #000000;
	font-size: 11px;
	text-align: left;
	padding: 8px 15px 0px 15px;
	vertical-align: top;
}
#videoinfo td img {
	padding: 0px 10px 0px 0px;
}
#videoinfo h4 {
	color: #000000;
	font-size: 14px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
#videoinfo p {
	color: #000000;
}

#catinfo {
	width: 422px;
}
#catinfo th {
	background-color: #cd0505;
	width: 110px;
	font-weight: normal;
	padding: 4px 0px 4px 0px;
	font-size: 11px;
}
#catinfo th a:hover {
	color: #000000;
}
#catinfo th a:link, #catinfo th a:active, #catinfo th a:visited {
	text-decoration: none;
}
#catinfo td {
	width: 110px;
	color: #000000;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}

.scrollvideo {
	width: 125px;
	height: 352px;
	overflow: auto;
}
.scrollvideo a:link, .scrollvideo a:active, .scrollvideo a:visited {
	text-decoration: none;
}

.breadcrumbs {
	margin: 38px 0px 0px 5px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
}

table.spec {
	margin: 10px 0px 10px 35px;
	width: 450px;
}
table.spec td {
	padding: 2px;
}

table.spec2 {
	margin: 10px 0px 10px 35px;
	width: 800px;
	border-collapse: collapse;
}
table.spec2 th {
	padding: 5px;
	border: 1px solid #333333;
}
table.spec2 td {
	padding: 5px;
	border: 1px solid #333333;
	font-size: 12px;
}
table.spec2 td.optional {	
	color: #cd0403;
}

div.shortcontent {
	height: 263px;
	width: 470px;
	overflow: auto;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
div.fullcontent {
	height: 294px;
	width: 470px;
	overflow: auto;
	margin-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

td.testimage {
	vertical-align: top;
	border-bottom: 1px solid #590101;
	padding: 0px 0px 20px 0px;
}
td.testimage img {
	padding-top: 20px;
}
td.testimage p {
	padding: 0px 0px 0px 35px;

}

.equipdetails {
	width: 240px;
	margin: 15px 0px 0px 35px;
}
.equipdetails th {
	text-align: right;
	padding: 5px;
	width: 120px;
	color: #B4B4B4;
}
.equipdetails td {
	padding: 5px;
}

.contactphone {
	width: 450px;
	position: absolute;
	top: 75px;
	margin-left: 75px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.contactphone1 {
	width: 450px;
	position: absolute;
	top: 175px;
	margin-left: 0px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}

.contactphone1 p{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
}

.contactphone1 p span{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin:0px;
}

#headerlist {
	width:450px;
	position:absolute;
	text-align:left;
	color:#FFFFFF;
	top:75px;
	margin-left:18px;
}

#headerlist p {
	margin:0;
	font-size:15px;
	font-weight:bold;
}

p.quote {
	text-align:right;
	font-size:18px;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:10px;
}

span.highlight a:link, span.highlight a:active, span.highlight a:visited {
	color: #F7E628;
} 
span.highlight a:hover {
	color: #F7E628;
} 

h1.h1title {
	border:none;
	text-decoration:none;
	background:none;
	font-size:43px;
}

img.margin {
	margin:25px 0px;
}

img.warrior {
	margin-right:25px;
	display:inline;
}

img.t1logo {
	display:inline;
}