html,body{
	min-width: 780px;
	height: 100%;
	margin: 0px;
	color: white;
	font-family: sans-serif;
	background-color: black;
 	background-image: url('/images/leftbar3.gif');
	background-repeat: repeat-y;
	font-size: 10pt;
	}

form{
	padding: 0px;
	margin: 0px;	
	}

h1 {
	color: white;
	font-size: 18pt;
	margin: 5px;
	}


h2 {
	color: white;
	font-size: 14pt;
	font-weight: bold;
	margin: 5px;
	}

li {
	font-size: 12pt;
	font-weight: bold;	
	margin-bottom: 5px;
	list-style: square;
	}
		
img{
	padding: 0px;
	margin: 0px;
	border: 0px;
	}

table{
	text-align: center;
	}

ul{
	padding-left: 20px;
	font-size: 12px;
	font-weight: regular;
	}
	
li{
	margin-top: 10px;
	font-size: 14px;
	}
	
.hidden{
	display: none;
	}
/* ----------------------------- Stupid IE fixes :( --------------------------*/

.li2 {
	
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: -20px;
	}
	
.img2 {
	padding: 0px;
	margin: 5px;
	border: none;
	}

/* ----------------------------- HEADER --------------------------*/	
	
	
#header{
	width: 100%;
	height: 83px;
	left: 0px;
	top: 0px;
	background: url('/images/banner2.gif');
	}


/* ----------------------------- LEFT BAR --------------------------*/

#leftcolumn{
	position: absolute;
	top: 210px;
	left: 0px;
	width: 148px;
	height: 100%;
	background-image: url('/images/leftbar3.gif');
	
	}
	
#buttonbar{
	width: 200px;
	height: 150px;
	background-color: black;
	border: 2px solid white;
	border-left: 0px;
	margin-bottom: 2px;
	}
	

.button{
	background: none;
	color: white;
	margin-left: 5px;
	margin-right: 5px;	
	margin-bottom: 2px;
	margin-top: 2px;	
	padding: 1px;
	padding-left: 5px;	
	border: 1px solid #466594;
	border-left: 10px solid #466594;
	font-size: 9pt;	
	cursor: pointer;
	text-decoration: none;		
	}

.button:hover{
	background: #466594;
	}

.featuredbox{
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;	
	border: 1px solid #466594;	
	padding: 3px;
	font-size: 8pt;
	text-align: center;
	}

.featureditem{
	border: 1px solid #466594;	
	margin-bottom: 5px;
	text-align: left;
	padding: 2px;
	}

.featureditem:hover{
	background: #466594;
	}
	

/* ----------------------------- CENTER --------------------------*/

		
#centercolumn{
	min-width: 350px;
	margin-left: 151px;
	margin-right: 122px;
	top: 83px;
	color: white;
	}

#copyright {
	color: #dddddd;
	font-size: 9pt;
}
	
#copyright a:link{
	color: #dddddd;
	font-size: 9pt;
	text-decoration: none;
}

#copyright a:visited{
	color: #dddddd;
}

#copyright a:hover{
	color: white;
	text-decoration: underline;
}

#centerbar{
	text-align: left;
	background: url('/images/centerbar-m4.gif') repeat-x;
	height: 33px;
	font-size: 9pt;
	cursor: pointer;
	}

#centerbar a{
	color: #EBEDDD;
	text-decoration: none;
	cursor: pointer;
	}

#centerbar a:hover{
	color: white;
	}

.centerbarlink{
	cursor: pointer;
	float: left;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;			
	height: 26px;
	background: url('/images/centerbar-m5.gif') repeat-x;
	}

.centerbarlink:hover{
	background: url('/images/centerbar-m3.gif') repeat-x;
	}

.centerbarlinkon{
	cursor: pointer;
	float: left;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;			
	height: 26px;
	background: url('/images/centerbar-mglow.gif') repeat-x;
	}

.content{
	margin-top: 3px;
	padding: 5px;
	border: 1px solid #0F4170;
	border-top: 5px solid #0F4170;
	font-size: 9pt;
	}
	
.innercontent{
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #0F4170;
	border-top: 5px double #0F4170;
	font-size: 12px;
	background-color: #051625;
	text-align: left;
	
	}	

.innercontent a{
	color: white;
	}

.innercontent a:hover{
	color: gray;
	}

