* {
	padding: 0px;
	margin: 0px;
}

BODY {
	margin: 0 auto;
	font-family: Verdana;
	color: #3f3f3f;
	background: #000000;
	font-size: 70%;
}

p {
	line-height: 16px;
	padding: 5px;
}

#bg2 {
	background: url( ../gfx/bg.png ) repeat-x #27343c;
}

#container {
	margin: 0 auto;
	width: 900px;
}

#menu {
	height: 35px;
	padding-top: 15px;
	background: url( ../gfx/logo.png ) bottom left no-repeat;
}

#menu ul {
	width: 900px;
}

#menu ul li {
	float: right;
	padding: 0px 15px;
	font-weight: bold;
}

#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#slogan {
	background: #000000;
	height: 105px;
	padding-top: 15px;
}

#slogan p {
	width: 728px;
	line-height: 10px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-left: 100px;
}

#slogan p.right {
	text-align: right;
}

#left {
	margin-top: 10px;
	float: left;
	width: 250px;
}

#left .box {
	background: url( ../gfx/box-bottom-bg.png ) bottom no-repeat #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 10px;
}


#left .box h2 {
	background: url( ../gfx/box-h2-bg.png ) no-repeat;
}

#left .box h2, #right h1 {
	height: 24px;
	color: #568ead;
	padding: 15px 0px 0px 15px;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#left .box ul {
	padding: 0px 10px;
}

#left .box ul li a {
	display: block;
	border-bottom: dashed 1px #568ead;
	padding: 5px 0px 5px 16px;
	text-decoration: none;
	color: #27343c;
	background: url( ../gfx/box-li-blue.png ) 3px 8px no-repeat;
}

#left .box ul li a:hover {
	background-position: 5px 8px;
}

#left .box ul li.active a {
	font-weight: bold;
}

#left .box ul li.active ul li a {
	font-weight: normal;
}

#left .box ul li.active ul li.active a {
	font-weight: bold;
}

#left .box ul li ul {
	padding: 0px 20px;
}

#left .box ul li ul li a {
	border: 0px;
	background: url( ../gfx/box-li-red.png ) 3px 8px no-repeat;
}

#left .box p.red {
	color: #c53d25;
	font-weight: bold;
}

#left .box img {
	display: block;
	margin: 0 auto;
}

#left .box p {
	padding-left: 15px;
}

#left .box a.btn {
	float: left;
	height: 20px;
	margin-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 7px 0px 0px 0px;
	text-align: center;
}

#left .box a.btn:hover {
	text-decoration: underline;
}

#left .box a.moreinformation {
	width: 105px;
	margin-left: 15px;
	background: url( ../gfx/btn-moreinformation-bg.png ) no-repeat;
}

#left .box a.order {
	width: 85px;
	background: url( ../gfx/btn-order-bg.png ) no-repeat;
}

#right {
	margin: 10px 0px;
	float: right;
	width: 640px;
	background: url( ../gfx/right-bottom-bg.png ) bottom no-repeat #FFFFFF;
	padding-bottom: 10px;
}

#right h1 {
	background: url( ../gfx/right-h1-bg.png ) no-repeat;
}

#right p.strong {
	font-weight: bold;
}

#right p {
	padding-left: 15px;
	padding-right: 15px;
}

#right #items {
	margin: 0 auto;
	width: 630px;
	background: url( ../gfx/right-items-bg.png ) center top repeat-y;
}

#right #items .item {
	float: left;
	width: 210px;
	height: 254px;
}

#right #items .item p.title {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #3b5d80;
}

#right #items .item img {
	display: block;
	margin: 0 auto;
}

#right #items .item a.btn {
	display: block;
	margin: 0 auto;
	margin-bottom: 2px;
	height: 20px;
	width: 170px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	padding-top: 7px;
}

#right #items .item a.btn:hover {
	text-decoration: underline;
}

#right #items .item a.moreinformation {
	color: #568ead;
	background: url( ../gfx/btn-right-moreinformation-bg.png ) no-repeat;
}

#right #items .item a.order {
	color: #c53d25;
	background: url( ../gfx/btn-right-order-bg.png ) no-repeat;
}

#footer {
	text-align: center;
	color: #FFFFFF;
	padding-top: 40px;
	height: 100px;
}

.clear {
	visibility: hidden;
	clear: both;
	height: 0px;
	font-size: 0em;
}
h3 {
color: #001F29;
padding:15px;
font-size: 120%;
}

a {
color: #421100;
}
