/* === CSS Strucure ===========
HTML Elements
Container
	- Header Block
		- logo
	- Top Panel Block
		- Navigation
		- Search
	- Featured Product Block
	- Article Block
	- Product Block
	- Contact Block
		- Contact form
		- Contact data
	- Bottom Panel Block
	- Footer Block
========================= */


/* ==== HTML Elements and Typography ==== */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #1e1e2b;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin: 15px 0 10px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #003366;
	margin: 15px 0 10px;
}

h3 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin: 15px 0 10px;
}

h4 {
	margin: 15px 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #003366;
}

h5 {
	font-size: 13px;
	margin: 15px 0 10px;
	font-weight: normal;
}

h6 {
	font-size: 11px;
	margin: 15px 0 10px;
	color: #000;
	font-weight: normal;
}

p {
	line-height: 150%;
	text-align: justify;
	margin: 5px 0;
}

a,
a:active,
a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #003366;
	text-decoration: underline;
}

a:focus,
button:focus {
	outline: none;
}

ul {
	margin: 5px 0 5px 17px;
}

ul li {
	padding: 3px 0 3px 0;
	font-size: 12px;
}

ul.features {
	list-style-type: none;
	margin: 5px 0;
}

ul.features li {
	padding: 3px 0 3px 25px;
	font-size: 13px;
	color: #05195d;
}

ul.features li {
	background: url(../images/ul-list.png) 0 3px no-repeat;
}

ol {
	margin: 5px 0;
	padding: 0 0 0 17px
}

ol li {
	padding: 3px 0 3px 2px;
	font-size: 12px;
}

ol.custom {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

ol.custom li {
	padding: 2px 0;
}

ol.custom li span.number-red,
ol.custom li span.number-green,
ol.custom li span.number-blue {
	font-size: 20px;
	padding: 0;
}

ol.custom li span.number-red {
	color: #660300;
}

ol.custom li span.number-green {
	color: #087A23;
}

ol.custom li span.number-blue {
	color: #003366;
}

img {
	vertical-align: bottom;
	border: none;
	margin: 10px;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0 none;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	overflow: auto;
}

fieldset {
	border: none;
}

span.drop-red {
	font-size: 24px;
	color: #660300;
}

span.drop-green {
	font-size: 24px;
	color: #087A23;
}

span.drop-blue {
	font-size: 24px;
	color: #003366;
}

span.highlight {
	background-color: #FFFF9E;
}

span.highlight-red {
	color: #660300;
	font-weight: bold;
}

span.highlight-green {
	color: #087A23;
}

span.highlight-blue {
	color: #003366;
}

/* ==== Container ==== */
div#container {
	width: 750px;
	overflow: hidden;
	margin: 30px auto;
}

/* ==== Header Block ==== */
div#header {
	width: 100%;
}

/* Logo */
img#logo {
	margin: 0 0 0;
}

h1.site-header {
	position: absolute;
	top: -9999px;
}

/* ==== Top Panel Block ==== */
div#top-panel {
	width: 100%;
	height: 31px;
	overflow: hidden;
	background: url(../images/top-panel.png) 0 0 repeat-x;
	border-top: 1px solid #fff;
}

/* Navigation */
ul#navigation {
	list-style-type: none;
	margin: 0 0 0 0;
}

ul#navigation li {
	float: left;
	line-height: 31px;
	margin: 0;
	padding: 0 0;
	background: none;
}

ul#navigation li a,
ul#navigation li a:active,
ul#navigation li a:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

ul#navigation li a:hover,
ul#navigation li.active a,
ul#navigation li.active a:link {
	color: #003366;
}

ul#navigation li.active {
	border-left: 1px solid #acac9a;
	border-right: 1px solid #acac9a;
	background: #e2e1cf url(../images/nav-active.png) repeat-x 0 0;
}

/* Search */
div#search-wrap {
	float: right;
	position: relative;
	top: 3px;
	right: 30px;
	width: 156px;
	height: 25px;
	background: url(../images/search.png) 0 0 no-repeat;
}

