body {
	background-color: #D7DFE2;
	margin:0px;
	padding:0px;
	color: #416271;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	padding:5px 0 5px 0;
	margin:0px;
	font-size:22px;
	color:#000004;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}
h2{
padding:5px 0 5px 0;
margin:0px;
font-size:18px;
color:#f7951e;
}
h3{
	padding:0 0 5px 0;
	margin:0px;
	font-size:12px;
	color:#3898ac;
}
h4{
padding:0 0 10px 0;
margin:0px;
font-size:14px;
color:#7ea743;
}
p{
	text-align:left;
	padding:2px 0 2px 0;
	margin:0px;
	line-height:15px;
}
p.white{
color:#FFFFFF;
}
p.green{
color:#d4f0ba;
}
p.clear{
clear:both;
padding:10px 0 0 0;
}
p a {
	color: #3898AC;
	text-decoration: none;
}
p a:hover {
	color: #3898AC;
	text-decoration: underline;
}
p a.current {
	color: #3898AC;
	text-decoration: none;
}

img.left_img{
border:1px #cae6c6 solid;
float:left;
margin:0 10px 0 0 ;
}
img.box_img{
float:left;
padding:0 20px 0 0 ;
}
#main_container{
	height:auto;
	margin:auto;
	background-color:#FFFFFF;
	width: 900px;
}
#header{
	width:900px;
	height:auto;
	margin:auto;
}
#login {
	padding-top: 60px;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 4px;
	float: right;
	margin-right: 15px;
	text-align: right;
}
#login a {
	color: #416271;
	text-decoration: none;
}
#login a:hover {
	color: #416271;
	text-decoration: underline;
}
#login a.current {
	color: #416271;
	text-decoration: none;
}
#logo{
	padding-top: 10px;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}
/*----------------------menu-------------------------*/
#menu{
	width:900px;
	height:32px;
	padding:0px;
	background-color:#416271;
	clear: both;
}
#menu ul{
	list-style:none;
	margin: auto;
	display:block;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 140px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#menu ul li{
	list-style:none;
	display:inline;
	float:left;
	width:auto;
	height:32px;
	padding:0px;
	line-height:31px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
}
#left_sidebar {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
#left_sidebar a {
	color: #F7951E;
}


#menu ul li a{
	height:32px;
	width: auto;
	float:left;
	text-decoration:none;
	padding:0 0 0 25px;
	margin:0px 3px 0px 3px;
	color:#fff;
	text-align:center;
	position: static;
}
#menu ul li a:hover{
	height:31px;
	width: auto;
	text-decoration:none;
	color: #fff;
	background:url(images/menu_arrow.gif) no-repeat left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
#menu ul li a.current{
	height:32px;
	width: auto;
	float:left;
	text-decoration:none;
	color: #fff;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/*----------------middle green box-----------*/
.green_box{
	width:900px;
	height:265px;
	clear:both;
	background-position:0px 0px;
	background-image: url(/images/orange_sky.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.clock{
float:left;
padding:0px;
}
.text_content{
	width:400px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
	left: 150px;
}
.read_more{
	width:101px;
	height:29px;
	float:none;
	padding:10px;
	background:url(images/read_more_bg.gif) no-repeat center;
	line-height:29px;
	text-align:center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}
.read_more a{
	text-decoration:none;
	color:#000004;
}
.read_more_link{
width: auto;
float:right;
padding:3px 25px 3px 0;
background:url(images/orange_bullet.gif) no-repeat right;
}
.read_more_link a{
text-decoration:none;
color:#f7941d;
}
/*----------------------left navigation-------------------------*/
#left_nav{
	width:240px;
	height: auto;
	padding:5px 0 0 0;
	float:left;
}
#left_nav ul{
list-style:none;margin: auto;display:block; padding:0px;
}
#left_nav ul li{
list-style:none;display:block;width:auto;height:29px;padding:0px;line-height:29px;
}
#left_nav ul li a{
	height:29px;
	display:block;
	width:200px;
	text-decoration:none;
	padding:0 0 0 35px;
	margin:7px 0 7px 0;
	color:#6898ac;
	background:url(images/left_nav_arrow.gif) no-repeat left;
	border-bottom:1px #bedf77 dashed;
	background-position:0px 0px;
	font-size:13px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/*--------------------------main_content-------------------*/
