a:link, a:visited{
	color: #CC0000;
	text-decoration: underline;
}

a:hover, a:active{
	color: #666666;
	text-decoration: underline;
}

a img{
	border: 0;
}

.about-box{
	height: 550px;
/*	overflow: auto; */
	overflow: hidden; 
	border: #EFEFEF 5px solid;
	background: #FFFFFF;
}

.about-box .about-padding{
	margin: 15px;
}

.about-box .about-padding input, .about-box .about-padding textarea{
	margin-bottom: 15px;
}

.about-box p{
	padding: 0 15px;
}

.about-box table{
	width: 410px;
	margin: 0 15px;
}

#about-left{
	float: left;
	width: 440px;
	margin-right: 5px;
}

#about-left strong{
	color: #FF0000;
}

#about-right{
	float: left;
	width: 270px;
	color: #666666;
}

#about-wrapper{
	margin-top: 15px;
	padding: 5px;
	background: #C7C9C9;
}

.bluetooth{
	background: url("../images/bluetooth.png") center right no-repeat;
	padding-right: 130px;
}

body{
	font-family: arial, verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
	background: #D3DBDF url("../images/page-background.jpg") top left repeat-x;
}

#breadcrumbs{
	margin: 0 15px 15px 15px;
	padding: 5px;
	background: #B9BCBC url("../images/breadcrumbs-bg.png") top left repeat-x;
	color: #EEEEEE;
}

#breadcrumbs a:link, #breadcrumbs a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#col1{
	float: left;
	width: 200px;
	margin-left: 15px;
	min-height: 600px;
	background: #B9BCBC url("../images/col1-bg.jpg") top left repeat-x;
	font-weight: bold;
}

#col1 .listContainer{
	margin-top: 0;
}

#col1 hr{
	display: none;
}

#col1 ol{
	margin: 0;
	padding: 5px 15px 15px 15px;
}

#col1 ol li{
	list-style-type: none;
	margin-top: 10px;
}

#col1 ol li a{
	display: block;
	padding: 5px;
	background: #ECECEC;
}

#col1 ol li a:link, #col1 ol li a:visited{
	color: #333333;
	text-decoration: none;
}

#col1 ol li a:hover, #col1 ol li a:active{
	color: #666666;
	text-decoration: none;
}

#col1 ol li.current a{
	background: #666666;
}

#col1 ol li.current a:link, #col1 ol li.current a:visited{
	color: #FFCC00;
	text-decoration: none;
}

#col1 ol li.current a:hover, #col1 ol li.current a:active{
	color: #FFCC00;
	text-decoration: none;
}

#col1 ol ol{
	padding: 0;
}

#col1 ol ol li{
	margin-top: 0;
}

#col1 ol ol li a{
	padding: 3px 5px;
	background: transparent;
	border-top: #999999 1px solid;
}

#col1 ol ol li.first a{
	border-top: 0;
}

#col1 ol ol li a:link, #col1 ol ol li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#col1 ol ol li a:hover, #col1 ol ol li a:active{
	color: #FFCC00;
	text-decoration: none;
}

#col1 ol ol li.current a, #col1 ol ol li.current-first a{
	background: transparent;
}

#col1 ol ol li.current-first a{
	border-top: 0;
}

#col1 ol ol li.current a:link, #col1 ol ol li.current a:visited, #col1 ol ol li.current-first a:link, #col1 ol ol li.current-first a:visited{
	color: #333333;
	text-decoration: none;
}

#col1 ol ol li.current a:hover, #col1 ol ol li.current a:active, #col1 ol ol li.current-first a:hover, #col1 ol ol li.current-first a:active{
	color: #FFCC00;
	text-decoration: none;
}

#col1 ol ol ol{
	margin: 0;
	padding: 0 0 0 10px;
}

#col1 ol ol ol li a, #col1 ol ol ol li.current a, #col1 ol ol ol li.current-first a{
	border-top: 0;
	background-image: url("../images/nav-arrow.gif");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 10px;
}

#col1 ol ol ol li a:link, #col1 ol ol ol li a:visited{
	color: #333333;
	text-decoration: none;
}