input#search {
	position: relative;
	top: 4px;
	left: 6px;
	font-size: 1.1em;
	color: #535353;
	padding: 0;
	background-color: transparent;
	border: none;
}


/* ==== Featured Product Block ==== */
div#featured-panel {
	width: 100%;
	overflow: hidden;
	background: #000 url(../images/dark-bg.png) 0 0 repeat-x;
	border-top: 1px solid #000;
	position: relative;
}

div#featured-panel .padding {
	padding: 31px 31px 10px 31px;
	overflow: hidden;
	float: left;
	margin: 0;
}

div#featured-panel .padding img {
	margin: 0;
	width: 195px;
	float: left;
	border: 5px solid #fff;
	padding: 0;
}

div#featured-panel h1 {
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	margin-top: 0px;
}

div#featured-panel p {
	color: #cccccc;
	font-size: 14px;
	line-height: 150%;
}

div#featured-panel .featured-text {
	float: left;
	margin: 0 0 0 30px;
	width: 350px;
}

div#featured-panel a.more-details {
	color: #5d8fc5;
}

div#featured-panel a {
	color: #3dbad5;
}

.ribbon {
	position: absolute;
	right: -10px;
	top: -10px;
}

#featured-panel ul#featured-slider {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#featured-panel ul#featured-slider li {
	overflow: hidden;
	width: 600px;

}

#featured-nav {
	list-style-type: none;
	margin: 10px 0 0 0;
	position: relative;
	left: 270px;
	top: 0;
	padding: 0;
	float: left;
	background: url(../images/slider-nav-bg.png) 50% 0 no-repeat;
}

#featured-nav li {
	float: left;
	margin: 5px 7px 0 7px;
	padding: 0;
}

#featured-nav li a,
#featured-nav li a:link,
#featured-nav li a:visited,
#featured-nav li a:active,
#featured-nav li a:hover {
	display: block;
	color: #666;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/slider-nav-button.png);
	background-repeat: no-repeat;
}

#featured-nav li a.prev-slide {
	background-position: 100% 50%;
	padding: 3px 20px 3px 0;
}

#featured-nav li a.next-slide {
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
}

/* ==== Article Block ==== */
div#article {
	padding: 15px 31px;
	background: #e6e6e6 url(../images/light-bg.png) 0 0 repeat-x;
}

div.padding {
	padding: 5px 31px;
}
/* ==== Product Block ==== */
div.product {
	padding: 31px 31px 0 31px;
	background: #e6e6e6 url(../images/light-bg.png) 0 0 repeat-x;
	cursor: pointer;
}

div.product h3.product-heading {
	display: inline;
	font-size: 20px;
	color: #003366;
	margin: 0;
	font-weight: normal;
}

div.product h3 a,
div.product h3 a:hover {
	text-decoration: none;
	color: #003366;
}

div.product-description {
	line-height: 150%;
	margin: 14px 0 0 0;
	padding: 0 0 20px;
	text-align: justify;
	overflow: hidden;
}

img.product-icon {
	margin: 0 0 0 45px;
}

div.product-details {
	overflow: hidden;
	line-height: 150%;
	width: 100%;
	cursor: text;
}

div.product-details div.padding {
	height: 100%;
	width: 100%;
	padding: 0 0 20px;
}

div.product-details-features,
div.product-details-screenshots {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 5px 0;
	display: Block;
	float: left;
	width: 50%;
	cursor: text;
	font-size: 16px;
	color: #000;
}

div.product-details ul {
	float: left;
	margin: 20px 10px 0;
	width: 40%;
}

div.product-screenshots {
	display: Block;
	float: right;
	width: 50%;
}

div.product-screenshots img {
	float: left;
	margin: 20px 30px 0 0;
	border: 5px solid #ffffff;
}

