body {
	background: /*#5E759D*/#4D6A9A;
	margin: 0px 0px 0px 0px;
}

body, td, input, textarea, select {
	font: 8pt verdana, geneva, arial, helvetica, sans-serif;
}

form, div, span, img {
	margin: 0px 0px 0px 0px;
	border: none;
}

.clear {
	clear: both;
	height: 1px;
	display: block;
	line-height: 1px;
	font-size: 1px;
}

img {
	border: none;
}

a {
	color: #597096;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font: 8pt verdana, arial;
	border: 1px solid #6F84A8;
	background: white;
	width: 225px;
	color: black;
}

input:focus, textarea:focus, select:focus, input:hover, textarea:hover, select:hover {
	background: #F4F9FF;
}

input.button {
	width: auto;
}

textarea {
	height: 150px;
	width: 600px;
}

/* main
-------------------------------*/

#main {
	width: 750px;
	background: white;
	padding: 12px 12px 12px 12px;
}

/* header
-------------------------------*/

#header {
	background: url(../images/header.jpg)/*#BCC7DA#D6DEEC*/;
	width: 750px;
	height: 35px;
	cursor: pointer;
}

/* top_nav
-------------------------------*/

#top_nav {
	width: 751px;
	margin: 1px 0px 12px 0px;
	text-align: center;
	background: white;
}

#top_nav a {
	/*padding-right: 1px;*/
	margin-right: 1px;
}

/*
#top_nav a {
	background: #485C81;
	width: 250px;
	padding: 5px 5px 5px 5px;
	color: white;
	font-weight: bold;
}
*/

/* content_top
-------------------------------*/

#content_top {
	height: 275px;
	border: 1px solid #D6DEEC;
}

#content_top .title {
	color: #6F84A8;
	font-size: 12pt;
	font-weight: bold;
}

#content_top_left {
	height: 255px;
	width: 348px;
	background: #96AACD;
	padding: 10px 10px 10px 15px;
	float: left;
	text-align: left;
}

#content_top_right {
	height: 275px;
	width: 375px;
	padding: 0px 0px 0px 0px;
	float: left;
}

/* content
-------------------------------*/

#content {
	background: /*#D6DEEC*/ #D6DEEC;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#content .title {
	font-size: 10pt;
	font-weight: bold;
	color: black;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}

#content hr {
	color: white;
	border: 1px solid white;
	height: 1px;
}

/* footer
-------------------------------*/

#footer {
	width: 766px;
	padding: 12px 0px 0px 0px;
	color: white;
	font-size: 7.5pt;
	text-align: right;
}

#footer a {
	color: #fff; /*#EEEEEE;*/
}

/* contact form
-------------------------------*/

#contact_form {
	width: 700px;
}

#contact_form .left {
	width: 100px;
	text-align: right;
}

#contact_form .right {
	width: 250px;
	text-align: left;
}

/* hosting_table
-------------------------------*/

#hosting_table {
	border-collapse: collapse;
	width: 90%;
}

#hosting_table td {
	text-align: center;
	border: 2px solid #D6DEEC;
	padding: 2px 2px 2px 4px;
}

#hosting_table tr {
	background: #F4F9FF;
}

#hosting_table tr:hover {
	background: white;
}

#hosting_table .header {
	background: none;
	font-weight: bold;
}

hosting_table .header td:hover {
	background: none;
}

#hosting_table .left {
	text-align: left;
}

/* portfolio list
-------------------------------*/

#portfolio_list {
	height: 170px;
}

#portfolio_list_left {
	height: 75px;
	width: 350px;
	padding-bottom: 10px;
	float: left;
	text-align: center;
}

#portfolio_list_right {
	height: 50px;
	width: 350px;
	padding: 10px 5px 10px 5px;
	float: left;
	text-align: center;
}

/* portfolio images
-------------------------------*/

#portfolio_images {
	width: 100%;
}

#portfolio_images td {
	width: 50%;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

#portfolio_images img {
	border: 1px solid #D6DEEC;
}

#portfolio_images a:hover {
	text-decoration: none;
}

/* header
-------------------------------

#header {
	width: 100%;
}

#header td {
	border-bottom: 2px solid white;
}

#header .left_bg { 
	background: url(../images/header_left_bg.jpg) repeat;
}

#header .left {
	background: url(../images/header_left.jpg);
}

#header .right_bg { 
	background: url(../images/header_right_bg.jpg) repeat;
}

#header .right {
	background: url(../images/header_right.jpg);
}*/

/* error
-------------------------------*/

#error {
	color: #666;
	height: 141px;
	text-align: center;
}

#error .title {
	color: #6F84A8;
	font-size: 13pt;
	font-weight: bold;
}

#error_left {
	height: 141px;
	width: 230px;
	float: left;
	text-align: left;
	vertical-align: middle;
}

#error_right {
	height: 141px;
	width: 270px;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: left;
}

/* pm_login
-------------------------------*/

#pm_login {
	width: 340px;
}

#pm_login .left {
	width: 60px;
	text-align: right;
}

#pm_login .right {
	width: 280px;
	text-align: left;
}