/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	height: 100%;
	width: 800px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-size: 18px;
	color: #98F26E;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
a {
	color: #6F73F9;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover{
	color: #98F26E;
}
/* Top menu */
#menu_top{
	text-align: right;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #98F26E;
	padding-top: 15px;
}
#top_menu {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;

}
#top_menu li {
	display: inline;
	padding-right: 10px;

}
#top_menu a {
	padding-left: 3px;

}
#top_menu a:hover {
}
/* Header */
#header{
	width: 800px;
	border-bottom-width: 18px;
	border-bottom-style: solid;
	border-bottom-color: #98f26e;
}
#logo{
}
#float{
	color: #51A9FC;
	font-weight: lighter;
	letter-spacing: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	background-position: bottom;
	width: 227px;
	background-image: url(../images/banner_top.gif);
	background-repeat: no-repeat;
	text-align: right;
	height: 85px;
	float: left;
}
.float_right{
	padding-top: 32px;
}
#list_menu{
	list-style-type: none;
	padding-bottom: 30px;
}
#list_menu li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFFF8C;
}
#link_next {
	margin-bottom: 12px;
}
#link_next .active{
	background-color: #6F73F9;
	color: #FFFFFF;
}
#link_next a{
	border: 1px solid #6F73F9;
	padding-right: 4px;
	padding-left: 4px;
}
#link_next a:hover{}
#link_{
	padding-left: 16px;
	background-image: url(../images/dots_small.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*site*/
#paper{
	width: 800px;
}
#promo{
	width: 280px;
	float: left;
}
#content_shell{
	padding-right: 15px;
	padding-bottom: 15px;
	width: 500px;
	float: right;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #98F26E;
	padding-top: 15px;
}
#content{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #98f26e;
	border-bottom-color: #98f26e;
	padding-right: 10px;
	padding-bottom: 10px;
	color: #666666;
	padding-top: 15px;
}
#content a{
	font-weight: normal;
	text-decoration: none;
}
#content_{

}
#content_ a{
	font-weight: bold;
}
#title{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #98F26E;
	background-image: url(../images/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: lighter;
}
#bottom{
	background-image: url(../images/bg_con.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 28px;
	width: 800px;
	float: left;
}
.quote{
	padding-left: 280px;
	color: #98F26E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer{
	width: 780px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #98F26E;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 20px;
	float: left;
}
.package_title{
	font-size: 16px;
	font-weight: bold;
	color: #6F73F9;
}
.price{
	color: #98F26E;
	font-size: 14px;
	font-weight: bold;
}
#project{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #98F26E;
	border-right-color: #98F26E;
	border-bottom-color: #98F26E;
	padding: 10px;
	margin-bottom: 20px;
}
#order{
	padding-left: 16px;
	background-image: url(../images/dots_small.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.form_fields {
	width: 200px;
	border: 1px solid #98F26E;
	font-family: Arial, Helvetica, sans-serif;
	color: #6F71F8;
	font-size: 12px;
}
.btn_{
	background-color: #98F26E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	color: #FFFFFF;
}
