/* CSS Document */
* {
	margin: 0;
}

.center {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

sup {
	font-size: 10px;
}

.cl {
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	clear: both;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
        background-color: #F8F3F3;
}
#wrapper-top {
        background-image: url("images/main-bg-border-top.png");
	background-repeat: repeat-x;
	width:1010px;
	height: 14px;
	margin: 0 auto;
	margin-top: 20px;
}

#wrapper-bottom {
        background-image: url("images/main-bg-border-bottom.png");
	background-repeat: repeat-x;
	width:1010px;
	height: 14px;
	margin: 0 auto;
}

#wrapper {
	min-height: 100%;
	width: 1010px;
	height: auto !important;
	height: 100%;
        background-image: url("images/main-bg-border.png");
        margin: 0 auto -35px; !important
}

#content-wrapper {
        width: 982px;
        margin: 0 auto;
}

#header{
	background: #FFF url('images/header-bg2.jpg') repeat-x;
	background-position: left bottom;
/* background: #4c66a1 url('images/header-bg2.jpg') repeat-x; */
	/* background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#788797)); */
	height:60px;
}

.header-wrapper {
	position: relative;
	top: 9px
}

#header-logo {
	float: left;
}

#header-logo img {
	width: 275px;
}


#header-details {
        float: right;
	margin-top: 9px;
}

#header-details table td {
        padding: 2px;
        text-align:right;
	vertical-align: middle;
}

#header-details table td a {
        text-decoration: none;
        font-size: 12px;
        color: black;
}

#header-details table td span {
	float:right;
}

#header-details table td img {
        padding-top:3px;
}

#navigation {
	height:27px;
	background: #edb246 url('images/nav-bg.jpg');
}

#navigation ul {
	margin: 0 auto;
	width:960px;
	position: relative;
}

#navigation li {
	float: left;
	margin-right: 20px;
}

#navigation li a {
	text-decoration: none;
	font-family: "Helvetica";
	font-weight: bold;
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.38);
	color: white;
	float: left;
	padding: 7px 5px;
}

#navigation li a:hover, #product-links li a:hover {
/*	color: #F2CB83; */
	color:  #2d3d4d;
	text-shadow: none;
}

#navigation ul.subnav {
        list-style: none;
        position: absolute;
        left: 0;
        top: 27px;
        margin: 0;
        padding: 0;
        display: none;
        float: left;
        width: 172px;
        z-index: 151;
}

#navigation ul.subnav li {
        background-color: #cb983d;
        margin: 0;
        padding: 0;
        border: 1px solid #111;
        border-bottom: 0px;
        clear: both;
        width: 170px;
        z-index: 150;
}

#navigation ul.subnav li.last {
        border: 1px solid #111;
}

#navigation ul.subnav li a {
        padding: 7px 9px;
        width: 152px;
}

#main {
	height: 100%;
	/* background: white url('images/main-bg.jpg') repeat-x; */
	position: relative;
	padding-top: 0px;
}

#main .center{
	padding: 10px 0 20px;
}

.slider-wrapper {
	width: 100%;
	padding-top: 25px;
}

.slider {
	height: 400px;
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.slider img {
	height: 400px;
	width: 962px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.slider-text {
	position: absolute;
	bottom: 0px;
	background: transparent url('images/slider-overlay.png');
	width: 960px;
	height: 90px;
	color: #EDEDED;
	z-index: 10;
}

.slider-text span {
	font-style: italic;
	position: relative;
	top: 26px;
	margin-right: 65px;
	float:right;
	width: 333px;
}

.slider-more-button {
	display: block;
	width: 160px;
	text-align: center;
	height: 70px;
	padding-top: 0px;
	position: absolute;
	left: 750px;
	top: 160px;
	text-decoration: none;
	text-indent: -4000px;
}

.slider-more-button img {
        width: 180px;
        height: auto;
}

.slider-nav {
	position: relative;
	height:40px;
	width:60px;
	bottom: -410px;
	margin: 0 auto;
	left: 6px;
	z-index: 5;
}
.arrow {
	width: 17px !important;
	height: 20px !important;
}
.slider-prev {
	color: white;
	float: left;
	position: absolute;
	top: 35px;
	margin-left: 10px;
}

#slider-prev-button {
	cursor:pointer;
	width: 30px;
	height: 30px;
}

#slider-next-button {
	cursor:pointer;
	width: 30px;
	height: 30px;
}

.slider-next {
	color: white;
	float: right;
	position: absolute;
	top: 35px;
	right: 30px;
}

