/*
 CSS for Creative
 2008/07/10
*/

html {
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #DE2F89;
	background-color: #FFE1F7;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
body.index {
	background-image: url(images/index_bg_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body.products {
	background-image: url(images/product_bg_1.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}
p {
	font-size: 12px;
	padding: 5px;
	margin: 5px;
}
ul {
	font-size: 12px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
}
table {
	font-size: 12px;
	border-collapse: collapse;
}

a:link, a:visited {
	color: #FF0066;
	text-decoration: none;
}
a:active, a:hover {
	color: #FF3399;
	text-decoration: underline;
}
a img {
	border: none;
}

/*------- Index -------*/
#wrapper {
	margin: auto;
	width: 760px;
}
#header {
	padding-top: 28px;
}
h1 {
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -12000px;
	white-space: nowrap;
	margin: 0px auto;
	padding: 0px;
	height: 70px;
}
h1#title_a {
	background-image: url(images/title_1_a.png);
}
h1#title_b {
	background-image: url(images/title_1_b.png);
}
#button {
	height: 90px;
	margin-top: -20px;
	position: relative;
}
#button a {
	background-image: url(images/btn_join_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: -12000px;
	white-space: nowrap;
	display: block;
	padding: 0px;
	height: 81px;
	width: 81px;
	position: absolute;
	left: 80%;
	top: 0px;
}
#button a:hover {
	background-image: url(images/btn_join_1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#candidates {
	margin-top: -30px;
	height: 820px;
}
.player {
	margin: 5px;
	padding: 5px 20px;
	float: left;
	width: 200px;
	height: 250px;
	text-align: center;
	background-image: url(images/player_bg_1.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.player-thumb {
	height: 160px;
	margin: 0px;
	padding: 0px;
}
.player-thumb img {
	border: 5px solid #FFFFFF;	
}
.player-name {
	font-size: 12px;
	margin: 5px;
	padding: 5x;
	line-height: 20px;
	font-weight: normal;
}
.player-votes {
	background-image: url(images/btn_vote_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
	padding: 5px 10px;
	height: 20px;
	width: 130px;
	line-height: 20px;
	text-align: right;
	color: #FFFFFF;
	position: relative;
}
.player-votes a {
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	height: 20px;
}
.player-votes a:link, .player-votes a:visited {
	color: #FFFFFF;
}
.player-votes a:active, .player-votes a:hover {
	color: #FFFFFF;
}

.feature {
	background: none;
	height: 220px;
}
.feature .player-thumb {
	background-image: url(images/player_bg_feature.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 14px 0px 0px 13px;
	height: 116px;
	width: 187px;
	text-align: left;
}
.feature .player-thumb img {
	border: none;
	width: 120px;
	height: 90px;
}

.paginator {
	clear: both;
	text-align: center;
	margin: 10px;
	padding: 10px;
}

#awards {
	height: 150px;
	padding: 20px 5px;
}
.prize {
	float: left;
	width: 250px;
	text-align: center;
}
.prize h4 {
	font-size: 12px;
	line-height: 20px;
	margin: 5px;
	padding: 5px;
}

#intro {
	background-color: #FAC5E2;
	padding: 10px;
}
#intro h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 5px;
	padding: 5px;
}
#intro ul {
	margin: 5px;
	padding: 5px 5px 5px 20px;
	list-style-position: outside;
}
/*------- Products -------*/
#wrap {
	margin: auto;
	width: 600px;
}

.product {
	width: 520px;
	margin: 10px auto;
	padding: 10px;
}
.product-name {
	font-size: 16px;
	color: #FFFFFF;
	margin: 5px 0px;
	padding: 5px 10px;
	background-color: #4E254C;
	background-image: url(images/title_bg_1.png);
	background-repeat: repeat-x;
}
.product-image {
	margin: 5px;
	padding: 5px 0px;
}
.product-image img {}
.product-description {
	text-indent: 2em;
}
.product-feature {}
.product-feature li {}
.product-specification {}
.product-specification th {
	padding: 5px 10px;
	background-color: #FF9DEE;
	border: 1px solid #FF9DEE;
}
.product-specification td {
	padding: 5px 10px;
	border: 1px solid #FF9DEE;
}
.product-recommend-price {
	font-size: 11px;
	font-weight: bold;
	background-color: #FC87D3;
	margin: 10px 0px;
	padding: 5px 10px;
	color: #FFFFFF;
}

#footer {
	padding: 0px 10px;
	margin: 10px auto;
}
body.products #footer {
	width: 520px;
	border-top: 1px solid #F5A0E2;
}
#footer p {
	color: #FF79BC;
}
