/* GENERIC ELEMENTS : HTML 4.01 */

a {
	color: #ffffff;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {}

abbr {
	border-bottom: 1px #333366 dotted; 
	cursor: help; 
}

abbr:hover {
	/*cursor: help;*/
}

acronym {
	border-bottom: 1px #333366 dotted; 
	cursor: help; 
}

a acronym {
	cursor: pointer;
}

area {}

address {
	margin:15px;
}

b {}

blockquote {
}

blockquote p:before {
}

blockquote p:after {
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: medium;
	background-color: #000;
}

br {}

button {}

caption {}

/* used to cite someone for a quote */
cite {}

del {}

/* Definition */
dfn {}

div {}

/* Definition List */
dl {}

/* Definition Term - In list */
dt {}

/* Emphasize text */
em {}

fieldset {}

fieldset fieldset {}

legend {}

form {}


h1 {
	font-size: 14px;
}

h2 {
	font-size: 105%;
}

h3 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

h4 {}

h5 {}

h6 {}

head {}

i {}

img {}


input {}

label {}

label input {}

label select {}

label textarea {}

legend {}

li {}

link {}

noscript {}

ol {}

/* Groups options together in a dropdown menu */
optgroup {}

option {}

p {
	font-size: 80%;
	width:100%;
}

q {}

q:before {}

q:after {}

script {}

select {}

strong {}

/* Subscript */
sub {}

/* Superscript */
sup {}

table {}

tbody {}

td {}

textarea {}

tfoot {}

th {}

thead {}

title {}

tr {}

ul {}


/* LAYOUT */

#blackBox {
	width: 80px;
	height: 80px;
	background-color: #000;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;	
	z-index: 20;
}


#contentPanel{
	position: absolute;
	width: 250px;
	font-size: 1em;
	color: #FFF;
	background: #f51e30;
	margin:0px;	
	background-image:url(/interface/top_background.gif);
	background-repeat:no-repeat;
	background-position: top left;
	z-index: 50;
	height: 540px;
}

#scroll{
	position: absolute;
	overflow-x: hidden; 
	overflow-y: scroll;
	font-size: 12px;
	color: #FFF;
	width: 225px;
	height: 300px;
	background-color: #f51e30;
	margin-left: 15px;
	padding-right: 10px;
	top: 120px;
	text-align: justify;
}


#contentPanel p {
	width: 225px;
	text-align: left;
	margin-left: 15px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;	
}

#contentPanel h1{
	width: 225px;
	padding-top: 35px;	
	text-align: left;
	margin-left: 15px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

#contentPanel h2{
	width: 225px;
	padding-top: 8px;	
	text-align: left;
	font-size: 0.8em;
	margin-left: 15px;
	margin-top: 0.5em;
	margin-bottom: 0 !important;
}

#holder{
	position: relative;
}

#logo{
	width:100%;
	background: #FFF;
}

#navAndImage {
	position: relative;
	padding-left: 250px;
	color: #FFF;
	padding-bottom: 25px;
}

#navAndImage p {
	width: 90%;
	margin: 1em 1em 1em 1em;
}

#navAndImage h1, #navAndImage h2, #navAndImage h3 {
	color: #f51e30;
	width: 90%;
	margin-left: 16px;
}

#navAndImage ul#newsList{
	list-style-type: none;
	margin-left: 16px;
	padding:0px;
}

#navAndImage li{
	font-size:85%;
	padding-top:0.2em;
}


/** HIGH SEC PDF's **/
.colorHiSec{
	color: #968fc5 ! important;
}

#navAndImage ul#newsList li a:hover{
	color:#f51e30;
}

#navAndImage ul#pdfHighSecurityList{
	list-style-type: none;
	margin-left: 16px;
	padding:0px;
}

#navAndImage ul#pdfHighSecurityList li a:hover{
	color:#968fc5;
}

#navAndImage img {
}

#navHolder{
	position:relative;
	background-color: #000;
	width: 100%;
	z-index: 100;
	height: 1.65em;
}

#newsHolder{
	position: absolute;
	bottom: 0px;
}