a.slider-control {
	display:block;
	background-image: url('images/slidernav.png');
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
	float: left;
	cursor: pointer;
	margin-left:5px;
}

a.slider-active {
	background-position: -15px 0px;
}

.hidden {
	display: none;
}

.product-slider {
}

.product-item {
        border: 1px solid #CCC;
        background-color: #ECECEC;
        width: 308px;
        text-align: center;
        float: left;
	margin: 5px;
	height: 170px;
	padding-top: 10px;
        text-decoration: none;
        color: black;
}

.product-item img {
	display: block;
	width: 290px;
	height: 136px;
	margin: 0 auto;
	margin-top: 10px;
}

.row-1 .product-item {
}

.row-2 .product-item {
        width: 228px;
}

.row-2 .product-item img {
        width: 212px;
        height: auto;
	margin-top: 15px;
}

#product-links {
	padding:0 !important;
	display: none;
	position: relative;
}

#product-links ul {
	list-style: none;
	position: absolute;
	left: 0;
	bottom: 20px;
	margin: 0;
	padding: 0;
	float: left;
	width: 172px;
	z-index: 151;
	padding: 0;
}

#product-links ul li {
	background-color: #CB983D;
	margin: 0 !important;
	padding: 0;
	border: 1px solid #111;
	border-bottom: 0px;
	clear: both;
	width: 170px;
	z-index: 150;
	float: left;
	height: auto !important;
}

#product-links li a {
	border: 0;
	margin: 0 !important;
	padding: 7px 9px;
	width: 152px;
	text-decoration: none;
	font-family: "Helvetica";
	font-weight: bold;
	font-size: 12px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.38);
	color: white;
	float: left;
	height: auto !important;
}

#footerspacer {
	height:16px;
}

#footer, .footer-push {
	height: 35px;
	width: 982px;
	margin: 0 auto;
	position: relative;
}

#footer {
	background: #edb246 url('images/footer-bg.jpg');
}

.footer-wrapper {
        padding-top:3px;
}

#footer .center {
}

.footer-right {
	margin-top: 12px;
}

#footer ul.footer {
	margin:0px 0px;
}

#footer ul.footer li {
	float: left;
	height: 27px;
}

#footer ul.footer li a {
	margin-top:5px;
	display:block;
	height: 13px;
}

#footer a, #footer span {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	padding: 2px 10px;
	border-right: 1px solid #CCC;
}

.footer-menu {
	width: 73px;
}

.sf-arrow-up {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	left: 49px !important;
	background-image: url(images/arrows-white-up.png) !important;
}

#footer .footer-right span{
	float: right;
	border: 0px solid white;
	position: relative;
	top: -3px;
	padding: 0px 0px;
	font-size: 12px;
	text-transform: none;
}

#footer .footer-right a {
	padding: 0px 0px;
}

#footer .footer-right img {
	position: relative;
	top: -5px;
}

#footer a:active {
	text-decoration: underline;
}

#skypedetectionswf {
        width: 0px;
        height:0px;
}

 /* Product pages */
.product-title {
        padding:5px;
        margin-bottom: 10px;
	text-align: center;
	font-size: 22px;
	color: #FABB01;
	text-shadow: 0.05em 0.05em #333;
}

.product-header {
	background: white url("images/product-bg.jpg");
	height:350px;
	width: 960px;
	margin: 0 auto;
	margin-top: 25px;
}

.product-image-wrapper {
        height: 300px;
	margin-bottom: 10px;
}

.loading {
	background: transparent url("images/spinner.gif") no-repeat center center;
	height: 100%;
	width: 100%;
}

.main-loading {
	background: black url("images/ajax-load.gif") no-repeat center center;
	height: 100%;
	width: 100%;
	opacity: 0.8;
}

.product-image {
	width: 960px;
        height: 300px;
}

.product-box-left {
        min-height: 185px;
        width: 455px;
        margin: 8px;
}

.product-box-right {
        width: 320px;
        margin-top: 8px;
	width: 350px;
}

.product-box {
	margin-top: 7px;
}

.product-box-title {
        padding-top: 1px;
        height: 32px;
   	text-align: center;
}

.product-box-title ul li {
	float: left;
	height: 33px;
	padding-right: 10px;
	cursor: pointer;
}

.product-box-title h3 {
        font-size: 12px;
	margin-top:11px;
        margin-left:10px;
        font-weight: bold;
        text-transform: none;
        color: #151515;
}

.product-box-content {
        font-size: 16px;
	padding: 10px;
	margin-bottom: 10px;
}