div.product-footer {
	display: Block;
	float: left;
	padding: 5px 0;
	margin: 20px 0 0 0;
	width: 100%;
	color: #000;
	overflow: hidden;
}

div.product-footer span.product-info {
	display: block;
	float: left;
	width: auto;
	margin-right: 8px;
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

div.product-footer a.button {
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 88px;
	line-height: 22px;
	float:left;
	background: url(../images/button.png) 0 0 no-repeat;
	cursor: pointer;
}


/* ==== Contact Block ==== */
div#contact {
	background: #000 url(../images/dark-bg.png) 0 0 repeat-x;
	border-top: 1px solid #fff;
	overflow: hidden;
	padding: 5px 31px 31px;
	margin: 0;
}

h2.contact-heading {
	display: Block;
	font-size: 22px;
	color: #cccccc;
	font-weight: normal;
	padding: 5px 0;
	margin: 0 0 15px 0;
	background: url(../images/contact-heading-line.png) 0 100% repeat-x;
}

/* Contact Form */
form#contact-form {
	width: 49%;
	float: left;
	line-height: 150%;
}

form#contact-form label {
	color: #fff;
	display: Block;
	padding: 5px 5px 0;
}

form#contact-form .inputbox {
	background: transparent;
	border: 1px solid #666;
	font-size: 12px;
	padding: 4px 10px;
	color: #999;
	width: 175px;
}

form#contact-form .textarea {
	background: transparent;
	border: 1px solid #666;
	font-size: 12px;
	padding: 4px 10px;
	color: #999;
	height: 90px;
	width: 285px;
}

form#contact-form .contact-button {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 120px;
	height: 30px;
	float:left;
	margin: 0px 25px 0 0;
	border: none;
	cursor: pointer;
	padding: 0;
	position: relative;
	top: 10px;
	background: url(../images/contact-button.png) 0 0 no-repeat;
}

/* Contact Info */
ul#contact-info {
	width: auto;
	float: right;
	list-style-type: none;
	margin: 4px 0 0 0;
}

ul#contact-info li {
	background: none;
	color: #fff;
	padding: 0;
	margin: 3px 0;
	width: 100%;
	overflow: hidden;
	display: Block;
	line-height: 150%;
}

ul#contact-info div.info-label {
	float: left;
	width: 120px;
	color: #ccc;
}

ul#contact-info div.info-value {
	float: left;
	width: 160px;
}

/* ==== Bottom Panel Block ==== */
div#bottom-panel {
	width: 100%;
	overflow: hidden;
	background: #05185c url(../images/bottom-panel.png) 0 0 repeat-x;
}

div#bottom-panel-b {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/bottom-panel-b.png) 0 100% repeat-x;
}

div#bottom-panel-support {
	width: 100%;
	height: 15%;
	overflow: hidden;
	background: url(../images/bottom-panel-b.png) 0 100% repeat-x;
}


div.bottom-module33,
div.bottom-module50,
div.bottom-module100 {
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
}

div.bottom-module33 {
	width: 33%;
}

div.bottom-module50 {
	width: 50%;
}

div.bottom-module100 {
	width: 100%;
}

div.bottom-module {
	margin: 0;
}

div#bottom-panel div.padding {
	padding: 15px 20px;
	overflow: hidden;
	display: Block;
	margin: 0;
}

div.bottom-module h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #fff;
}

div.bottom-module p {
	float: left;
	text-align: left;
}

div.bottom-module img {
	margin: 0;
}

div.button-module a,
div.bottom-module a:link,
div.bottom-module a:active,
div.bottom-module a:visited,
div.bottom-module a:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

/* ==== Footer Block ==== */
div#footer {
	width: 794px;
	height: 80px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/footer.png) 50% 100% no-repeat;
}

span.footer-info {
	color: #ffffff;
	font-size: 10px;
	line-height: 25px;
}

span.footer-info a:active,
span.footer-info a:link,
span.footer-info a:visited,
span.footer-info a:hover {
	color: #fff;
	text-decoration: none;
}