#news{	
	position: relative;
	background-color: #000000;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 12px;
	z-index: 100;
	bottom: 0px;
	width: 250px;
}

#news p{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 100%;
	text-align:center;
	
}


#subnav{
	position: relative;
	background-color: #f51e30;
	margin: 0px;
	padding-left: 50px;
	/* WIDTH NOT WORKING PROPERLY */
}

#subnav li{
	display: inline;
	font-size: 0.8em;
	padding-left: 5px;
	padding-right: 5px;
}

#subnav a{
	text-decoration: none;
	padding-left: 20px;
}

#subnav a:hover{
	text-decoration: underline;
}

#tabLeft {
	background-image:url(/interface/tab/leftTab.gif);
	background-repeat: no-repeat;
	margin-left: -17px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-position: top left;
}

#tabRight {
	margin-left: 7px;
	background-image: url(/interface/tab/rightTab.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 2px 40px 5px 9px;
	margin-left: 43px;
	color: #FFF;
	background-color: black;
	text-decoration: none;
	font-size: 100%;
	text-transform: uppercase;
}

#whiteSpacer {
	background-color: #FFFFFF;
	float: top;
}









#navAndImage form{
	position:absolute;
	width: 60%;
	margin: 10px;
}

#navAndImage form fieldset {
	border: 1px solid #FFF;
	padding-top: 10px;
	margin-bottom:25px;
}

#navAndImage form fieldset fieldset{
	border: 1px solid #FFF;
	margin:10px;
}

#navAndImage input,  #navAndImage select {
	margin-bottom: 1em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
}

#navAndImage textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	margin-bottom: 1em;
}

#navAndImage form legend {
	color: #FFF;
	text-align: center;
	font-size: 80%;
	margin: 10px 10px 10px 10px;
}

#navAndImage form label {
	width: 6em;
	float: left;
	text-align: right;
	margin: 2px 8px 8px 8px;
	clear: left;	
	font-weight: bold;
	font-size: 80%;
}

#navAndImage form #submit {
	margin-left: 250px;
	float:center;
}


#navAndImage form label#wantQuoteLabel{
	width:60%;
	color:white;
	text-align: left;
	margin:0px;
	padding:0px;
}

#navAndImage form input#wantQuoteCheck{
	float:left;
	margin:0px;
	padding:0px;
}















/* RECURRING ATTRIBUTES : CLASS */

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.floatCenter {
	float: center;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.highlight {
	color: #FF0000;
}


* html .skip {
} /*Seen by IE*/

html:not([dummy]) .skip {
} /*Seen by Moz and FF*/

.skip {	
} /*Opera*/

.skip a {
}

.skip a:focus, .skip a:active {
}

.skip a#cont {
}

.skip a#cont:focus, .skip a#cont:active {
}

.skip a:hover {
}

#sitemap{
	font-size: 80%;
	padding: 0px 0px 0px 10px;
	color: #fff;
}

#contactInfo{
	font-size: 0.89em;
	padding-top: 12px;
}

/****  NEW PRODUCTS PAGE ****/
.newProductsRow {
	float: left;
	clear: left;
}

.newProductsItem img{
	margin: 0px 0 10px 10px;
	overflow: hidden;
}

.newProductsItem, .newProductsItem a, .newProductsItem a img {
	border: 0 !important;
	background-color: pink !important;
}

.smallText {
	font-size: 0.7em;
}




/**** VIDEO PAGE ****/
.videoRow{
	float: left;
	overflow: hidden;
	height: 100%;
	clear: left;
	width: 500px;
	margin-bottom: 10px;
}

.videoImage img{
	float: left;
	margin: 0px 0 0 10px;
	border: 1px solid green;
}

.videoRow a img{
	border: 0;
}

h1#videoH1{
	margin-top: 5px;
	padding: 0;
}

h1#videoHeadingMain{
	margin-bottom: 20px;
}

#video{
	margin-top: 35px;
	margin-left: 35px;
}


p.contentTextWidth {
	width: 480px !important;
}