html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat-x;
}
h1{
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:28px;
	font-weight:normal;
	margin:0px;
	line-height:normal;
	color:#0C9BE5;
	padding:0px;
}
h2{
	background-image: url(../images/email-icon.gif);
	background-repeat:no-repeat;
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:20px;
	padding-left:45px;
	line-height:40px;
	margin:0px;
	font-weight:normal;
	color:#0C9BE5;
}
h3{
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:18px;
	margin:0px;
	font-weight:normal;
	color: #333333;
}
p{	
	margin:6px 0px 15px 0px;
}
a{
	color:#F48F05;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
	color:#000000;
}





div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
div#header {
	width:780px;
	height:101px;
	position: relative;
	left:50%;
	margin-left:-390px;
	z-index:1;
}
div#headerteks{
	width:390px;
	color:#FFFFFF;
	text-align:right;
	left:50%;
	margin-left:-170px;
	position:absolute;
	top:60px;
}
div#flash{
	width:133px;
	color:#FFFFFF;
	text-align:right;
	left:50%;
	margin-left:235px;
	position:absolute;
	top:-10px;
}
div#sitetitle{
	width:390px;
	color:#0C9BE5;
	text-align:right;
	left:50%;
	margin-left:-20px;
	position:absolute;
	top:10px;
}
div#sitetitle h1{
	font-size:24px;
	font-weight:normal;
	clear:both;
}
div#headerteks h1{
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:30px;
	color:#FFFFFF;
}
div#logo{
	width:230px;
	text-align:center;
	color: #B2B2B2;
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:11px;
	padding-top:12px;
}
div#mainbanner {
	width:780px;
	height:250px;
	position: relative;
	left:50%;
	margin-left:-390px;
	z-index:2;
}
div#stuff{
	width:780px;
	position:relative;
	left:50%;
	margin-left:-390px;
}
div#stuffleft{
	position:relative;
	width:200px;
	padding:20px 20px 100px 19px;
	float:left;
	background-image:url(../images/stuff-left-bg.jpg);
	background-repeat:no-repeat;
	min-height:440px;
	height:440px;
	color:#767676;
}
div#stuffleft h2{
	background-image: url(../images/email-icon.gif);
	background-repeat:no-repeat;
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:20px;
	padding-left:45px;
	line-height:40px;
	margin:0px;
	font-weight:normal;
	color:#0C9BE5;
}
div#stuffleft h3{
	background-image: url(../images/comment.jpg);
	background-repeat:no-repeat;
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:20px;
	padding-left:50px;
	line-height:45px;
	margin:0px;
	font-weight:normal;
	color:#0C9BE5;
}
div#stuffcontent{
	position:relative;
	width:500px;
	padding:40px 10px 100px 31px;
	float:left;
	color:#767676;
	line-height:18px;
	text-align:justify;
	background-image:url(../images/content-bg.jpg);
	background-repeat:no-repeat;
	left: -2px;
	top: -20px;


}
div#stuffcontent h1{
	border-bottom:1px solid #F0F0F0;
	padding-bottom:4px;
	margin-bottom:14px;
}
div#stuffcontent h4{
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:14px;
	margin:0px;
	font-weight:normal;
	color: #333333;
}
/*-------------------------------------------------------------------------------------------------------------*/
div#footer {
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	font-size:11px;
	position:absolute;
	width:100%;
	bottom:0;
	background-image:url(../images/footer-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FBFBFB;
}
div#footercontent{
	width:780px;
	position:relative;
	left:50%;
	margin-left:-390px;
	color:#888888;
	padding:0px;
	float:left;
	padding:10px 10px 0px 10px
}

/*-------------------------------------------------------------------------------------------------------------*/
div#mainmenu{
	height:32px;
	background-image: url(../images/mainmenu-bg.jpg);
	font-size:11px;
	font-weight:bold;
	/*border-left:1px solid #E2E2E2;
	border-right:1px solid #E2E2E2;*/
}
div#mainmenu a{
	padding:10px 18px 8px 18px;
	display:block;
	float:left;
	text-decoration:none;
	color:#000000;
	border-bottom:1px solid #A8A8A8;
}
div#mainmenu a:hover{
	background-color:#FB7101;
	color:#FFFFFF;
	border-bottom:1px solid #FB7101;
}
div#mainmenu .active{
	background-color:#FB7101;
	color:#FFFFFF;
	border-bottom:1px solid #FB7101;
}
/*-------------------------------------------------------------------------------------------------------------*/
div#footermenu a{
	text-decoration:none;
	color:#888888;
}
div#footermenu a:hover{
	color:#333333;
	text-decoration:underline;
}
/*-------------------------------------------------------------------------------------------------------------*/
/* form elements */
form {
	padding: 0 15px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}
/*-------------------------------------------------------------------------------------------------------------*/
/*Testimonials*/
.testi{
	background-image:url(../images/bg-testi.jpg);
	background-repeat:repeat-x;
	padding:9px 0px 15px 0px;
}
.testititle{
	font-family:"Lucida Sans","Lucida Grande",geneva,verdana,sans-serif;
	background-image:url(../images/icon.gif);
	background-repeat:no-repeat;
	background-position: 0px;
	font-size:14px;
	color:#000000;
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}
.testicontent{
	margin-left:20px;
}
.testidate{
	background-image:url(../images/note.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 18px;
	color:#333333;
}






div#box{
	background-color:#FAFAFA;
	padding:8px;
	display:block;
	margin:10px 0px 10px 0px;
	width:484;
}
div#box ul{
	padding:0px;
	margin:10px 0px 10px 0px;
	float:none !important;
	float:left;
}
div#box ul li{
	list-style:none;
	background-image:url(../images/plus-icon.jpg);
	background-repeat:no-repeat;	
	padding-left:20px;
	margin:3px 0px 3px 0px;
}


.clear{
	clear:both;
	margin:0px;
	padding:0px;
}
.img1{
	float:left;
	margin:4px 10px 2px 0px;
	display: block;
}
.imgleft{
	float: left;
	margin:0 0 20px 0;
	display: block;
	border:1px solid #666666;
}
.imgright{
	float: right;
	margin:0 0 20px 0;
	display: block;
	border:1px solid #666666;
}
.imgcenter{
	margin:0px 0px 10px 0px;
	display: block;
	border:1px solid #666666;
}
.imgflag{
	margin:0 0 8px 6px;
	display:block;
	float:right;
}