#col1 ol ol ol li a:hover, #col1 ol ol ol li a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#col1 ol ol ol li.current a:link, #col1 ol ol ol li.current a:visited, #col1 ol ol ol li.current-first a:link, #col1 ol ol ol li.current-first a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#col1 ol ol ol li.current a:hover, #col1 ol ol ol li.current a:active, #col1 ol ol ol li.current-first a:hover, #col1 ol ol ol li.current-first a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#col1 ol ol ol ol{
	border-bottom: 0;
}

#col2{
	float: left;
	width: 745px;
	margin-left: 15px;
}

#container{
	margin: 0 auto;
	width: 990px;
	font-size: 1.2em;
	background: #FFFFFF;
}

#content-wrapper{
	margin-top: 15px;
	padding: 5px;
	background: #C7C9C9;
}

#content-wrapper .inner{
	border: #EFEFEF 5px solid;
	background: #FFFFFF;
	padding: 5px 15px;
}

.errormsg{
	font-weight: bold;
	color: #CC0000;
}

.final-notice{
	text-align: center;
	font-size: 125%;
}

#footer{
	clear: both;
	margin-bottom: 20px;
	padding: 10px 15px 10px 0;
	background: #999999;
	border-top: #FFFFFF 15px solid;
	color: #FFFFFF;
}

#footer hr{
	display: none;
}

#footer ul{
	margin: 0;
	padding: 0;
}

#footer ul li{
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#footer ul li a:link, #footer ul li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#footer ul li a:hover, #footer ul li a:active{
	color: #FFFFFF;
	text-decoration: underline;
}

#header{
	margin: 0 15px;
	height: 123px;
	background: #FF0000 url("../images/header-bg.png") top left repeat-x;
}

#header hr{
	clear: both;
	display: none;
}

#header-info{
	float: right;
	margin-top: 30px;
	padding-right: 30px;
	text-align: right;
	color: #FFFFFF;
}

#header-info a:link, #header-info a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#header-info a:hover, #header-info a:active{
	color: #FFCC00;
	text-decoration: none;
}

#header-info span.phone{
	font-size: 200%;
}

#header-info span.phone strong{
	color: #FFCC00;
}

label{
	cursor: pointer;
	display: block;
}

#larger-image{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/transparent.png");
	text-align: center;
}

#larger-image img{
	max-width: 100%;
	max-height: 100%;
}

#logo{
	float: left;
	margin: 15px 0 0 15px;
}

.home-box{
	width: 335px;
	margin-top: 15px;
	padding: 15px 15px 5px 15px;
	color: #FFFFFF;
}

.home-box h2{
	margin: 0;
	color: #FFCC00;
	font-size: 125%;
}

#home-left{
	float: left;
	background: #FF0000 url("../images/home-left.png") bottom left repeat-x;
}

#home-right{
	float: right;
	background: #666666 url("../images/home-right.png") bottom left repeat-x;
}

#homepage{
	margin: 15px 0 0 0;
	border-top: #C7C9C9 5px solid;
	background: #C7C9C9;
}

#homepage ul{
	margin: 0;
	padding: 0;
	background: #C7C9C9;
}

#homepage ul li{
	float: left;
	width: 170px;
	padding: 5px;
	list-style-type: none;
	background: #EFEFEF;
	border-left: #C7C9C9 5px solid;
	border-bottom: #C7C9C9 5px solid;
	font-weight: bold;
}

#homepage ul li a.textlink{
	padding-left: 5px;
	padding-right: 10px;
	background-image: url("../images/arrow.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

#homepage ul li a:link, #homepage ul li a:visited{
	color: #333333;
	text-decoration: none;
}

#homepage ul li a:hover, #homepage ul li a:active{
	color: #666666;
	text-decoration: none;
}

#homepage ul li img{
	margin-bottom: 5px;
}

#loading{
	display: none;
}

#loading img{
	vertical-align: text-top;
}

#main{
	background: url("../images/main-bg.gif") top left repeat-y;
}

.order_options{
	padding: 0;
}

