@CHARSET "UTF-8";

/**
*   IMPORT EXTERNAL STYLE SHEETS
*   We have separated out these styles because they are
*   common to the zen template system.
*/

/**
*   FONT STYLES
*
*  Standardize font sizes and line-height across browsers
*/

body {
	font:15px arial,helvetica,clean,sans-serif;

  *font:small;
	color: #FFEB36;
}

table {
  font-size:inherit;
  font:100%;
}
select, input, textarea {

}
pre, code {
  font:115% monospace;
  *font-size:100%;
}


tr, td {
  padding: .25em;
}

/**
*   LAYOUT STYLES
*
*  Styles pertaining to minor layout adjustments, such as
*   changing from fluid width to fixed width.
*   See layout.css for major adjustments.
*/
body {
  margin: 0;
  padding: 0;
  min-width: 700px;

  /* 2x (left-side fullwidth + main padding) + right-side fullwidth */
}

#page {
  width: 700px;              /* page width - optional */
  margin: 0px auto;            /* center the page - optional */
}


/**
*  OTHER STYLES
*
*  Styles that are specific to this theme.
*/

/* Common styles */
body {
	background:#a0a1a1 url(images/mainback.gif) repeat-x;
}

#page {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #696969;
  line-height:1.5em;
  background-color: #ffffff;
  margin-bottom:100px;
}

#container {
  margin:0px 0px 0px 0px;
}

a, a:link, a:visited {
  color:#c3cf21;
  text-decoration:underline;
}

a:hover, a:focus {
  color: #000000;
  text-decoration: underline;
}

a:active, a.active {
  color: #c3cf21s;
}

h1.title, h1.title a, h1.title a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  /*color: #6191C5;*/
  font-size: 200%;
  margin:0;
  margin-bottom:0px;
  line-height:normal;
}

h1, h1 a, h1 a:hover {
  font-size: 140%;
  color: #;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
}

h2, h2 a, h2 a:hover, .block h3, .block h3 a {
  font-size: 122%;
  color: #;
  font-family: Arial, Helvetica, sans-serif;
  margin:.5em 0 .5em 0;
}

h3 {
  font-size: 107%;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color:#ffffff;
  padding:0;
  margin:0;
}

h4, h5, h6 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

p{
  padding: 0 0 0.5em 0;
  margin: 0 0 0 0;
}

pre {
  background: #ddd;
  border: 1px solid #aaa;
  padding: 0.75em 1.5em;
}

blockquote {
  border: 1px 0px #ccc solid;
  margin: 0.5em 1em;
  padding: 0.3em;
  font-style: italic;
}

code {
  font-size: 100%;
  font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

img {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: 0;
  display: block;
}

ol, ul, dl {
	position: relative;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.clear{
	clear:both;
}

/* Header styles */

#logo-title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:174px;
}

#logo-title a{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Menu pages styles */

/* Menu styles */
#primary {
	background:#010005;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#primary ul {
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
		height:30px;
}

#primary ul li {
	float:left;

}

#primary  ul li a {
	text-decoration:none;
	text-transform:uppercase;
	padding: 5px 10px 3px 10px;
	/*color: #a9a9a9;*/s
	font-size:0.8em;
	font-weight: bold;
	display:block;
}

#primary li a:hover {
	background:#2d4e4d;

}

#primary a:active{

}

#primary a.current{
	background:#C3CF21;
		color:#fff;
}

#container{
	border-top: 2px solid #c3cf21;
	border-left: 10px solid #c3cf21;

}

#content-top{
	background:#192827 url(images/fauxcolback-top.gif) repeat-y 50% 0;
	font-size:110%;
	width:100%;
	float:left;
}

#content-top  h1{
	font-size:145%;
}

#content-top p{
	line-height:1.3em;
	font-size: 100%;

}

#content-left-top{
	width:55%;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 20px;
	*padding-top:20px;
	padding-bottom:50px;
}

#content-left-top #screenshots img{
float:left;
padding-left:30px;
padding-top:20px;
}

#content-left-top h1{
	margin-bottom:20px;
	color: #000;
}
#content-left-top h3{font-size:80%; color:#696969; line-height:1.4em; margin-bottom:0px; }
.news-text{font-size:80%; margin-bottom:10px;}

#content-left-top h5{
	margin:0px;
	clear:both;
	/*color:#C3CF21;*/
	padding:0px 0px 0px 0px;
	width:100%;
	font-size:97%;
	text-transform:uppercase;
}

#product{
	float:left;
	clear:both;
	padding: 0px 0px 0px 45px;
	font-size:70%;
}

#product ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
	width:300px;
}

#product ul li{
	padding-top:15px;

}

#productfeatures{
	float:left;
	clear:both;
	padding: 0px 0px 0px 45px;
	font-size:70%;
}

#productfeatures p{
	font-weight:bold;
	font-size:115%;
	margin-left:-40px;

}

#productfeatures ul{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	list-style-type:square;
	width:300px;
	float:left;
}

#productfeatures p{
	width:300px;
}

#productincludes{
	float:left;
	clear:both;
	padding: 0px 0px 0px 45px;
	font-size:70%;
}

#productincludes p{
	font-weight:bold;
	font-size:115%;
	margin-left:-40px;
	width:300px;
}



#productincludes ul{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	list-style:square;
	width:300px;
	float:left;
}


#product-text{
padding-left:30px;
}

#content-right-top{
	float:right;
}

#content-right-top h1{
	color:#c3cf21;
	font-size:105%;
	padding-left:24px;
	padding-top:4px;
}