.innercontentheader{
	margin-top: 5px;
	border: 1px solid #0F4170;
	border-top: 1px solid #0F4170;
	background-color: #051625;
	}	

#sublinks{
	font-size: 10pt;
	margin-bottom: 10px;
	padding-bottom: 2px;
	color: grey;
	border-bottom: 2px solid #344e65;
	}
	
#sublinks a {
	color: white;
	text-decoration: none;
	margin-right: 7px;
	padding: 2px;
	}
	
#sublinks a:hover {
	background-color: #1E2C39;
	}

.current{
	color: white;
	background-color: #344e65;
	border-bottom: 0px;
	padding: 2px;
	}

.continue{
	cursor: pointer;
	margin: 0px;
	height: 20px;
	display: inline;
	color: white;
	padding: 0px;
	font-weight: 9pt;
	background: url('/images/bluegradient.jpg');
	border: 1px solid white;	
	}
	
.designs td{
	padding-bottom: 20px;
	}

.designs img{
	border: 1px solid gray;
	}


/* ----  This is for products page ---------*/
.table3{
	color: black;
	width: 100%;
	border: 1px solid #00123B;
	margin-bottom: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #9EBEF3;
	}

.table3 td{
	text-align: left;
	border-bottom: 1px solid #0F4170;
	vertical-align: top;
	padding: 5px;
	}

.table3 th{
	text-align: center;
	background-color:	#466594;
	border-bottom: 1px solid #00123B;
	color: white;
	}

.table3 img{
	margin: 5px;
	}

.c1{
	background-color: #8AABDF;
	color: white;
	}
	
/* ----  End products page ---------*/

/* ----  This is for features pages ---------*/

.features{
	margin-left: auto;
	margin-right: auto;	
	border-spacing: 0px;
	border-collapse: collapse;
	width: 482px;
	text-align: center;
	}

.features td{
	height: 85px;
	vertical-align: top;
	border-top: 2px solid black;
	border-bottom: 2px solid black;	
	font-size: 12pt;
	font-weight: bold;
	}

.features a{
	text-decoration: none;
	}
	
.features p{
	margin: 5px;
	}

/* ----  End features page ---------*/

/* ----  This is for samples page ---------*/

.sample{
	color: white;
	width: 100%;
	border: 1px solid #00123B;
	margin-bottom: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #9EBEF3;
	}

.sample td{
	border-bottom: 1px solid #0F4170;
	vertical-align: top;
	}

.sample th{
	text-align: center;
	background-color:	#466594;
	border-bottom: 1px solid #00123B;
	color: white;
	}

.sample img{
	border: 1px solid white;
	margin: 5px;
	}

.samplepic{
	background-color: #8AABDF;
	border-right: 1px solid #0F4170;
	}

.sampleinfo{
	text-align: left;
	border-bottom: 1px solid #00123B;
	background-color: #8AABDF;
	color: black;
	padding: 2px;
	font-weight: bold;
	}

.samplequote{
	text-align: left;
	height: 80px;
	overflow: auto;
	padding: 5px;
	color: black;
	}

.samplevr{
	cursor: pointer;
	border: 1px	solid #0F4170;
	background-color: #8AABDF;
	color: white;
	font-weight: bold;	
	font-size: 8pt;
	text-align: center;
	width: 120px;
	}
	
.samplevr:hover{	
	background-color: gray;
	}
	
/* ----  End sample page ---------*/


/* ----------------------------- RIGHT --------------------------*/


#rightcolumn {
	height: 100%;
	position: absolute;
	width: 120px;
	top: 80px;
	right: 0px;
	}	

#login{
	font-size: 8pt;
	text-align: center;
	margin: 3px;
	margin-left: 0px;
	padding: 5px;
	border: 1px dashed #466594;
	}

#login a{
	color: white;
	}

#login input{
	cursor: pointer;
	color: white;
	padding: 2px;
	font-weight: 10pt;
	background-color: #00294D;
	border: 1px solid white;	
	}

.logtext{
	width: 90%;
	}

#adspace{
	font-size: 9pt;
	margin-top: 2px;
	background-image: url('/images/rightbar.gif');
	height: 100%;
	text-align: center;
	}
	
/******************homepage*****************************/

.hometable {
	border: none;
	margin: 5px;
	font-size: 12px;	

}

.hometable a{
	color: #F0AE00;
	text-decoration: none;
}

.hometable a:hover{
	color: #466594;
	text-decoration: underline;
}