/* GLOBAL PROPERTIES */

body {
	margin: 0;
	padding: 0;
	background: black;
}

body,p,table,tr,td {
	font-family: Arial, Helvetica, Sans-serif;
}

input,select,textarea {
	font-size: 11px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC00;
	width: 602px;
	background: url(images/sharedimgs/h1.gif) no-repeat;
	padding: 25px 0 4px 13px;
	margin: 0;
}

h1 a{
	text-decoration: none;
	color: #FFCC00;
}

h2 {
	font-size: 12px;
	color: #FFCC00;
	font-weight: bold;
	background: url(images/sharedimgs/hr.gif) no-repeat bottom left;
	margin: 5px 5px 5px -10px;
	padding: 0 0 5px 10px;
}

/* IDS */

#aboutus {
	background: url(images/aboutus/main-image.jpg) no-repeat top;
}

#about-points {
	padding: 0;
	margin: 0 0 0 20px;
}

#about-points ul{
	padding: 0;
	margin: 0;
}

#about-points li{
	list-style-image: url(images/aboutus/about-li.gif);
	padding: 0 0 0 5px;
	margin: 0;
}

#customer-name {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}

#graphic-bg {
	background: url(images/gallery/gallery-bg.jpg) repeat-y black;
}

#gallery {
	background: url(images/gallery/gallery-bg.jpg) repeat-y black;
}

#gallery .pagnation {
	float: right;
}


#gallery .pagnation .previous a{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFCC00;
	background: url(images/gallery/arrows-previous.gif) no-repeat left;
	padding-left: 20px;
	padding-right: 5px;
	text-decoration: none;
	width: 150px;
	border-right: solid 1px #FFCC00;
}

#gallery .pagnation .next a{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFCC00;
	background: url(images/gallery/arrows-next.gif) no-repeat right;
	padding-left: 5px;
	padding-right: 23px;
	text-decoration: none;
	width: 125px;
	text-align: right;
}

#gallery .thumbnail {
	border: solid 1px red;
	width: 238px;
	margin: 20px 15px 10px 14px;
	background: black;
}

#gallery .thumbnail .text {
	font-size: 11px;
	color: white;
	padding: 0 10px 10px 10px;
}

#gallery .thumbnail .text .specs {
	padding-left: 18px;
	padding-top: 2px;
	background: url(images/gallery/first-line-arrow.gif) no-repeat top left;
}

#gallery .large {
	border: solid 1px red;
	margin: 20px 15px 10px 14px;
	background: black;
	width: 500px;
}

#gallery .large .text {
	font-size: 11px;
	color: white;
	padding: 0 10px 10px 10px;
}

#gallery .large .text .specs {
	width: 200px;
	padding-left: 18px;
	background: url(images/gallery/first-line-arrow.gif) no-repeat top left;
}

#gallery .large .return {
	border-top: solid 1px red;
	height: 25px;
	padding-right: 10px;
}

#gallery .large .return a{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFCC00;
	background: url(images/gallery/arrows-previous.gif) no-repeat left;
	text-decoration: none;
	padding-left: 20px;
}

#press-bg {
	background: url(images/press/press-bg.jpg) repeat-y black;
}

#prods-bg {
	background: url(images/prods/prods-bg.jpg) repeat-y black;
}

#prods-bg .pagnation {
	float: right;
}

#prods-bg .pagnation .previous a{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFCC00;
	background: url(images/gallery/arrows-previous.gif) no-repeat left;
	padding-left: 20px;
	padding-right: 5px;
	text-decoration: none;
	width: 150px;
	border-right: solid 1px #FFCC00;
}

#prods-bg .pagnation .next a{
	font-size: 10px;
	text-transform: uppercase;
	color: #FFCC00;
	background: url(images/gallery/arrows-next.gif) no-repeat right;
	padding-left: 5px;
	padding-right: 23px;
	text-decoration: none;
	width: 125px;
	text-align: right;
}

#prods-2-bg {
	background: url(images/prods/prods-bg.jpg) no-repeat black;
}

#prods-2-bg #product {
	background: black;
	width: 528px;
}

#prods-2-bg #product .prod-title {
	font-weight: bold;
	color: #FFCC00;
	text-transform: uppercase;
}

