*{margin:0;padding:0;}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

img {
	border:0;
	margin:0;
}

.clear {
	clear:both;
}

body {
	background:#FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size: .8em;
	font-weight:normal;
}

a {
	font-weight:bold;
	color:#333;
}

a:hover {
	font-weight:bold;
	color:#6f9bc2;
}

h1 {
	font-weight:500;
	font-size:2em;
	color: #648caf;
	margin-bottom:10px;
}

h2 {
	font-weight:500;
	font-size:1.5em;
	color: #333;
	margin-bottom:10px;
}

.list {
	font-size:12px;
	position:relative;
	left:15px;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}


#header {
	background:#100e13;
	height:115px;
	margin:0 auto;
	color:#CCC;
	font-size:1.5em;
}

#header a {
	color:#CCC;
	font-size:.75em;
	text-decoration:none;
}

#header a:hover {
	color:#7eb0db;
	font-size:.75em;
	text-decoration:none;
}


/*------------- Navigation Bar -------------*/

#nav ul{
	padding: 0;
	list-style: none;
	margin:0;
}

#nav ul li {
	float:left;
}

#nav ul li a{
	background: transparent url(../images/nav.png);
	height: 30px;
	width: 140px;
	text-align:center;
	padding-top:20px;
	margin-bottom:15px;
	display: block;
	text-decoration:none;
	color:#FFF;
}

/*Normal Links*/

#nav ul li.left a{
	background-position: top left;
}

#nav ul li.center a{
	background-position: top center;
}

#nav ul li.right a{
	background-position: top right;
}

/*Hover Links*/

#nav ul li.left a:hover{
	color:#6f9bc2;
	background-position: bottom left;
}

#nav ul li.center a:hover{
	color:#6f9bc2;
	background-position: bottom center;
}

#nav ul li.right a:hover{
	color:#6f9bc2;
	background-position: bottom right;
}

/*------------- End of Navigation Bar -------------*/


/*------------- Sub Links -------------*/

#sub-links {
	background:transparent url(../images/bg-sub-links.png) no-repeat top left;
	width:128px;
	float:left;
}

#sub-links ul {
	padding: 10px 0 0 0;
	list-style: none;
	margin:0;
}

#sub-links ul li{
	border-bottom:#CCC solid 1px;
}

#sub-links ul li a{
	font-size:.9em;
	padding:5px 0 5px 0;
	display: block;
	text-decoration:none;
}

#sub-links ul li a:hover{
	padding:5px 0 5px 0;
	display: block;
	text-decoration:none;
}

/*------------- End of Sub Links -------------*/


#contents {
	margin:0 auto;
	padding: 20px 0 0 0;
}

#contents-left {
	float:left;
	width:640px;
}

#contents-left p {
	padding: 0 0 15px 0;

}

#contents-mid {
	float:left;
	width:490px;
	margin-left:22px;
}

#contents-mid p {
	padding: 0 0 15px 0;

}

#contents-right {
	float:right;
	width:318px;
}

#products {
	background:transparent url(../images/banner-products.jpg) no-repeat;
	width:296px;
	height:164px;
	padding: 18px 0 0 22px;
}

#products ul {
	padding: 10px 0 0 0;
	list-style: none;
	margin:0;
}

#products ul li a{
	font-size:.9em;
	line-height:1.3em;
	display: block;
	text-decoration:none;
}

#products ul li a:hover{
	background:transparent url(../images/bullet-arrow.png) left center no-repeat;
	padding-left: 10px;
	line-height:1.3em;
	display: block;
	text-decoration:none;
}

#news {
	background:transparent url(../images/banner-news.jpg) no-repeat;
	width:296px;
	height:164px;
	padding: 18px 0 0 22px;
}

#news p {
	width:280px;
}

.date {
	color:#648caf;
	margin-top:10px;
}

#testimonials {
	background:transparent url(../images/banner-news.jpg) no-repeat;
	width:296px;
	height:164px;
	padding: 18px 0 0 22px;
}

#testimonials p {
	width:280px;
	margin-top:10px;
}

.name {
	font-weight:bold;
	color:#648caf;
	margin-top:10px;
	text-align:right;
}

#tripler {
	background:transparent url(../images/banner-news.jpg) no-repeat;
	width:296px;
	height:164px;
	padding: 18px 0 0 22px;
}

#partners {
	background:transparent url(../images/bg-partners.png) no-repeat;
	width:976px;
	height:82px;
	text-align:center;
	margin:0 auto;
	margin-bottom:20px;
}

.input {
	background:#eee;
	border:0;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	width:350px;
	overflow: hidden;
	display:block;
	margin: 8px 0;
}

.input:hover{
	background: #CCC;
}

.textarea {
	background:#eee;
	border: 0;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333;
	width:350px;
	overflow: auto;
	height: 75px;
}

.textarea:hover{
	background: #CCC;
}

.submit {
	display:block;
	margin: 8px 0;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 130px;
	padding-top: 5px;
	font-weight:bold;
}

label.contact {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 70px;
	padding-top: 5px;
	font-weight:bold;
}

#productlink {
	text-decoration:none;
	font-weight:normal;
}

#productlink a {
	text-decoration:none;
	font-weight:normal;
}

/*------------- Footer -------------*/

#footer {
	background: transparent url(../images/bg-footer.png) center repeat-y;
	margin:0 auto;
	height:160px;
}

#nav-footer {
	margin:0 auto;
	text-align:center;
	background: #6f9bc2 url(../images/bg-footer-nav.png) top center no-repeat;
	padding:10px 0;
}

#nav-footer a{
	padding: 10px 15px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#nav-footer a:hover{
	color:#333;
}

#footer-contents {
	padding: 30px 0;
}

#contact {
	float:left;
	width:289px;
	color: #CCC;
	padding-left:35px;
	font-size:1.1em;
	font-weight:bold;
}

#contact a {
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

#contact a:hover {
	color:#7eb0db;
	text-decoration:none;
	font-weight:normal;
}

#copyright {
	float:left;
	width:324px;
	color:#999;
	font-size:.85em;
	text-align:center;
	padding-top:0px;
	padding-left:6px;
}

#developer {
	color: #999;
	float:left;
	width:324px;
	font-size:.85em;
	text-align:center;
	padding-left:2px;
}

/*------------- End of Footer -------------*/


/*--------------------- ie png hack ----------------------------*/
div, a, input { behavior: url(iepngfix.htc) }
