html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
	background: #D38CCC url(images/bg.png) repeat-x;
	font: 12px arial;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}



/* General style */

#outerwrapper {
	margin: 30px auto 0 auto;
	width: 950px;
	background: #BF80C0 url(images/wrapper.png) repeat-x;
}

#wrapper {
	margin: 3px auto 0 auto;
	width: 944px;
	min-height: 950px;
	background: #FFF;
	padding: 10px 0;
}

#top {
	margin: 0 auto;
	width: 924px;
	height: 110px;
	background: url(images/topbg.png) repeat-x;
}

#ribbon {
	width: 1104px;
	height: 102px;
	background: url(images/ribbon.gif) no-repeat;
	position: relative;
	z-index: 5;
	margin: 0 -80px;
}

#navigation {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#navigation ul {
	float: left;
	width: 640px;
	padding: 20px 0 0 40px;
}

#navigation li {
	margin: 0 16px 0 0;
	float: left;
}

#navigation a#home {
	float: left;
	width: 58px;
	height: 32px;
	background: url(images/01.png) no-repeat;
}

#navigation a#home:hover, #navigation a#home.active{
	background: url(images/01_hover.png) no-repeat;
}

#navigation a#dressup {
	float: left;
	width: 81px;
	height: 32px;
	background: url(images/02.png) no-repeat;
}

#navigation a#dressup:hover,#navigation a#dressup.active {
	background: url(images/02_hover.png) no-repeat;
}

#navigation a#wedding {
	float: left;
	width: 89px;
	height: 32px;
	background: url(images/03.png) no-repeat;
}

#navigation a#wedding:hover,#navigation a#wedding.active {
	background: url(images/03_hover.png) no-repeat;
}

#navigation a#celebrities {
	float: left;
	width: 102px;
	height: 32px;
	background: url(images/04.png) no-repeat;
}

#navigation a#celebrities:hover,#navigation a#celebrities.active {
	background: url(images/04_hover.png) no-repeat;
}

#navigation a#makeup {
	float: left;
	width: 102px;
	height: 32px;
	background: url(images/05.png) no-repeat;
}

#navigation a#makeup:hover,#navigation a#makeup.active {
	background: url(images/05_hover.png) no-repeat;
}

#searchbox {
	float: right;
	width: 205px;
	padding: 15px 0 0 0;
}

.searchbox {
	background: url(images/textbox.png) no-repeat;
	padding: 8px 0 0 8px;
	width: 123px;
	height: 31px;
	border: 0;
	font: 600 16px arial;
	color: #FFF;
	float: left;
}

.submit {
	background: url(images/btnsearch.png) no-repeat;
	width: 57px;
	height: 31px;
	margin: 0 0 0 6px;
	border: 0;
	float: left;
}

#body {
	margin: -30px auto 0 auto;
	width: 922px;
	text-align: left;
}

#outersidebar {
	background: #F2F2F2;
	width: 308px;
	text-align: center;
	float: left;
	overflow: hidden;
}

#sidebar {
	margin: 4px auto;
	width: 300px;
	background: #F2F2F2;
	overflow: hidden;
	text-align: left;
}

img.header {
	margin: 0 0 6px 0;
}

#mostplayed, #recentcomments {
	margin: 10px 0 0 0;
	width: 300px;
}

#mostplayed .item {
	background: url(images/curvebox.png) no-repeat;
	width: 300px;
	height: 113px;
	padding: 10px 0 0 10px;
}

#mostplayed .item .pic {
	float: left;
	width: 90px;
	height: 90px;
	border: 2px solid #F2F2F2;
	background: #F2F2F2;
}

#mostplayed .item .pic:hover, #populatedlist .item .pic:hover {
	border: 2px solid #F1B9EF;
}

#mostplayed .item .details {
	float: left;
	margin: 0 0 0 10px;
	width: 188px;
	height: 92px;
	font: 11px arial;
	font-style: italic;
	color: #888;
}

#mostplayed .item .details h1, #populatedlist .item .details h1 {
	font: 600 14px arial;
	color: #66707c;
	text-indent: 2px;
}

#mostplayed .item .details ul {
	background: url(images/ratingbox.png) no-repeat;
	width: 94px;
	height: 21px;
	padding: 0 0 0 4px;
	margin: 7px 0 5px 0;
}

#mostplayed .item .details li, #populatedlist .item .details li {
	background: url(images/rating_off.png) no-repeat;
	float: left;
	margin: 5px 0 0 2px;
	width: 14px;
	height: 12px;
}

#mostplayed .item .details li.on, #mostplayed .item .details li:hover,
#populatedlist .item .details li.on, #populatedlist .item .details li:hover {
	background: url(images/rating_on.png) no-repeat;
}

#mostplayed .item .details .playnow {
	background: url(images/btnplaynow.png) no-repeat;
	width: 92px;
	height: 28px;
	border: 0;
	margin: 4px 0 0 -4px;
}

.post {
	width: 300px;
	margin: 0 0 10px 0;
}

.writer-left {
	margin: 0 0 0 19px;
	height: 20px;
	background: url(images/arrow1.png) no-repeat left bottom;
	text-indent: 20px;
}

.writer-right {
	text-align: right;
	padding: 0 20px 0 0;
	width: 262px;
	height: 20px;
	background: url(images/arrow2.png) no-repeat right bottom;
	text-indent: -20px;
}

.post a, .post a:active, .post a:visited  {
	font: 14px arial;
	font-weight: bold;
	color: #957699;
	text-decoration: none;
}

.post a:hover  {
	text-decoration: underline;
}