#main_content{
	width:auto;
	height:auto;
	clear:both;
}
#left_content{
	width:310px;
	height:400px;
	float:left;
	padding:10px;
	background:url(images/left_content_bg.gif) repeat-x top;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#right_content{
	width:530px;
	height:401px;
	float:right;
	position: relative;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
	background-image: url(/images/login_sky.jpg);
	padding: 10px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
/*----------------------top right navigation-------------------------*/
#right_nav{
	width:250px;
	height: auto;
	float:right;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#right_nav ul{
list-style:none;margin: auto;display:block; padding:0px;
}
#right_nav ul li{
	list-style:none;
	display:list-item;
	width:inherit;
	height:29px;
	padding:0px;
	line-height:29px;
}
#right_nav ul li a{
	height:29px;
	display:block;
	width:165px;
	text-decoration:none;
	padding:0 0 0 35px;
	margin:7px 0 7px 0;
	color:#d4f0ba;
	background:url(images/right_nav.gif) no-repeat center;
	background-position:0px 0px;
}
#right_nav ul li a:hover{
	height:29px;
	display:block;
	width:165px;
	text-decoration:none;
	color: #FFC;
	padding:0 0 0 35px;
	margin:7px 0 7px 0;
	background:url(images/right_nav_a.gif) no-repeat center;
	background-position:0px 0px;
}
#right_nav ul li a.current{
	height:29px;
	display:block;
	width:165px;
	text-decoration:none;
	padding:0px;
	color: #d4f0ba;
	padding:0 0 0 35px;
	margin:7px 0 7px 0;
	background-position:0px 0px;
	background-image: url(/images/right_nav.gif);
	background-repeat: no-repeat;
}

.products_box{
height:110px;
padding:10px 0 5px 0;
border-bottom:1px #a7ef6e dashed;
}
.search_box{
width:267px;
height:124px;
float:left;
margin:15px 10px 10px 0;
background:url(images/search_box_bg.gif) no-repeat center;
background-position:0px 0px;
}
.search_title{
font-size:14px;
color:#7ea743;
padding:10px 0 0 15px;
float:left;
font-weight:bold;
}
input.search_input{
width:170px;
height:20px;
background-color:#FFFFFF;
border:1px #c0c485 solid;
float:left;
margin:15px 0 0 15px;
}
input.submit{
float:left;
padding:0 0 0 10px;
}
.subsearch{
width:200px;
float:left;
color:#8b8e5d;
padding:0 0 0 15px;
}
.contact_information{
width:200px;
float:left;
padding:10px 0 0 10px;
}
.news{
width:310px;
clear:both;
padding:10px 0 10px 0;
}
.news_icon{
width:30px;
float:left;
padding:0 10px 0 0;
}
.news_content{
	width:205px;
	float:left;
	text-align:justify;
	line-height:13px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #B2C0CB;
	margin-left: 20px;
}
.news_content span{
color:#4ab7e8;
}
.services_box{
height:120px;
padding:10px 0 5px 0;
margin:0px 0px 10px 0;
border-bottom:1px #a7ef6e dashed;
}
.best_sol_box{
width:277px;
float:left;
}
/*----------------------right call to action-------------------------*/
#right_cta{
	width:228px;
	height: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#right_cta ul{
