* {
	margin: 0; 
	padding: 0;
}

a:link, a:visited {
	color: #002164;
	text-decoration: none;
}

a:hover {
	color: #002164;
	text-decoration: underline;
}

body {
	background: #CCCCCC url(../images/bg-body.jpg) repeat-x top;
	color: #000000;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 30px;
}

p, ul, ol {
	margin: 0 40px 18px 40px;
	text-align: justify;
}

strong {
	color: #002164;
}

div.active {
	visibility: visible;
}

div.buttons {
	height: 28px;
	margin-right: 40px;
	padding: 0;
	text-align: right;
}

div.buttons a:link, div.buttons a:visited {
	border: 1px solid #999999;
	color: #999999;
	padding: 0 15px;
	text-decoration: none;
}

div.buttons a:hover {
	border: 1px solid #002164;
	color: #002164;
	padding: 0 15px;
	text-decoration: none;
}

div.center {
	margin-bottom: 18px;
	text-align: center
}

div.hidden {
	display: none;
	visibility: hidden;
}

div.page {
	height: 504px;
	padding-bottom: 18px;
}

img {
	border: none;
}

img.icon {
	border: none;
	margin-right: 5px;
	vertical-align: top;
}

img.photo {
	border: 1px solid #002164;
}

.pcenter {
	text-align: center;
}

.left { 
	float: left; 
	margin: 0 18px 18px 0; 
}

.right { 
	float: right; 
	margin: 0 0 18px 18px; 
}

#body {
	height: 550px;
	margin-right: 240px;
	padding: 0;
}

#body div.product {
	margin: 0 40px 14px 40px;
}

#body div.product div.img {
	float: left;
}

#body div.product div.info {
	margin-left: 100px;
}

#body div.product div.info h2 {
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #002164;
	margin: 0;
	padding: 0;
	text-align: left;
}

#body div.product div.info p {
	line-height: 15px;
	text-align: left;
	margin: 0;
	padding: 0;
}

#body div.hr {
	border-top: 1px solid #CCCCCC;
	height: 14px;
	margin: 0 35px;
}

#body h1 {
	margin: 0;
	padding: 18px 0 37px 0;
	text-align: left;
}

#footer {
	margin: 5px auto;
	width: 780px;
}

#footer div.std{
	float: right;
	padding-right: 5px;
	text-align: right;
	width: 240px;
}

#footer div.copyright{
	color: #333333;
	font: 10px Tahoma, Arial, sans-serif;
	margin-right: 240px;
	text-align: center;
}

#homepage {
	background: #FFFFFF url(/images/home_bg.gif) repeat-x 0 14px;
	border: 1px solid #002164;
	height: 640px;
	margin: auto;
	text-align: center;
	width: 780px;
}

#homepage img.logo {
	margin: 150px auto 60px auto;
}

#homepage p {
	margin-top: 85px;
	text-align: center;
}

#homepage div.body {
	height: 640px;
	margin: 0;
	padding: 0;
}

#main {
	background: #FFFFFF url(/images/main_bg.gif) repeat-y left;
	border: 1px solid #002164;
	height: 640px;
	margin: auto;
	width: 780px;
}

#main div.footer {
	background: transparent url(/images/bottom_bg.gif) repeat-x top;
	height: 90px;
	margin: 0;
	padding: 0 240px 0 0;
	text-align: center;
}

#menu {
	background: url(/images/menu/bg.gif) repeat-y;
	float: right;
	padding-top: 40px;
	width: 240px;
}

#menu div.spacer {
	height: 30px;
}

#menu img {
	margin-top: 15px;
	vertical-align: bottom;
}

