
	/* Pre-CSS Setup

-----------------------------------------------------------------------------*/

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight:normal;
	font-size:14px;
}

	/* text and color setup

-----------------------------------------------------------------------------*/

body{
	background: #ffffff url(../images/layout/bg.jpg) center top;
	font-size: 14px;
	font-family: tahoma; 
	line-height:20px;
	color: #000000;
}

* html body{
	background: #ffffff url(../images/layout/bg_ie6.jpg) center top;
}

h1{
	font-size:48px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-2px;
	margin-bottom:15px;
	color:#f05329;
}

h2{
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-2px;
	line-height:48px;
	margin-bottom:15px;
	color:#f05329;
}

h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	color:#000000;
}

h4{
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-2px;
	line-height:48px;
	margin-bottom:15px;
	border-bottom: 4px solid #212330;
	color:#f05329;
}

h5{
	width:100%;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#b63f1f;
	color:#ffffff;
	padding:5px;
}

h6{
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	letter-spacing:-2px;
	line-height:48px;
	margin-bottom:15px;
	border-bottom: 4px solid #212330;
	color:#f05329;
}

a:link{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#00008c;
}

a:visited{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#00008c;
}

a:hover{
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	color:#00008c;
}

a.menulink:link{
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#f05329;
}

a.menulink:visited{
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#f05329;
}

a.menulink:hover{
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
.menubutton input{
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	background-color: transparent;
	color:#f05329;
	position: relative;
	top:-7px;
	left: -4px;
}
.menubutton input:link{
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#f05329;
}

.menubutton input:visited{
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#f05329;
}

.menubutton input:hover{
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a.footerlink:link{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

a.footerlink:visited{
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#000000;
}

a.footerlink:hover{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

ol{
	list-style-position:outside;
	margin-left:60px;
	text-align:left;
	line-height:15px;
}

ul{
	list-style:disc;
	list-style-position:outside;
	margin-left:60px;
	text-align:left;
	line-height:18px;
}

li{
	text-align:left;
	padding-top:5px;
}

.boldtext{
	font-weight:bold;
}

.qtytextbar {
	width:30px; 
	height:20px; 
	background-color:#ffffff;
	border:solid 1px #000000; 
	color:#f05329;
}

* html .qtytextbar {
	width:25px; 
}

.textbar {
	width:300px; 
	height:20px; 
	background-color:#ffffff;
	border:solid 1px #000000; 
	color:#f05329;
}

* html .textbar {
	width:290px; 
}

.textbox {
	width:540px; 
	height:100px; 
	background-color:#545454; 
	color:#ffffff; 
	font-family:tahoma;
}

*html .textbox {
	width:540px; 
}

	/* Layout

-----------------------------------------------------------------------------*/

.page{
	width:100%;
	height:100%;
	text-align:center;
}

.container{
	width:959px;
	text-align:left;
	margin:0 auto;
}

.top{
	width:960px;
	height:141px;
	float:left;
}

.title{
	width:349px;
	height:141px;
	float:left;
}

.middle{
	width:419px;
	height:141px;
	background: url(../images/layout/bg_middle.jpg) no-repeat;
	float:left;
}

.ires{
	width:192px;
	height:141px;
	float:left;
}

.menu{
	width:960px;
	height:86px;
	float:left;
}

.menubutton{
	width:101px;
	height:66px;
	padding-top:20px;
	padding-left:5px;
	font-size:10px;
	line-height:15px;
	background: url(../images/layout/bg_menubutton.jpg) no-repeat;
	float:left;
}

* html .menubutton{
	width:106px;
	height:86px;
}

.menubuttonlast{
	width:107px;
	height:66px;
	padding-top:20px;
	padding-left:5px;
	font-size:10px;
	line-height:15px;
	background: url(../images/layout/bg_menubuttonlast.jpg) no-repeat;
	float:left;
}

* html .menubuttonlast{
	width:112px;
	height:86px;
}

.center{
	width:960px;
	padding-top:10px;
	float:left;
}

.content{
	width:920px;
	padding-top:40px;
	padding-left:20px;
	float:left;
}

* html .content{
	width:940px;
}

.box1{
	width:930px;
	height:191px;
	padding-top:25px;
	padding-left:30px;
	background: url(../images/layout/bg_box1.jpg) no-repeat;
	color:#bfe0eb;
	float:left;
}

* html .box1{
	width:960px;
	height:216px;
}

.box2{
	width:290px;
	height:273px;
	padding:15px;
	background:url(../images/layout/bg_box2short.jpg);
	color:#bfe0eb;
	float:left;
}

* html .box2{
	width:320px;
	height:303px;
}

.box3{
	width:286px;
	height:273px;
	padding:15px;
	background: url(../images/layout/bg_box3short.jpg) no-repeat;
	color:#bfe0eb;
	float:left;
}

* html .box3{
	width:316px;
	height:303px;
}

.box4{
	width:294px;
	height:273px;
	padding:15px;
	background: url(../images/layout/bg_box4.jpg) no-repeat;
	color:#bfe0eb;
	float:left;
}

* html .box4{
	width:324px;
	height:303px;
}

.spacer{
	width:960px;
	height:80px;
	float:left;
}

.footer{
	width:960px;
	height:30px;
	float:left;
}

.links{
	width:690px;
	padding-left:10px;
	float:left;
}

* html .links{
	width:700px;
}

.copyright{
	width:260px;
	font-size:10px;
	color:#515151;
	float:left;
}


	/* Special

-----------------------------------------------------------------------------*/

.aboutright{
	width:520px; 
	float:left;
}

* html .aboutright{
	width:510px; 
	float:left;
}

.hoverborder{
	border:#00008c solid 2px;
}

.hoverborder:hover{
	border-color:#f05329;
}

.productsidebar{
	width:180px; 
	border:1px solid #171e26; 
	background-color:#181f3b; 
	margin-right:40px; 
	color:#ffffff; 
	padding:10px; 
	float:left;
}

* html .productsidebar{
	width:200px; 
}

a.sidebar:link{
	color:#ffffff;
}

a.sidebar:visited{
	color:#ffffff;
}

a.sidebar:hover{
	color:#ffffff;
	text-decoration:underline;
}

.videodiv{
	width:576px;
	height:437px;
	padding-top:30px;
	padding-left:16px;
	background-image:url(../images/videobg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	float:left;
}

* html .videodiv{
	width:592px;
	height:467px;
}

.videoselection{
	width:300px;
	height:465px;
	border:1px solid #cccccc;
	float:right;
}

.geekpower
{
  position: relative;
  left: -9999px;
  font-size: 8px;
  height: 5px;
  
}
.geekpower a
{
  color: #DDDDDD;
  font-size: 8px;
}
.geekpower a:hover
{
  left: 0;
}

/* Editor */
#editor{
	margin:0 auto;
	border: 1px solid;
	margin-top: 15px;
}
.formLink:link{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background-color: #e0dfe3;
	padding: 0 5px;
}
.formLink:visited{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background-color: #e0dfe3;
	padding: 0 5px;
}
.formLink:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	background-color: #e0dfe3;
	padding: 0 5px;
}
/* Admin Login */
#login{
	margin:5px 20px;
	padding: 5px;
	border:1px solid;
	width: 25%;
	
}
#login .submit{
	position: relative;
	background-color: #CAC7C2;
	color: #F05329;
	width: 240px;
	border:1px solid black;
	margin-top: 1px;
	font-size:18px;
}
#login .text{
	border:1px solid;
	position: relative;
	left: 22px;
}
#login .label{
	float: left;
	width: 30%;
}