list-style:none;margin: auto;display:block; padding:0px;
}
#right_cta ul li{
	list-style:none;
	display:list-item;
	width:inherit;
	height:90px;
	padding:0px;
	line-height:68px;
}
#right_cta ul li a{
	height:78px;
	display:block;
	width:190px;
	text-decoration:none;
	color:#F7951E;
	background-position:0px 0px;
	background-image: url(/images/button_white_up.gif);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: small;
	text-align: left;
}
#right_cta ul li a:hover{
	height:78px;
	display:block;
	width:190px;
	text-decoration:none;
	color: #F7951E;
	background-position:0px 0px;
	background-image: url(/images/button_white_down.gif);
	background-repeat: no-repeat;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: large;
	text-align: left;
}
#right_cta ul li a.current{
	height:29px;
	display:block;
	width:165px;
	text-decoration:none;
	padding:0px;
	color: #F7951E;
	padding:0 0 0 20px;
	margin:7px 0 7px 0;
	background-position:0px 0px;
	background-image: url(/images/button_white_up.gif);
	background-repeat: no-repeat;
	font-size: large;
	text-align: left;
}
/*----------------------news_archive list-------------------------*/
.news_archive{
	width:190px;
	height: auto;
	padding:10px 0 0 10px;
	float:right;
}
.news_archive ul{
list-style:none;padding:10px 10px 10px 10px;margin:0px; width:190px;float:left;
}
.news_archive ul li{
	list-style:none;
	width:180px;
	height: auto;
	padding:0px;
	line-height:26px;
}
.news_archive ul li a{
width: 180px;text-decoration:none;padding:0 0 0 20px; margin:6px 0px 6px 0px;color:#000;text-align:left;
background:url(images/bullet.gif) no-repeat left; background-position:0px 0px;
}
.news_archive ul li a:hover{
width: 180px;text-decoration:underline;color: #000;
}

.contact_info_box{
width:481px;
height:116px;
margin:5px;
background:url(images/contact_info_bg.gif) no-repeat center;
}
.contact_info_title{
font-size:14px;
color:#7ea743;
padding:10px 0 0 15px;
font-weight:bold;
}
.contact_info{
float:left;
padding:15px 10px 5px 13px;
}
.adress{
clear:both;
padding:10px 0 0 20px;
}

/*-----------------------contact_form-------------------*/
#contact_form{
	width:310px;
	height:auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
.form_row{
float:left;
padding:4px 0 4px 0;
}
.form_row2 {
	float:left;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	width: 222px;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

label{
width:70px;
float:left;
padding:3px 5px 0 0;
color:#59a5bf;
text-align:right;
}
label2 {
	width:70px;
	float:left;
	color:#59a5bf;
	text-align:right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: top;
}

input.contact_input{
width:220px;
height:18px;
float:left;
border:1px #ced6ec solid;
background-color:#dbedf3;
color: #000;
}
textarea.contact_textarea{
width:220px;
height:80px;
float:left;
border:1px #ced6ec solid;
background-color:#dbedf3;
color: #000;
}
.send a{
	width:62px;
	height:24px;
	display:block;
	background:url(images/read_more_bg_white.gif) no-repeat center;
	background-position:0px 0px;
	line-height:22px;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:40px;
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*--------------wide_content-----------*/
#wide_content{
width:auto;
padding:10px 20px 10px 20px;
}


/*-----------------------------footer------------------*/
#footer{
clear:both;
width: auto;
height:37px;
color: #fff;
background-color:#416271;
}
.copyright{
float:left;
padding-left:10px;
padding-top:10px;
}
.footer_links{
	float:right;
	padding-right:15px;
	padding-top:13px;
}
.footer_links a{
	text-decoration:none;
	color: #fff;
	padding-left:10px;
}
.footer_links a:hover{
text-decoration:underline;
color: #fff;
}
<title>Puridiom Xpress Home Template</title>
#left_sidebar a {
	color: #6898ac;
}
H1 a {
	color: #000;
	text-decoration: none;
}
H2 a {
	color: #F7951E;
	text-decoration: none;
}
H3 a {
	color: #3898AC;
	text-decoration: none;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}
.form_input {
	color: #333;
}