#content-right-top img{
	border-left: 1px solid #c3cf21;
	border-top: 1px solid #c3cf21;
}

#content-right-top li img{display:inline; border:0px;}

#content-right-top  p {
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 20px;
	width:200px;
	float:left;
	clear:both;
	font-size:90%;
}

#content-right-top ul{
	clear:both;
	list-style:none;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
	width:200px;
}

#content-right-top ul li {font-size:80%;}
#content-right-top ul li a{
	text-decoration:none;
	color:#696969
}

#content-right-top ul li a:hover{
	text-decoration:underline;
	color:#c3cf21;
}

#content-right-top h3{
	clear:both;
	font-size:105%;
	padding:10px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	padding-left: 30px;
	color:#c3cf21;
}

#content-right-top  p b{
}

#content-bottom{
	width:100%;
	float:left;
	clear:both;
	background:#192827 url(images/fauxcolback.gif) repeat-y 50% 0; 

}

#content-left-bottom{
	float:left;
	height:100%;
	width:63%;
	background-color: #8F9898;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
#content-left-bottom p {
	width:360px;
	margin: 0px 0px 0px 20px;
	color: #000;
}
#content-left-bottom h1{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
	color: #000;
}
#content-left-bottom h5{
	margin: 0px 0px 10px 20px;
	width:400px;
	line-height:1.4em;
	color: #000;
}

#content-left-bottom ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 55px;
	list-style:none;
}

#content-left-bottom ul li{
	display:inline;
}

#content-left-bottom ul li img{
	display:inline;
}

#content-right-bottom{
	float:right;
	background:#010005;
/*	width:250px;*/
	width:35%;
/*	border-left: /*2px solid #bbb2a6;*/
	padding-bottom:0px; 
	
}

#content-right-bottom  p {
	font-size:103%;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 20px;
}

#content-right-bottom h1{
	color:#c3cf21;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 17px;
	font-size:130%;
}


#sidehead{
	color:#c3cf21;
	font-size:110%;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
	padding: 9px 0px 0px 10px;
	width:20%;
	float:left;
}
p#prod-nav{margin-top:40px}
#content-left-top p#prod-nav a.backto{padding:10px; background:#c3cf21;  color:#fff; font-size:60%;}
#content-left-top p#prod-nav a.backto:hover{background: #192827}
#content-left-top p#prod-nav a.prev{padding:10px; background:#2d4e4d;  color:#fff; font-size:60%;}
#content-left-top p#prod-nav a.prev:hover{background: #192827}
#content-left-top p#prod-nav a.next{padding:10px; background:#2d4e4d;  color:#fff; font-size:60%;}
#content-left-top p#prod-nav a.next:hover{background: #192827}

#top-nav{float:right; margin-top:10px;}
#content-left-top a.backto{padding:3px; background:#ccc;  color:#fff; font-size:60%; text-decoration: none; margin: 0px; }
#content-left-top a.backto:hover{background: #192827; font-size:60%;  text-decoration: none; margin: 0px;}
#content-left-top a.prev{padding:3px; background:#ccc;  color:#fff; font-size:60%; text-decoration: none; margin: 0px;}
#content-left-top a.prev:hover{background: #192827; font-size:60%; text-decoration: none; margin: 0px;}
#content-left-top a.next{padding:3px; background:#ccc;  color:#fff; font-size:60%; text-decoration: none; margin: 0px;}
#content-left-top a.next:hover{background: #192827; font-size:60%;  text-decoration: none; margin: 0px;}
i{font-family: Georgia;}

#content-left-bottom a.backto{padding:3px; background:#c3cf21;  color:#000; font-size:60%; text-decoration: none; margin: 0px; }
#content-left-bottom a.backto:hover{
	background: #192827;
	font-size:60%;
	text-decoration: none;
	margin: 0px;
	color: #000;
}

#simplehead{
		padding: 20px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		color:#c3cf21;
		font-weight:bold;
		width:70%
}

/* Footer styles */
#footer-wrapper {
	background:#192827;

}

#footer-left {
	background:#c3cf21;
	color:#ffffff;
	width:20%;
	float:left;
}

#copyright{
	padding-left:20px;
	padding-top:5px;
	font-size: 80%;
	color: #000;
}

strong{
	color:#c3cf21;
}

#footer-right {
  background:#010005;
  color:#192827;
  width:80%;
  float:right;
}

h4{margin:0px; padding:0px;}

#product-list{margin-top:15px; margin-bottom:20px;}
h4.head{background:#c3cf21 url(images/arrow-r.jpg) no-repeat right center; text-transform: uppercase;margin: 1px 0px 1px 0px; }
h4.head a{color:#fff; font-size: 0.9em;  padding:10px 0px 10px 10px;  text-decoration: none; display:block;}

h4.head.selected{background:#192827 ;}
h4.head.lightgreen a{background: #00896f;}
h4.head.darkgreen a{background: #006e51;}
h4.head.blue a{background: #00447c;}
h4.head a:hover{background:#c3cf21;}

.product-info{border-bottom: 1px solid #fff}
#content-left-top .product-info p{padding: 0px; margin:0px;}
.product-info p a{background:#DFDFDF; display:block; color:#192827; font-size: 0.9em; text-transform: uppercase; text-decoration: none; padding:10px 0px 10px 10px;}
.product-info p a:hover{background: #BAB2A6;}
#content-left-top .product-info p{
	float:none;
	font-size: 0.9em;
}

