/* STANDARD ELEMENTS */
* {
	margin: 0;
	padding: 0;
}
body {
	color: #4E4E4E;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(images/body-bg.jpg);
}
a {
	color: #69B1D7;
	text-decoration:none;
}
a:hover {
	color: #4E4E4E;
	text-decoration:underline;
}
img {
	border:none;
}
a.pdflink{
	background-image: url(images/page_white_acrobat.png);
	background-repeat: no-repeat;
	background-position: left;
	padding:5px 20px;
	line-height:24px;
	font-size:14px;
	font-weight:bold;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	margin-top:3px;
	margin-bottom:3px;
}
span{
	font-weight:bold;
	color:#62D9FF	;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.aligncenter{
	margin-right: auto;
	margin-left: auto;
}
.clrflt{
	clear:both;
}
.pad5{
	padding:10px 5px;
}

clear{
clear:both;
}

#wrapper{
	width:900px;
	margin:0px auto;
	border-bottom:#E1E1E1 solid 1px;
	border-right:#E1E1E1 solid 1px;
	border-left:#E1E1E1 solid 1px;
	background-color: #FFFFFF;
}

/*HEADER ELEMENTS*/

#header_top{
	height:90px;
	background-color: #FFFFFF;
	border-bottom:#E1E1E1 solid 1px;
	background-image: url(images/top-header_bg.jpg);
	background-repeat: repeat-x;
}
#header_top h1{
	float:left;
	color:#FFFF00;
	font-size:18px;
	background-image: url(images/h1_top.jpg);
	background-repeat: no-repeat;
}
.nav{
	font-size:14px;
	font-weight:bold;
}
.nav ul{
	list-style-type: none;
	margin-right: 20px;
	padding-top: 30px;
}
.nav ul li{
	display:inline;
	padding-top: 50px;
	padding-left: 50px;
}
a.home{
	background-image: url(images/ico-home.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 60px;
	padding-top: 50px;
	margin-left: 35px;
}
a.about{
	background-image: url(images/ico-about.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 60px;
	padding-top: 50px;
}
a.order{
	background-image: url(images/ico-product.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 60px;
	padding-top: 50px;
}
a.service{
	background-image: url(images/ico-services.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 60px;
	padding-top: 50px;
}
a.samples{
	background-image: url(images/ico-samples.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 60px;
	padding-top: 50px;
}
a.contact{
	background-image: url(images/ico-contact.jpg);
	background-repeat: no-repeat;
	background-position: center;
	line-height: 60px;
	padding-top: 50px;
}
#header_top a {
	color: #FFFFFF;
	text-decoration:none;
}
#header_top a:hover {
	color: #DFFFDF;
	text-decoration:none;
}
#header{
	background-repeat: no-repeat;
	border-bottom:#E1E1E1 solid 1px;
	width: 900px;
	background-color: #FFFFFF;
	background-image: url(images/header-logo.jpg);
	background-position: left;
	text-align: right;
}
#header .img_box{
	padding-right:20px;
	margin:0px;
	padding-left: 20px;
	float:left;
	padding-top: 1px;
}
#header p{
	font-size: 16px;
	width:550px;
	color: #FFFFFF;
	padding-top: 40px;
	float:left;
	line-height:25px;
}
#header span{
	font-weight:bold;
	color:#62D9FF;
}
#header .btn{
	float: right;
	height:56px;
	width:248px;
	margin-top: 40px;
	margin-right: 30px;
}
/*CONTENTS*/

#container{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
	width: 870px;
}
#content{
	float:right;
	width:580px;
	padding:0 10px;
	font-size: 11px;
	font-family: "Arial", Helvetica, sans-serif;
	clear: left;
	background-color: #FFFFFF;
}
#content h1{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1em;
	border-bottom: #CCCCCC dotted 1px;
}
#content h2{
	font-size: 14px;
	padding-bottom: 5px;
	color: #339900;
	border-bottom: #CCCCCC dotted 1px;
}
#content h3{
	font-size: 14px;
	color: #0099FF;
	line-height: 20px;
	padding-left: 0px;
	padding-bottom: 5px;
	border-bottom: #CCCCCC dotted 1px;
}
#content span{
	color:#2FABDF;
	font-weight: bold;
} 
#content span.blue{
	color:#0099CC;
}
#content span.txtSmall{
	font-size:9px;
	color:#999999;
}
#content .boxMain{
	margin:10px 0px 10px 0px;
	padding: 5px 10px;
	border:#E1E1E1 solid 1px;
	clear: both;
	text-align:justify;
}
#content .boxSmall{
	padding:15px;
	width: 45%;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
#content a{
	text-decoration:none;
	color: #336699;
}
#content p{
	font-size:12px;
	font-variant:normal;
	padding-top: 5px;
	padding-bottom: 0px;
}
#content a:hover{
	text-decoration: underline;
}
#content .alignleft{
	width:40%;
	background-repeat: repeat-x;
	padding: 5px;
}
#content .more{
	text-align:right;
	font-size:10px;
}
#content .alignright{
	width:55%;
	padding: 5px;
}
#content p span{
color:#339900;
}
#content ul{
	margin:5px 10px;
	padding-left:5px;
	list-style-type:none;
}
#content ul li{
	padding:5px 0px;
	font-size:11px;
}

#content ul li.info{
	background:url(images/tasks.jpg) no-repeat left center;
	padding:10px 0;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
/*SIDEBAR CONTENT*/

#sidebar{
	float:left;
	width:230px;
	padding:10px;
	clear: left;
	background-color: #FFFFFF;
	color:#4E4E4E;
	
}
#sidebar h1{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #C1C1C1;
	margin: 0px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "trebuchet MS";
}
#sidebar ul{
	list-style-type: none;
	padding-top: 10px;
	font-size: 12px;
	padding-left: 10px;
	margin-bottom:10px;
}
#sidebar p.user{
	font-size:11px;
	color: #999999;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	background-image: url(images/USER.GIF);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left;
	font-weight:bold;
	text-transform: uppercase;
}
#sidebar ul li{
}
#sidebar ul li.topics{
	padding-top: 4px;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
	color: #696969;
	font-weight: bold;
}
#sidebar ul li.mail{
	padding-top: 4px;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
	color: #696969;
	font-weight: bold;
	background-image: url(images/email.png);
	background-repeat: no-repeat;
	background-position: left;
}
#sidebar a{
	text-decoration:none;
	color: #666666;
}
#sidebar a:hover{
	text-decoration: underline;
}
/* FOOTER ELEMENTS*/

#footer{
	width:860px;
	height:50px;
	font-size:12px;
	clear: both;
	padding: 20px;
	background-color: #8fa810;
	margin-top: 10px;
	color: #FFFFFF;
}
#footer ul{
	list-style-type: none;
	display:block;
	padding-right: 5px;
	padding-top: 5px;
}
#footer ul li{
	display:inline;
	padding-left:5px;
	padding-right:5px;
}
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	margin-top:3px;
	margin-bottom:3px;
	padding-right:10px;
}
#footer a{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif, "trebuchet MS";
}
#footer .alignleft{
	float:left;
}
#footer.alignright{
	float:right;
}

/* Login Form */

form.login{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.login input{
	font-size:12px;
	padding:2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.login label{
	font-size:11px;
	padding:2px 10px 2px 5px;
	color:#000000;
}

.login a:link{
	color:#000000;
	font-size:11px;
}