.order_options li{
	list-style-type: none;
	padding-left: 40px;
	min-height: 32px;
	margin: 0 0 10px 0;
}

.order_options #op1{
	background: url("../images/order_icon_phone.png") center left no-repeat;
}

.order_options #op2{
	background: url("../images/order_icon_fax.png") center left no-repeat;
}

.order_options #op3{
	background: url("../images/order_icon_online.png") center left no-repeat;
}

#product{
	margin-top: 15px;
	padding: 5px;
	background: #C7C9C9;
}

#product .back{
	float: right;
	margin-left: 10px;
	background: #666666;
	font-weight: bold;
	padding: 5px;
}

#product .back a{
	padding-left: 10px;
	background: url("../images/back.gif");
	background-position: center left;
	background-repeat: no-repeat;
}

#product .back a:link, #product .back a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#product .back a:hover, #product .back a:active{
	color: #FFFFFF;
	text-decoration: none;
}

#product h2{
	margin: 0;
	padding: 5px;
}

.product-box{
	background: #FFFFFF;
	border: #EFEFEF 5px solid;
}

#product-left{
	float: left;
	width: 475px;
	height: 310px;
	padding-right: 5px;
}

#product-left .info{
	float: left;
	width: 175px;
	height: 310px;
	background: #EFEFEF;
}

#product-left .info form{
	padding: 0 8px;
}

#product-left .info p{
	padding: 0 10px;
}

#product-left .image{
	margin: 5px 0;
}

#product-right{
	float: right;
	width: 220px;
	height: 300px;
	padding: 5px;
	background-position: top left;
	background-repeat: no-repeat;
}

#product-right p{
	padding-left: 60px;
	background-position: center left;
	background-repeat: no-repeat;
	min-height: 60px;
}

#product-right p.key-contact{
	background-image: url("../images/key_contact.jpg");
}

#product-right p.key-email{
	background-image: url("../images/key_email.jpg");
}

#product-right p.key-info{
	background-image: url("../images/key_info.jpg");
}

#product-right strong{
	color: #FF0000;
}

#products{
	margin-top: 15px;
	background: #C7C9C9;
	padding-right: 4px;
}

.products-extended{
	padding-bottom: 5px;
}

#products h2{
	margin: 0;
	padding: 5px 5px 5px 10px;
}

#products .inner{
	margin: 0 1px 0 5px;
	padding: 5px 15px;
	background: #FFFFFF;
	border: #EFEFEF 5px solid;
}

#products ul{
	margin: 0;
	padding: 0;
}

#products ul li{
	float: left;
	width: 230px;
	height: 270px;
	padding: 6px;
	overflow: hidden;
	list-style-type: none;
	background: #EFEFEF;
	border-left: #C7C9C9 5px solid;
	border-bottom: #C7C9C9 5px solid;
}

#products ul li.double{
	width: 477px;
}

#products ul li div{
	padding-left: 5px;
}

#products li a.textlink{
	padding-right: 10px;
	background-image: url("../images/arrow.gif");
	background-position: center right;
	background-repeat: no-repeat;
	font-weight: bold;
}

#products li a:link, #products li a:visited{
	color: #333333;
	text-decoration: none;
}

#products li a:hover, #products li a:active{
	color: #666666;
	text-decoration: none;
}

#products li img{
	margin-bottom: 5px;
}

#report-accounts{
	padding-top: 4px;
	height: 487px;
	background: url("../images/finance_report.jpg") top left no-repeat;
}

#report-accounts h3{
	margin-left: 350px;
}

#report-accounts ul{
	margin-left: 350px;
}

.right{
	float: right;
}

.spacer{
	clear: both;
}

.tbl{
	background: #C7C9C9;
	border: 0;
}

.tbl td{
	background: #FFFFFF;
	border: 0;
}

.tbl th{
	background: #EFEFEF;
	border: 0;
}

.title img{
	float: left;
	border-right: #FFFFFF 15px solid;
}

.title p{
	margin: 0;
	padding: 10px 0;
	border-bottom: #CCCCCC 1px solid;
}
