body {
	padding: 0;
	margin: 0;
	font: 13px Arial, Helvetica, Garuda, sans-serif;
	*font-size: small;
	*font: x-small;
}
h1, h2, h3, h4, h5, h6, ul, li, em, pre, code {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}
table {
	font-size: inherit;
	font: 100%;
}
ul {
	list-style: none;
}
img {
	border: 0;
}
p {
	margin: 1.5em 0;
}



body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-position: center;
	background-image: url(images/Bg.jpg);
	background-repeat: repeat-y;
	background-color: #dfdfdf;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
}
ul {
	list-style: disc;
}
ul, li {
	line-height: 24px;
	margin: 12px;
	margin-bottom: 15px;
}
#stylish_bg {
	margin: 0px auto;
	background: url(images/BigBg.png) repeat-y top center scroll;
	_background: none;
	width: 1000px;
	overflow: hidden;
}
#wrapper {
	padding-left: 38px;
	text-align: left;
	width: 914px;
}
#logo {
	width: 844px;
	height: 183px;
	background-image: url(images/Logo.png);
	background-repeat: no-repeat;
	_background: none;
}
#logo span {
	display: none;
}

#menu {
	float: left;	
	height: 56px;
	width: 914px;
}
#menu span {
	display: none;
}
#menu ul {
	padding: 0px;
	margin: 0px;		
	list-style-type: none;	
}
#menu ul li {
	display: inline;
	margin: 0px;
}
#menu-1 a {
	float: left;
	background: url(images/Home.png) no-repeat;	
	_background: none;
	height: 56px;
	width: 124px;
}
#menu-2 a {
	float: left;
	background: url(images/Problems.png) no-repeat;	
	height: 56px;
	width: 140px;
}
#menu-3 a {
	float: left;
	background: url(images/Solutions.png) no-repeat;	
	height: 56px;
	width: 136px;
}
#menu-4 a {
	float: left;
	background: url(images/Advantages.png) no-repeat;	
	height: 56px;
	width: 172px;
}
#menu-5 a {
	float: left;
	background: url(images/FAQ.png) no-repeat;	
	height: 56px;
	width: 174px;
}
#menu-6 a {
	float: left;
	background: url(images/Order.png) no-repeat;
	_background: none;
	height: 56px;
	width: 168px;
}
#menu-1 a:hover {
	float: left;
	background: url(images/HomeGlow.png) no-repeat;	
	_background: none;
	height: 56px;
	width: 124px;
}
#menu-2 a:hover {
	float: left;
	background: url(images/ProblemsGlow.png) no-repeat;	
	height: 56px;
	width: 140px;
}
#menu-3 a:hover {
	float: left;
	background: url(images/SolutionsGlow.png) no-repeat;	
	height: 56px;
	width: 136px;
}
#menu-4 a:hover {
	float: left;
	background: url(images/AdvantagesGlow.png) no-repeat;	
	height: 56px;
	width: 172px;
}
#menu-5 a:hover {
	float: left;
	background: url(images/FAQGlow.png) no-repeat;	
	height: 56px;
	width: 174px;
}
#menu-6 a:hover {
	float: left;
	background: url(images/OrderGlow.png) no-repeat;
	_background: none;
	height: 56px;
	width: 168px;
}

#menub {
	float: left;	
	height: 56px;
	width: 914px;
	margin-top: 35px;
	margin-left: 10px;
	padding-bottom: 30px;
	display: inline;
}
#menub span {
	display: none;
}
#menub ul {	
	padding: 0;
	margin: 0;
	list-style-type: none;	
}
#menub ul li {
	display: inline; 
	padding: 0;
	margin: 0;
	line-height: 1em;
}
#menub-1 {
	float: left;
	background: url(images/Copyright.png) no-repeat;	
	_background: none;
	height: 56px;
	width: 552px;
}
#menub-2 a {
	float: left;
	background: url(images/AboutUs.png) no-repeat;	
	height: 56px;
	width: 96px;
}
#menub-3 a {
	float: left;
	background: url(images/Contact.png) no-repeat;	
	height: 56px;
	width: 154px;
}
#menub-4 a {
	float: left;
	background: url(images/Terms.png) no-repeat;	
	_background: none;
	height: 56px;
	width: 112px;
}
#menub-2 a:hover {
	float: left;
	background: url(images/AboutUsGlow.png) no-repeat;	
	height: 56px;
	width: 96px;
}
#menub-3 a:hover {
	float: left;
	background: url(images/ContactGlow.png) no-repeat;	
	height: 56px;
	width: 154px;
}
#menub-4 a:hover {
	float: left;
	background: url(images/TermsGlow.png) no-repeat;	
	_background: none;
	height: 56px;
	width: 112px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.1em;
}
h2 {
	padding-bottom: 1em;
	padding-top: 1em;
}

a:link, a:visited, a:active, a:hover {
	color: #0a2ea3;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;	
}
.big_text {
	font-size: 20px;
}
em {
	font-style: italic;
}