@charset "UTF-8";
/* CSS Document */

body {
	background:#999;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	color:#44ade2;
	font-weight:normal;
	font-size:22px;
}

h3 {
	font-size:12px;
	color:#f1bc3a;
}

p {
	color:#fff;
	line-height:18px;
}

a {
	color:#fff;
}

ul {
	color:#fff;
}

hr {
	border-top:none;
	border-bottom:1px solid #646b70;
}

#wrapper {
	width:1020px;
	margin:0 auto;
	background:#3c515d url(../images/back.gif) repeat-x;
}

#left {
	width:242px;
	float:left;
}

#nav ul {
	list-style:none;
	padding-left:23px;
}

#nav ul li {
	border-bottom:1px solid #646b70;
}

#nav ul li a {
	color:#b9ceda;
	text-decoration:none;
	padding:5px 0;
	display:block;
	font-weight:bold;
}

#nav ul li a:hover {
	color:#d7d9da;
}

#nav ul li  a.selected {
	color:#fff;
}

#nav ul li  a.sub-selected {
	color:#f1bc3a;
}

#nav ul li h3{
	font-size:12px;
	color:#44ade2;
}

#nav ul li p{
	color:#90d03d;
}

#nav ul li p a{
	color:#fec438;
	display:inline;
}

#right {
	width:740px;
	float:left;
	margin-left:25px;
	min-height:600px;
}

#footer {
	clear:both;
	color:#a8a8a8;
	padding:0 23px;
	background-color:#000;
}

#footer p, #footer a {
	color:#fff;
}

#address {
	width:400px;
	float:left;
}

#login {
	width:450px;
	float:right;
	text-align:right;
}

#login .input {
	background:#999;
	font-size:12px;
	border:none;
}

#login .button {
	text-decoration:none;
}

.cont-login input {
	background:#999;
	font-size:12px;
	border:none;
}

.cont-login .button {
	text-decoration:none;
	padding:3px;
	border: 1px solid #000;
	background:#fff;
}

#right #content {
	margin-top:155px;
}

#right #content table{
	color:#fff;
}

#right.inside {
	width:680px;
	margin-top:40px;
}

.inside h1 {
	color:#f1bc3a;
}

.inside a, .inside strong {
	color:#44ade4;
}

.products p {
	padding-bottom:5px;
	border-bottom:1px solid #5e7481;
}

#dist img {
	float:right;
	border:1px solid #000;
	margin:10px 0;
}

#dist h3 {
	clear:both;
}

#dist p {
	clear:both;
}

#logos {
	margin-top:20px;
	clear:both;
}

.image {
	float:right;
	margin-left:10px;
	border:1px solid #000;
}

.app a{
	text-decoration:none;
	font-weight:bold;
}


/***** blog styles ***/

.site-main article {
	margin-bottom:40px;
	border-bottom:1px solid #333;
	padding-bottom:40px;
}

.site-main article header h2 a, .site-main article header h1{
	color: #f1bc3a;
	font-weight:normal;
	font-size:28px;
}

.site-main article h2 {
	color:#44ade2;
	font-weight:normal;
	font-size:22px;
}

#right.blog {
width:750px;
}

#primary {
width:500px;
float:left;
}
#secondary {
width:225px;
float:right;
margin-top:40px;
}

aside h2 {
color: #f1bc3a;
	font-weight:normal;
	}