#prods-2-bg #product .variation {
	border-top: solid 1px #FFCC00;
}

#prods-2-bg #product .variation .title {
	font-size: 12px;
	color: #FFCC00;
	text-transform: uppercase;
	padding-left: 10px;
	height: 25px;
}

#prods-2-bg #product .variation .top td{
	background: #FFCC00;
	color: black;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	height: 25px;
}

#prods-2-bg #product .variation .rows td{
	font-size: 11px;
	color: white;
	padding-left: 10px;
	height: 30px;
}

#side-menu {
	float: left;
}

#side-menu ul{
	width: 156px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#side-menu li{
	margin: 0 0 0 6px;
	padding: 5px 0 0 0;
	color: #FF0000;
	text-transform: capitalize;
	font-size: 11px;
	background: url(images/side-menu/link-divider.gif) no-repeat bottom;
	height: 27px;
}

#side-menu li a{
	display: block;
	margin-left: 5px;
	padding-left: 8px;
	background: url(images/side-menu/bullet.gif) no-repeat left top;
	text-decoration: none;
	color: #FF0000;
}

#side-menu li a:hover{
	color: #FFCC00;
	background: url(images/side-menu/bullet-on.gif) no-repeat left top;
}

#thumbs table{
	display: inline;
	float: left;
}

/* CLASSES */

.events {
	border: solid 1px red;
	width: 238px;
	margin: 20px 15px 10px 14px;
	background: black;
}

.events .text .event {
	color: #FFCC00;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.events .text {
	font-size: 11px;
	color: white;
	padding: 0 10px 10px 10px;
}

.highlighted {
	color: #FFCC00;
	font-weight: bold;
}

.hotprod {
	font-size: 11px;
	color: white;
	padding: 0 10px 5px 10px;
}

.hotprod:first-line {
	color: #FFCC00;
	font-weight: bold;
	text-transform: uppercase;
}

.dealer-result {
	background: url(images/sharedimgs/hr.gif) no-repeat top;
	padding-top: 15px;
	padding-left: 20px;
	margin-top: 15px;
	margin-left: -11px;
	font-size: 11px;
	color: white;
}

.dealer-result:first-line {
	font-size: 13px;
	color: #FFCC00;
	font-weight: bold;
}

.move10 {
	padding-left: 10px;
}

.product-thumbs {
	width: 222px;
	margin: 20px 15px 10px 14px;
	background: black;
}

.product-thumbs .bg {
	background-position: center center;
	background-repeat: no-repeat;
	width: 222px;
	height: 146px;
	border-right: solid 1px red;
	border-left: solid 1px red;
	text-align: center;
}

.product-thumbs .text{
	font-size: 11px;
	color: white;
	padding: 10px;
}

.product-thumbs .text .prod-title {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-transform: uppercase;
}

.press {
	margin-top: 20px;
	border: solid 1px red;
	background: black;
}

.press .bg {
	background-repeat: no-repeat;
	background-position: center center;
}

.press .text {
	font-size: 11px;
	color: white;
}

.press .title {
	font-size: 13px;
	color: #FFCC00;
	font-weight: bold;
}

.site-text {
	font-size: 12px;
	color: white;
}

.site-text a{
	color: white;
}

.site-text2 {
	font-size: 12px;
	color: #FFCC00;
}

.site-text2 a{
	color: red;
}

.support {
	padding-left: 10px;
}

.support .heading{
	color: #FFCC00;
	font-size: 12px;
	font-weight: bold;	
}

.support li a{
	text-decoration: none;
	color: white;
}

.support li a:hover{
	text-decoration: underline;
}

.tech-installation {
	border: solid 1px red;
	background: black;
	width: 238px;
	margin: 15px 15px 15px 0;
}

.tech-installation .title {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background: url(images/techsupport/prod-pdf-header.gif) no-repeat black;
	vertical-align: text-top;
	padding: 6px 0 0 30px;
	height: 30px;
	border-bottom: solid 1px red;
	width: 238px;
}

.tech-installation .links{
	padding: 10px 0 10px 0;
}

.tech-installation .links ul{
	padding: 0;
	margin-left: 10px;
	list-style: none;
}

.tech-installation .links a{
	font-size: 12px;
	color: red;
	text-transform: uppercase;
}