body {
	border:none;
	padding:0px;
	margin:0px;
}

div.top {
	background: url(images/top_bg.jpg) repeat-x;
	height:55px;
}

div.top_in {
	margin-left:auto;
	margin-right:auto;
	width:925px;
	height:55px;
}

div.logo {
	background: url(images/logo.png) no-repeat;
	width:55px;
	height:55px;
	float:left;
}

div.menu {
	width:500px;
	height:55px;
	float:right;
}

div.top_box {
	background: url(images/top_box_bg.jpg) repeat-x;
	
}

div.top_box_in {
	background: url(images/top_box.jpg) no-repeat;
	width:925px;
	height:298px;
	margin-left:auto;
	margin-right:auto;
}

div.body_top {
	background: url(images/body_top_bg.jpg) repeat-x;
}

div.row_box {
	width:925px;
	height:150px;
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
}

div.box {
	float:left;
	padding-left:0px;
}

div.box2 {
	float:left;
	padding-left:100px;
}

div.left {
	background: no-repeat;
	width:65px;
	height:65px;
	float:left;
}

div.right {
	padding-left:10px;
	width:320px;
	float:left;
}

div.body_bottom {
	background:#eaeaea;
}

div.footer {
	background: url(images/footer_bg.jpg) repeat-x;
	height:91px;
}

ul {
	margin: 0 0 0 0;
}

a {
	text-decoration:none;
	outline:none;
	color:#c4e6f2;
}

a:hover {
	font-weight:bold;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color: #ffffff;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:35px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #1d395a;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:15px;
	padding-left:0px;
}

p.top_box {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#cbdff2;
	width:600px;
	padding-top:87px;
	margin-top:0px;
}

p.right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	padding-left:0px;
}

a.download {
	display:block;
	width:239px;
	height:63px;
	background: url(images/download.png)  0 0 no-repeat;
	margin-top:55px;
	margin-left:20px;
}

a.download:hover {
	background-position: 0 -63px;
}

--> Menu <--

#menu ul {
	list-style-type: none; 
	list-style-image: none;
}

#menu li {
	display:inline; 
	float:left;
	padding-top:19px;
	padding-left:20px;
	padding-right:20px;
}

a.home {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#9eb4ce;
	text-decoration:none;
}

a.home:hover {
	font-weight:bold;
	color:#FFF;
}

a.about {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#9eb4ce;
	text-decoration:none;
}

a.about:hover {
	font-weight:bold;
	color:#FFF;
}

a.features {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#9eb4ce;
	text-decoration:none;
}

a.features:hover {
	font-weight:bold;
	color:#FFF;
}

a.contacts {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#9eb4ce;
	text-decoration:none;
}

a.contacts:hover {
	font-weight:bold;
	color:#FFF;
}

a.try {
	display:block;
	width:86px;
	height:28px;
	background: url(images/try.png)  0 0 no-repeat;
}

a.try:hover {
	background-position: 0 -28px;
}

--> End Menu <--