.post .comment {
	width: 300px;
	min-height: 45px;
	background: #FFF;
	text-align: center;
}

.comment-top {
	background: url(images/comment_top.png) no-repeat;
	width: 300px;
	height: 10px;
}

.comment .details {
	margin: 0 auto;
	width: 280px;
	text-align: left;
	color: #a0a0a0;
	font: 12px arial;
}

.comment-bottom {
	background: url(images/comment_bottom.png) no-repeat left bottom;
	width: 300px;
	height: 10px;
}

#main {
	width: 605px;
	float: right;
}

#featured {
	background: url(images/box_featured.png) no-repeat;
	width: 605px;
	height: 292px;
	padding: 14px 0 0 13px;
}

#featured-dp {
	float: left;
	width: 392px;
	height: 265px;
}

#featured-ribbon {
	background: url(images/featured_ribbon.png) no-repeat;
	width: 89px;
	height: 89px;
	z-index: 5;
	position: relative;
	margin: -5px 0 -84px -5px;
}

#featured-list {
	float: left;
	margin: 0 0 0 8px;
	width: 184px;	
	height: 265px;	
}

#featured-list .item {
	background:url(images/purplebox.png) no-repeat;
	width: 184px;
	height: 81px;
	padding: 5px 0 0 8px;
	margin: 4px 0 4px 0;
}

#featured-list .item:hover {
	background:url(images/pinkbox.png) no-repeat;
	width: 184px;
	height: 81px;
	padding: 5px 0 0 8px;
	margin: 4px 0 4px 0;
}

#featured-list .item a, #featured-list .item2 a {
	color: #6c637b;
	font: 14px arial;
	font-weight: bold;
	text-decoration: none;
}

#featured-list .item a:hover, #featured-list .item2 a:Hover {
	color:#000;
}

#featured-list .item .item-details,#featured-list .item2 .item-details {
	margin: 8px 0 0 0;
	width: 165px;
	height: 45px;
	font: 12px arial;
	color: #FFF;
	overflow: hidden;
}

#frame {
	margin: 5px 0 0 0;
	width: 605px;
}

.shadetabs{
	background: url(images/frameheader.png) no-repeat;
	width: 605px;
	height: 36px;
	padding: 9px 0 0 9px;
}

.shadetabs li {
	float: left;
	width: 122px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0 3px 0 0;
}

.shadetabs li a {
	float:left;
	background: url(images/shade.png) no-repeat;
	text-decoration: none;
	color: #333;
	padding: 10px 0 0 0;
	font: 14px arial;
	font-weight: bold;
	width: 122px;
	height: 36px;
}

.shadetabs li a:visited{
	width: 122px;
	height: 36px;
	color: #333;
}

.shadetabs li a:hover{
	color: purple;
	width: 122px;
	height: 36px;
}

.shadetabs li a.selected {
	background-image: url(images/shadeactive.png);
	width: 122px;
	height: 36px;
	color: #fff;
}

#populatedlist {
	width: 605px;
	min-height: 500px;
	background: #B1C3C8;
	text-align: center;
	padding: 15px 0 0 0;
}

#populatedlist .item {
	background: url(images/itembg.png) no-repeat;
	margin: 8px auto 0 auto;
	width: 579px;
	height: 130px;
	border: 3px solid #a6b9be;
	text-align: left;
	overflow: hidden;
}

#populatedlist .item .pic {
	float: left;
	margin: 10px 0 0 10px;
	width:  107px;
	height: 107px;
	border: 2px solid #FFF;
	background: #f2f2f2;
}

#populatedlist .item .pic:hover {
	float: left;
	margin: 10px 0 0 10px;
	width:  107px;
	height: 107px;
	background: #f2f2f2;
}

#populatedlist .item .details {
	float: left;
	margin: 10px 0 0 10px;
	width: 320px;
	height: 107px;
	font: 12px arial;
	color: #888;
}

#populatedlist .item .details ul {
	background: url(images/ratingbox.png) no-repeat;
	width: 94px;
	height: 21px;
	padding: 0 0 0 4px;
	margin: 0 0 5px 0;
}

#populatedlist .item .details h4 {
	font-style: italic;
	color: #BBB;
}

#populatedlist .button {
	float: right;
	margin: 30px 20px 0 0;
	width: 75px;
	height: 76px;
	border: 0;
	background: url(images/btnplay.png) no-repeat;
}

#populatedlist .button:hover {
	background: url(images/btnplay_hover.png) no-repeat;
}

#pagination {
	background: #B1C3C8 url(images/framefooter.png) no-repeat bottom left;
	width: 605px;
	height: 45px;
}

#pagination ul {
	float: right;
	margin: 6px 10px 0 0;
	padding: 4px 0;
	border: 3px solid #a6b9be;
	background: #FFF;
}

#pagination li {
	display: inline;
	padding: 0 5px;
}

#pagination li a {
	font: 12px arial black;
	font-weight: bold;
	text-decoration: none;
	color: #66707c;
}

#pagination li a:hover {
	color: #d46591;
}

#footer {
	background: url(images/footer.png) no-repeat;
	width: 971px;
	height: 73px;
	position: relative;
	z-index: 5;
	margin: 0 -14px;
}

#footer-text {
	padding: 35px 0 0 30px;
	text-align: left;
}

#footer-text h4 {
	font: 12px arial;
	font-weight: bold;
	color: #FFF;
	float: left;
}

#footer-text h6 {
	float: left;
	margin: 0 0 0 40px;
	font: 11px arial;
	font-style: italic;
	color: #DDD;
}

img.btntop {
	float: right;
	margin: 0 30px 0 0;
}

.clear {
	clear: both;
}
