/* common styles */
body {
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #777777;
}
a {
	color: #248aaf;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.more {
	color: #777777;
	font-size: 10px;
	padding-right: 17px;
	background: url(images/bullet1.gif) 100% 65% no-repeat;
	text-decoration: none;
}
a.more:hover {
	text-decoration: underline;
}
h1,
h2,
h3 {
	font-weight: normal;
	margin: 10px 0 10px 0;
	color: #074559;
}
h1,
.h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h1.type1,
h2.type1,
h3.type1 {
	color: #d30b0b;
}
h1 span,
.h1 span,
h2 span,
h3 span {
	display: block;
	color: #777777;
	font-size: 11px;
}
h1.type2,
h2.type2,
h3.type2 {
	color: #074559;
}
h1.type2 span,
h2.type2 span,
h3.type2 span {
	color: #2F312C;
	font-size: 10px;
}
img,
table {
	border: 0;
}
form,
dl,
dt,
dd {
	padding: 0;
	margin: 0;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clearing {
	float: none;
	clear: both;
}
.inline,
.inline li {
	display: inline;
}
input[type="text"],
input[type="password"],
textarea,
select {
	color: #909090;
	font-size: 10px;
}
.form_element {
	margin-bottom: 9px;
}

/* structure */
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 114px;
	background-color: #074559;
}
#page-container {
	min-height: 100%;
	position: relative;
	width: 760px;
	margin: 0 auto;
	background: url(images/bg_content.gif) 0 100% repeat-x #778c86;
}
* html #page-container {/*for IE6*/
	height: 100%;
}
#content-container {
	position: relative;
	margin-top: 114px;
	padding: 0 0 71px 0;
	float: left;
	clear: both;
	width: 100%;
	z-index: 1;
}
#content-container2 {
	padding-top: 21px;
	background-color: #ffffff;
}
#left_column {
	float: left;
	padding: 5px 26px 20px 23px;
	width: 211px;
	background-color: #f5f3ee;
}
#right_column {
	margin: 0 0 0 286px;
	padding: 5px 0 0 0;
}
#footer {
	position: absolute;
z-index:10;
	bottom: 0;
	width: 100%;
	background: url(images/bg_footer.gif) 0 0 repeat-x;
	height: 71px;
}

/* header */
#header ul {
	margin: 0;
	padding: 0;
	float: right;
	width: 510px;
	list-style: none;
}
#header ul li {
	margin: 0;
	padding: 0;
	float: right;
	width: 166px;
	height: 59px;
	overflow: visible;
	border-left: 1px solid #396a7a;
}
#header ul a {
	display: block;
	font-size: 17px;
	padding: 41px 0 0 13px;
	text-decoration: none;
	color: #e0e8ea;
}
#header ul a span {
	display: block;
	font-size: 10px;
	color: #b5c8ce;
	position: relative;
	top: -1px;
	left: -2px;
}
#header .logo {
	border: 1px solid #20586A;
	margin: 20px 0 0 22px;

}

/* footer */
#footer div {
	padding: 25px 33px 0 33px;
	font-size: 9px;
}
#footer p {
	padding: 0;
	margin: 0;
	font-size: 10px;
}
#footer * {
	color: #928D80;
}
#footer p * {
	color: #595650;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline; 
}
#footer span {
	margin-right: 10px;
}
#footer span.alt {
	padding-right: 10px;
	border-right: 1px solid #595650;
}