.product-box-content p {
        margin-bottom: 10px;
	line-height: 1.45em;
}

.product-box-content ul {
        list-style: circle;
        margin-left: 20px;
}

.product-box-content ul li {
	padding: 3px;
}

.product-half {
	float: left;
	width: 415px;
	text-align: justify;
	margin-left: 65px;
}

.product-half-right {
	margin-left:20px;
}

.product-features {
        float: left;
        margin-left: 65px;
	line-height: 1.3em;
}

.product-configuration {
	float: left;
}



.product-related {
        float: left;
        margin-right: 0px;
	text-align: center;
	border: 1px solid #CCC;
	background-color: #ECECEC;
}

.product-related span {
	font-size: 12px;
	position: relative;
	bottom: -10px;
}


.product-related-image {
}

.product-detailed {
        height: 200px;
	width: 958px;
}

.custom-button {
	margin: 0 2px;
	padding: 0 .5em;
	height: 23px;
	border: 1px solid #CCC;
	color: black;
	background: #F6F6F6;
	background-image: -moz-linear-gradient(top,white,#EFEFEF);
	background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#EFEFEF));
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=white,endColorStr=#EFEFEF);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	float: left;
}
.custom-button a {
    font-size: 13px;
    color: black;
    text-decoration: none;
    position: relative;
    top: 4px;
}

/* Testimonials */

h2 {
	font-size: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.testimonial-wrapper {
	width: 650px;
	float: left;
}

.testimonial {
	width:650px;
	min-height:65px;
	/* border-bottom: 1px solid #ECECEC; */
	padding:10px;
	float:left;
}


.testimonial-header {
	float:right;
}

.testimonial-name {
	font-size: 13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	float: right;
	color: #555;
	font-style: italic;
}

.testimonial-position {
	margin-top:5px;
	color: #666;
	font-size: 12px;
	display:block;
	float:right;
	font-weight: bold;
	font-style: italic;
}

.testimonial-body img {
	float:left;
}

.testimonial-body p {
	margin-top: 21px;
	margin-left: 5px;
	margin-bottom: 15px;
	float:left;
	font-size: 22px;
	min-height:10px;
	color: #666;
	width: 680px;
}

table.submit-testimonial {
	margin-top: 5px;
}

table.submit-testimonial tr td{
	padding: 5px;
}


/* Contact */
.contact-wrapper {
	width: 600px;
	float: left;
}

#contact-form input.styled {
width: 260px;
height: 18px;
line-height: 17px;
background-color: white;
padding: 5px;
color: #454545;
}

#contact-form .error {
	margin-top: 5px;
}

/* Misc */

.sidebar {
	width: 250px;
	float: right;
	margin-right:10px;
}

.sidebar-wide {
	width: 300px;
}

.sidebar-box {
	border: 0px solid #C4C4C4;
	border-top: 0px;
	margin-bottom: 30px;
}

.sidebar-title {
	background: white url("images/box-title.gif");
	height: 32px;
	border-bottom: 1px solid #C4C4C4;
	background-position: 0px -1px;
}

.sidebar-title h3 {
	font-size: 12px;
	position: relative;
	top:10px;
	margin-left: 10px;
	font-weight: bold;
	text-transform: none;
	color: #151515;
}

.sidebar-content {
	color:  #333;
	padding: 10px;
	font-size: 14px;
	line-height: 1.23em;
}


label {
	font-weight: bold;
	font-size: 13px;
}

form input.styled,textarea.styled {
	border: 1px solid #AAA;
}

.error {
	color: red;
	font-size: 11px;
	font-weight: normal;
	display: block;
}

.success, .formerror {
	display: none;
}

.bold {
	font-weight:bold;
}

.sidebar table tr td {
	padding-bottom: 5px;
}

h3 {
	font-size: 22px;
	clear: both;
	margin-bottom: 5px;
}

ul.sitemap {
	margin-left: 30px;
	list-style: circle;
}

ul.sitemap li {
	margin: 7px;
}

ul.sitemap ul{
	margin-left: 30px;
	list-style: square;
}


/* About */

.about-wrapper {
	width: 600px;
	float: left;
}

.about-wrapper p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}

.mail {
	float: left;
	background-position: -80px -96px;
	background-image: url(ui-lightness/images/ui-icons_ef8c08_256x240.png);
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: -1px;
	background-repeat: no-repeat;
}

.call {
	float: left;
	background-image: url(images/phone.png);
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	top: -1px;
	background-repeat: no-repeat;
}

