* {
	margin:0;
	padding:0;
}
.fixed {
	clear:both;
}
a {
	color:#0143ff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img{
	border: 0px none #FFFFFF;
}

/* layout START */
body {
	background:#a9cfff url(images/bg.png) top repeat-x;
	font-family:'Trebuchet MS', Tahoma, "BitStream vera Sans", Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:14px;
}
#wrap1 {
	background:transparent url(images/wrap1.png) repeat-y;
	width:946px;
	margin:0 auto;
}
#wrap2 {
	background:transparent url(images/wrap2.png) top no-repeat;
	padding:34px 30px 27px;
}
#bottom {
	background:transparent url(images/bottom.png) top no-repeat;
	height:60px;
	width:946px;
	margin:0 auto;
}
#container {
	background:#fff;
	border:1px solid #bebebe;
}
/* layout END */

/* header START */
#header {
	height:64px;
	padding:25px 20px;
	background-color: #849dba;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#title a {
	font-size: 28px;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}
/* header END */

/* main START */
#main {
	font-family:Tahoma;
}
#main .intro {
	padding:15px 15px 0;
}
#main .intro .image {
	float:left;
	margin-right:15px;
}
#main .intro .content {

}
#main .intro .content .title {
	font-size:22px;
	font-weight:bold;
}
#main .intro .content .text {
	margin-top:15px;
	line-height:145%;
}
#main .intro .notice {
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
#main .intro .notice p {
	margin:10px 0;
}
#main .intro .notice {
	text-align:left;
}
#main .intro .notice .title {
	color:#e70000;
	font-size:46px;
	font-weight:normal;
	font-family:Impact;
}
#main .intro .notice .text {
	padding:25px 25px 0;
	font-size:16px;
	line-height:175%;
}
#main .intro .notice .big {
	font-weight:bold;
	font-size:125%;
}
#main .intro .notice .red {
	color:#f00;
}
#items {
	padding:0 94px;
	line-height:145%;
}
#items .item {
	border-top:1px solid #b2b2b2;
	margin-top:30px;
}
#items .item p {
	margin-bottom:8px;
}
#items .item a {
	text-decoration:underline;
}
#items .item a:hover {
	text-decoration:none;
}
#items .item .title {
	background: transparent url(images/cup.png) 0 0 no-repeat;
	margin:20px -70px;
	padding-left:60px;
	font-size:30px;
	line-height:50px;
	color: #00CC33;
}
#items .item .gold {
	background: transparent url(images/gold_cup.png) 0 0 no-repeat;;
}
#items .item .silver {
	background: transparent url(images/silver_cup.png) 0 0 no-repeat;;
}
#items .item .bronze {
	background: transparent url(images/bronze_cup.png) 0 0 no-repeat;;
}
#items .item .title a {
	color:#0143ff;
	font-weight:normal;
}
#items .item .title a:hover {
}
#items .item .image {
	float:left;
	margin-left:-24px !important;
	margin-left:-12px;
	margin-right:80px;
}
#items .item .content {
	margin-right:-50px;
	position:relative;
}
#items .item .content .big {
	font-size:120%;
	font-weight:bold;
}
#items .item .rating {
	padding:15px 0;
}
#items .item .rating img {
	margin:0 0 -3px 3px;
}
/* main END */

/* footer START */
#footer {
	border-top:1px solid #b2b2b2;
	margin:0 94px;
	color:#b2b2b2;
	text-align:center;
	padding:12px 0;
	margin-top:90px!important;
	margin-top:120px;
}
#footer a {
	color:#b2b2b2;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
}
/* footer END */

p{
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.green{
	color: #00CC33;
}

.ordering{
	color: #663366;
	font-weight: bold;
}