/* Misc. */
ul.type1 {
	margin: 20px 0 20px 0;
	padding-left: 0px;
	list-style: none;
	line-height: 1.6em;
}
* html ul.type1 {/*for IE6*/
	position: relative;
}
ul.type1 li {
	margin: 0px;
	padding: 0 0 0 23px;
	background: url(images/bullet1.gif) 0 65% no-repeat;
}
ul.type2 {
	margin: 20px 0 20px 0;
	padding-left: 0px;
	list-style: none;
	line-height: 2em;
	border-top: 1px solid #dcdad6;
}
ul.type2 li {
	margin: 0px;
	padding: 0 0 0 23px;
	border-bottom: 1px solid #dcdad6;
}
ul.type3 {
	margin: 20px 0 20px 0;
	padding-left: 0px;
	list-style: none;
	line-height: 1.6em;
	font-size: 11px;
}
ul.type3 li {
	margin: 0px;
	padding: 0 0 0 23px;
	background: url(images/bullet2.png) 0 65% no-repeat;
}
* html ul.type3 li {/*for IE6*/
	padding-left: 0 0 0 15%;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bullet2.png',sizingMethod='crop');
	width: 85%;
}
ul.type3 a {
	color: #5a594f;
	text-decoration: none;
}
ul.type3 a:hover {
	text-decoration: underline;
}
.section1 {
	background: url(images/bg_section1.gif) 0 0 repeat-x #5e6f6a;
}
* html .section1 {/*for IE6*/
	float: left;
}
.section1 .item {
	float: left;
	width: 33%;
	background: url(images/bg_section1-2.gif) 100% 0 no-repeat;
}
.section1 .item.col3 {
	background: none;
}
.section1 dl {
	padding: 17px 14px 13px 25px;
}
.section1 dt {
	color: #d6dddf;
	margin-bottom: 8px;
}
.section1 dt span {
	display: block;
	position: relative;
	top: -3px;
	color: #96a8ab;
}
.section1 dd.price {
	float: right;
	position: relative;
	top: -8px;
	color: #d6dddf;
	font-size: 17px;
}
.section1 dd.price span {
	color: #76A6A4;
	font-size: 33px;
	font-weight: bold;
	position: relative;
	top: 2px;
	left: 2px;
}
.section1 dd.price span span {
	font-size: 18px;
	font-weight: normal;
	top: -14px;
}
.section1 dd.button {
	float: right;
	clear: right;
	margin-top: 53px;
}
* html .section1 dd.button {/*for IE6*/
	margin-top: 20px;
}
.section1 dd.descr {
	color: #c4cece;
	margin-right: 80px;
}
.section1 dd.descr ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.6em;
}
.section1 dd.descr li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #708282;
}
.section2 {
	padding-top: 15px;
	color: #333333;
}
.section2 .item {
	float: left;
	width: 145px;
	min-height: 195px;
	padding: 0 21px 0 29px;
	background: url(images/bg_section3.png) 100% 25px no-repeat;
}
* html .section2 .item {/*for IE6*/
	height: 195px;
	background: url(images/bg_section3.gif) 100% 25px no-repeat;
}
.section2 .item.col2 {
	width: 150px;
	padding-left: 24px;
}
.section2 .item.col3 {
	float: none;
	width: auto;
	margin-left: 390px; 
	background: none;
}
.section2 .item.col4 {
	float: none;
	width: auto;
	margin-left: 380px; 
	background: none;
}
.section2 .item.col5 {
	width: 330px;
	padding-left: 24px;
}
.section2 h3 {
	margin-bottom: 20px;
}
.section2 p {
	line-height: 1.4em;
}
.section2 input[type="text"],
.section2 input[type="password"] {
	width: 96%;
}
/*png images*/
#png001 {
	float: right;
	background: url(images/lock.png) 0 0 no-repeat;
	width: 40px;
	height: 40px;
	position: relative;
	top: 6px;
}
*  html #png001 {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/lock.png',sizingMethod='scale');
}

#vps_tarif {
	width: 760px;
border:none;

}
#vps_tarif td{
	height: 30px;
	/*padding-left: 10px;*/
	text-align: center;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#cccccc;


}
#vps_tarif .titl{
background: #cccccc;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ffffff;
}
#vps_tarif .gr{
background: #eeeeee;
}

#vps_tarif .head{
width: 300px;
	padding-left: 10px;
	text-align: left;
font-weight: bold;
border:none;
}
#vps_tarif_dop {
	width: 760px;
border:none;

}
#vps_tarif_dop td{
	height: 30px;
	/*padding-left: 10px;*/
	text-align: center;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#cccccc;


}
#vps_tarif_dop .titl{
background: #cccccc;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ffffff;
}
#vps_tarif_dop .gr{
background: #eeeeee;
}

#vps_tarif_dop .head{
width: 200px;
	padding-left: 10px;
	text-align: left;
font-weight: bold;
border:none;

}
#web_tarif {
	width: 760px;
border:none;

}
#web_tarif td{
	height: 20px;
	/*padding-left: 10px;*/
	text-align: center;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#cccccc;


}
#web_tarif .titl{
background: #cccccc;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ffffff;
}
#web_tarif .gr{
background: #eeeeee;
}

#web_tarif .head{
width: 300px;
	padding-left: 10px;
	text-align: left;
font-weight: bold;
border:none;
}
