@import url("reset.css");
@import url("sweetTitles.css");

/* Globals */

* {
	margin:0; 
	padding:0;
}

body {
    text-align: center;
    font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
    color: #999;
	margin: 0;
} 

hr { 
	display: none; 
}

strong, b { 
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.small {
	font-size: 11px;
}

blockquote .small {
	font-weight: bold;
}

a {
	color: #EF1874;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #fff;
	width: 600px;
	margin: 0 0 0 30px;
}

/* Global Styles */

.more_btn {
	background: #EF1874;
	color: #fff;
	padding: 0 5px;
	font-size: 10px;
	text-transform: uppercase;
}

.more_btn:hover {
	background: #000;
	color: #fff;
}

body .glob_body .primary ol {
	margin: 0 0 30px 40px;
}

body .glob_body .primary ol li {
	margin: 1px 0;
}

body .glob_body .primary ol li a {
	line-height: 20px;
	padding: 0 3px;
	border-bottom: 1px dotted #fff;
}

body .pinkArrow {
	list-style-image:url(/images/graphics/pink_arrow.gif);
	padding: 0 0 5px 5px;
}

.highlight {
	font: 11px "Trebuchet MS", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #EF1874;
}

.poplight {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #EF1874;
	font-weight: bold;
}

.pageBox {
	text-align: center;
	padding: 20px;
	clear: both;
	overflow: hidden;
}

.subtitle_long {
	margin: 0 0 0 20px;
}

.project_box {
	width: 868px;
	margin: 0 auto;
	padding: 0px 50px 20px 50px;
}

#next-prev .prev-photo{
	position: absolute;
	left: -75px;
	background: url(../images/graphics/arrow_left.png) no-repeat 100% 0;
	width: 61px;
	height:142px;
	top: 120px;
	text-indent: -9999px;
}

#next-prev .prev-photo:hover{
	left: -76px;
	background: url(../images/graphics/arrow_left_hover.png) no-repeat 100% 0;
}

#next-prev .next-photo{
	position: absolute;
	right: -75px;
	background: url(../images/graphics/arrow_right.png) no-repeat 100% 0;
	width: 61px;
	height:142px;
	top: 120px;
	text-indent: -9999px;
}

#next-prev .next-photo:hover{
	right: -76px;
	background: url(../images/graphics/arrow_right_hover.png) no-repeat 100% 0;
}

.return_btn {
	display: block;
	width: 119px;
	height: 30px;
	background:url(/images/graphics/return.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 15px;
}

.return_btn:hover {
	background:url(/images/graphics/return.png) no-repeat 0 -30px;
}

.return2_btn {
	display: block;
	width: 119px;
	height: 30px;
	background:url(/images/graphics/return2.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 15px;
}

.return2_btn:hover {
	background:url(/images/graphics/return2.png) no-repeat 0 -30px;
}

.various_img{
	padding: 10px;
	background:url(/images/graphics/cross-square.png);
}

/* Share */

#shareit-title {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	cursor:hand;
	cursor:pointer;
}

#shareit {
	position:absolute;
	width:150px;
	background: url(/images/graphics/trans_bg_dark.png);
	border: 1px solid #444;
	border-top: 0px;
	padding:5px;
	text-align:center;
	margin-left:-55px;
}

/* Guestbook */

#guestbook {
	width: 690px;
	padding: 20px 50px 20px 50px;
	clear: both;
}

#guestbook .png_bg{
	padding: 10px;
	background:url(/images/graphics/cross-square.png);
}

#guestbook .png_bg:hover{
	background:#EF1874;
}

#guestbook .avatar{
	position:absolute;
	padding: 10px;
}

#guestbook .comments_error{
	color:#ff1800;
	border: 1px solid #ff1800;
	padding:10px;
	text-align:center;
}

#guestbook .comments_empty {
	text-align:center;
	border: 1px solid #444;
	padding:10px;
	margin:50px;
}

#guestbook .comments_block{
	border: 1px solid #444;
	padding:10px 10px 10px 140px;
	min-height:120px;
}

#guestbook .comments_block:hover{
	border: 1px solid #ef1874;
}

#guestbook .comments_answer{
	border: 1px solid #EF1874;
	padding:10px;
	margin-left:50px;
}

#guestbook .comments_nav{
	text-align:center;
}

#guestbook .comments_author{
	color:#fff;
	font-weight:bold;
	font-size: 16px;
}

#guestbook .comments_contacts{
	color:#fff;
	font-size:10px;
}

#guestbook .comments_contacts a{
	color:#fff;
	text-decoration:underline;
}

#guestbook .comments_contacts a:hover{
	color:#EF1874;
	text-decoration:none;
}

#guestbook .comments_author span{
	font: 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:normal;
}

#guestbook .comments_entry{
	text-decoration:none;
}

#guestbook .comments_details{
	text-align:right;
}

#in_center textarea {
	width: 250px;
	height: 50px;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(/images/graphics/txtarea_bg.jpg) repeat-x 0 100% #000;
	padding: 2px;
	color: #EF1874;
}	

#in_center #guestbook_button {
	align:right;
	margin-left: 170px;
	padding: 5px;
	border: 1px solid #333;
	background: url(/images/graphics/txtarea_bg.jpg) repeat-x 0 100% #000;
	width:90px;
	height:34px;
}

#in_center #guestbook_button:hover {
	color: #fff;
	border: 1px solid #fff;
	background:#EF1874;
}
	
/* Comments */

.comments_box .comments_error{
	color:#ff1800;
	border: 1px solid #ff1800;
	padding:10px;
	text-align:center;
}

.comments_box .comments_empty {
	text-align:center;
	border: 1px solid #444;
	padding:10px;
	margin:50px;
}

.comments_box .comment_button {
	align:right;
	margin-left: 160px;
	padding: 5px;
	border: 1px solid #333;
	background: url(/images/graphics/txtarea_bg.jpg) repeat-x 0 100% #000;
	width:80px;
	height:44px;
}

.comments_box .comment_button:hover {
	color: #fff;
	border: 1px solid #fff;
	background:#EF1874;
}

.comments_box .comment_video_button {
	align:right;
	margin-left: 160px;
	padding: 5px;
	border: 1px solid #333;
	background: url(/images/graphics/txtarea_bg.jpg) repeat-x 0 100% #000;
	width:80px;
	height:34px;
}

.comments_box .comment_video_button:hover {
	color: #fff;
	border: 1px solid #fff;
	background:#EF1874;
}

.comments_box .comments_block{
	border: 1px solid #444;
	padding:10px;
	margin-bottom:30px;
}

.comments_box .comments_block:hover{
	border: 1px solid #ef1874;
}

.comments_box .comments_answer{
	border: 1px solid #444;
	padding:10px;
	margin-left:50px;
}

.comments_box .comments_nav{
	text-align:center;
}

.comments_box .comments_author{
	color:#fff;
	font-weight:bold;
}

.comments_box .comments_contacts{
	color:#444;
	font-size:10px;
}

.comments_box .comments_contacts a{
	color:#444;
	text-decoration:underline;
}

.comments_box .comments_contacts a:hover{
	color:#fff;
	text-decoration:none;
}

.comments_box .comments_author span{
	color:#999;
	font-weight:normal;
}

.comments_box .comments_entry{
	text-decoration:none;
}

.comments_box .comments_details{
	text-align:right;
}	

.comments_box {
	width: 990px;
	margin: 20px auto;
}	

.paginate {
	margin: 15px 0;
}

.comments_box #com_primary .com_box {
	padding: 20px 10px 30px 10px;
	border-bottom: 1px dashed #777;
	font-size: 12px;
	color: #fff;
}

.comments_box #com_primary .com_date {
	margin: 10px 0;
	font-size: 10px;
	color: #777;
}

.comments_box #com_primary {
	width: 570px;
	float: left;
	padding: 30px;
	background:url(/images/graphics/trans_bg_dark.png);
}

.comments_box #com_secondary {
	width: 290px;
	float: right;
	padding: 30px;
	background:url(/images/graphics/trans_bg_dark.png);
}

.comments_box input {
	width: 100%;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(/images/graphics/field_bg.jpg) repeat-x 0 0;
	padding: 2px;
	color: #EF1874;
}

.comments_box textarea {
	width: 100%;
	height: 50px;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(/images/graphics/txtarea_bg.jpg) repeat-x 0 100% #000;
	padding: 2px;
	color: #EF1874;
}

.globWrapper .comment_btn {
	display: block;
	width: 119px;
	height: 30px;
	background:url(/images/graphics/comment-btn.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 145px;
}

.globWrapper .comment_btn:hover {
	background:url(/images/graphics/comment-btn.png) no-repeat 0 -30px;
}

.globWrapper .comment_video_btn {
	display: block;
	width: 119px;
	height: 30px;
	background:url(/images/graphics/comment-btn.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	right: 5px;
}

.globWrapper .comment_video_btn:hover {
	background:url(/images/graphics/comment-btn.png) no-repeat 0 -30px;
}
	
/* Banners */

.header_image {
	width: 968px;
	height: 196px;
}
#featuredBg {
	width: 968px;
	height:196px;
}

/* Blog Articles */	

.service_item {
	width: 412px;
	height: 220px;	
	padding: 20px 25px;
	margin: 10px;
	float: left;
	background: url(/images/graphics/trans_bg.png);
	border: 1px solid #444;
}

.online_item {
	width: 412px;	
	padding: 20px 25px;
	margin: 10px;
	float: left;
	background: url(/images/graphics/trans_bg.png);
	border: 1px solid #444;
}

.online_item:hover {
	width: 412px;	
	padding: 20px 25px;
	margin: 10px;
	float: left;
	background: url(/images/graphics/trans_bg.png);
	border: 1px solid #EF1874;
}

.online_item h2.in_title {
	font: 30px Arial, Gadget, sans-serif;
	line-height:30px;
	background: none;
	padding: 0;
	text-align: left;
	width: 100%;
	color: #fff;
	border: 0px;
	margin: 0;
}

.service_item img {
	display:block;
	float: left;
}

.blog_item {
	padding: 20px 50px;
	border-bottom: 1px dotted #555;
	clear: both;
}

.glob_con .blog_item {
	padding: 50px 50px;
	border: 0px;
}

.blog_item .blog_links{
	float: right;
}

.blog_item .blog_links a {
	margin: 0 10px;
}

.glob_con #in_service {
	padding: 20px 80px;
	border: 0px;
}

.glob_con #in_service p {
	margin: 25px 0;
	color: #999;
}

#icon_service {
	float: left;
	margin: 0 20px 20px 0;
	padding: 25px;
}

.blog_item h2.in_title {
	font: 35px Arial, Gadget, sans-serif;
	line-height:35px;
	background: none;
	padding: 0;
	text-align: left;
	width: 100%;
	color: #fff;
	border: 0px;
	margin: 0;
}

.service_item h2.in_title {
	font: 30px Arial, Gadget, sans-serif;
	line-height:30px;
	background: none;
	padding: 0;
	text-align: left;
	width: 100%;
	color: #fff;
	border: 0px;
	margin: 0;
}

.service_item .cd_right1 {
	position:absolute;
	width:140px;
	left:270px;
}

.service_item .cd_right2 {
	position:absolute;
	width:140px;
	left:755px;
}

.blog_item .png_bg, .service_item .png_bg {
	padding: 10px;
	float: left;
	margin: 0 15px 15px 0;
	background:url(/images/graphics/cross-square.png);
}

.blog_item .png_bg:hover, .service_item .png_bg:hover {
	background: #EF1874;
}

.glob_body .secondary .blog_item p, .glob_con .secondary .service_item p {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}

.glob_body .secondary .blog_item p.news_date {
	font-size: 10px;
	margin: 0 0 15px 0;
	color: #888;
}

.glob_body .secondary .blog_item p.news_date b {
	font-weight: normal;
	color: #EF1874;
}

.glob_con .blog_item p,.glob_con .service_item p {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
}

.glob_con .blog_item p.news_date {
	font-size: 10px;
	margin: 0 0 15px 0;
	color: #888;
}

.glob_con .blog_item p.news_date b {
	font-weight: normal;
	color: #EF1874;
}
	
/* Forms */

.submit {
	width: 95%;
	margin: 0 auto;
}

.privatesubmit {
	margin-left:195px;
}

.submit #btn_send {
	float: right;
	font: 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	color: #999;
	padding: 2px 5px;
	margin: 0 13px 0 0;
	border: 1px solid #333;
	cursor: pointer;
}

.submit #btn_send:hover {
	background: #EF1874;
	color: #fff;
}

.glob_body .contact_img {
	width: 290px;
	padding: 20px 0 20px 40px;
	float: left;
}

.glob_body .contact_hello {
	width: 420px;
	padding: 20px 0 20px 40px;
	float: left;
}

.glob_body .contact_img img {
	border: 1px solid #777;
}

.glob_body .contact_box {
	width: 350px;
	padding: 20px 30px;
	float: right;
}

.glob_body .contact_cd {
	width: 200px;
	padding: 20px 40px;
	float: right;
}

.glob_body .contact_cd .png_bg{
	display: block;
	background: url(/images/graphics/cross-square.png);
	padding: 10px;
	float: left;
	margin: 5px 0 20px 0;
}

.glob_body .contact_cd .png_bg:hover{
	background:#EF1874;
}

.contact_box .field label {
	float: left;
	width: 80px;
}

.contact_box .field {
	font-size: 12px;
	width: 100%;
	margin: 16px auto;
}
.contact_box .field input {
	width: 200px;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(/images/graphics/field_bg.jpg) repeat-x 0 0;
	padding: 2px;
	color: #EF1874;
}
.contact_box .field textarea {
	width: 250px;
	height: 50px;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(/images/graphics/txtarea_bg.jpg) repeat-x 0 100% #000;
	padding: 2px;
	color: #EF1874;
}

.field {
	font-size: 10px;
	width: 90%;
	margin: 16px auto;
}
.field label {
	float: left;
	width: 60px;
}
.field input {
	width: 170px;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(/images/graphics/field_bg.jpg) repeat-x 0 0;
	padding: 2px;
	color: #EF1874;
}
.field textarea {
	width: 170px;
	height: 50px;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(/images/graphics/txtarea_bg.jpg) repeat-x 0 100% #000;
	padding: 2px;
	color: #EF1874;
}

/*  Secure Forms */

.globWrapper .globContainer #content .box #secure_box {
	padding: 20px 20px 20px 20px;
	margin: 0 0 5px;
	border: 1px solid #444;
	background:url(/images/graphics/trans_bg.png);
}

.globWrapper .globContainer #content .box label {
	float: left;
	margin: 0 10px 0 0;
	font-size: 10px;
}

.globWrapper .globContainer #content .box .button {
	margin: 0 10px 0 0;
	padding: 5px;
	border: 1px solid #333;
	background: url(/images/graphics/txtarea_bg.jpg) repeat-x 0 100% #000;
	width:80px;
	height:44px;
}

.globWrapper .globContainer #content .box .button:hover {
	color: #fff;
	border: 1px solid #fff;
	background:#EF1874;
}

.globWrapper .globContainer #content .box input {
	width: 180px;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(/images/graphics/field_bg.jpg) repeat-x 0 0;
	padding: 2px;
	color: #EF1874;
}

.globWrapper .globContainer #content .box .first {
	border: 0;
	padding: 10px 0;
}

.globWrapper .globContainer #content .box fieldset {
	padding: 10px;
	border: 1px solid #fff;
	float: left;
	margin: 0 7px;
	border: 1px solid #333;
}

/* Layout Divisions */

.globWrapper {
	width: 100%;
	text-align:left;
	position: relative;
}

.globWrapper .globContainer {
	width: 990px;
	margin: 0 auto;
}

.globContainer .head {
	width: 990px;
	height: 127px;
	position:relative;
}

.globContainer .inside_head {
	width: 990px;
	height: 160px;
	position:relative;
}

.globContainer .head #head_title {
	position: absolute;
	top: 45px;
	right: 0;
}

.head #player {
	background:#000000;
	position: absolute;
	top: 125px;
	right: 0;
	width:300px;
	overflow:hidden;
	text-align:right;
	z-index:1;
}

.head #player a{
	text-decoration:none;
	text-transform:uppercase;
	color:#EF1874;
	font-size:9px;
}

#bigplayer{
	margin-left:120px;
}

#videoBar-bar {
	text-align:center;
	width:135px;
	padding-left:30px;
}

.head #player a:hover{
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
}

.globContainer .inside_head #head_title {
	position: absolute;
	top: 65px;
	right: 0;
}	

.globContainer .head .png_bg {
	display: block;
	position: absolute;
	width: 251px;
	height: 43px;
	bottom: 15px;
	left: 20px;
	background:url(/images/graphics/logo.png) no-repeat;
	text-indent: -9999px;
}

#logo {
	position: absolute;
	z-index: 0;
	top: -30px;
	left: -20px;
	width: 320px;
	height: 240px;
}

#in_logo {
	position: relative;
	z-index: 0;
	top: 0px;
	left: -20px;
	width: 320px;
	height: 240px;
	background: url(/images/graphics/logo.png) no-repeat;
}

/* Footer */

#footer {
	width: 100%;
	height: 100px;
	position: relative;
	font-size: 10px;
	color: #888;
}

#footer a.openid {
	position: absolute;
	display: block;
	top: 15px;
	left: 5px;
	height: 50px;
	min-height: 50px;
	width: 6px;
	background-color: none;
	text-indent: -9999px;
	cursor:default;
}

#footer a.openid:hover {
	background-color: #EF1874;
}

#footer a.line {
	position: absolute;
	display: block;
	top: 15px;
	right: 5px;
	height: 50px;
	min-height: 50px;
	width: 6px;
	background-color: none;
	text-indent: -9999px;
	cursor:default;
}

#footer a.line:hover {
	background-color: #EF1874;
}

#footer .photo_credit {
	top: 52px;
}

#footer .rules {
	top: 70px;
}

#footer #foot_links {
	position: absolute;
	top: 34px;
	left: 18px;
	background: #000;
	padding: 0 5px;
}

#footer p {
	position: absolute;
	left: 18px;
	top: 15px;
	background: #000;
	padding: 0 5px;
}

#footer #footer-makeupforever {
	display: block;
	width: 143px;
	height: 37px;
	background:url(/images/graphics/logo-makeupforever.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 17px;
	right: 15px;
}

#footer #footer-makeupforever:hover {
	background:url(/images/graphics/logo-makeupforever.png) no-repeat 0 -37px;
}

#footer #footer-rai {
	display: block;
	width: 55px;
	height: 53px;
	background:url(/images/graphics/logo-rai.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	right: 165px;
}

#footer #footer-rai:hover {
	background:url(/images/graphics/logo-rai.png) no-repeat 0 -53px;
}

#footer #footer-adcr {
	display: block;
	width: 100px;
	height: 26px;
	background:url(/images/graphics/logo-adcr.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 25px;
	right: 380px;
}
#footer #footer-adcr:hover {
	background:url(/images/graphics/logo-adcr.png) no-repeat 0 -26px;
}

#footer #footer-lastdayswear {
	display: block;
	width: 100px;
	height: 43px;
	background:url(/images/graphics/logo-lastdayswear.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 15px;
	right: 270px;
}
#footer #footer-lastdayswear:hover {
	background:url(/images/graphics/logo-lastdayswear.png) no-repeat 0 -43px;
}

#footer #footer-modelmayhem {
	display: block;
	width: 100px;
	height: 30px;
	background:url(/images/graphics/logo-modelmayhem.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 20px;
	right: 490px;
}
#footer #footer-modelmayhem:hover {
	background:url(/images/graphics/logo-modelmayhem.png) no-repeat 0 -30px;
}

#footer #footer-kctv {
	display: block;
	width: 25px;
	height: 25px;
	background:url(/images/graphics/logo-kctv.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 25px;
	right: 233px;
}
#footer #footer-kctv:hover {
	background:url(/images/graphics/logo-kctv.png) no-repeat 0 -25px;
}

/* Tabs Styles
--------------------------------------------------------------------------------------------------- */
.box {
	margin: 0;
	padding: 0;
	position: relative;
}
.inBox {
	position: relative;
}
.inBox dl #tp_shine {
	width: 988px;
	height: 55px;
	margin: 0;
	padding: 0;
	background:url(/images/graphics/box-shine-top.png) no-repeat 0 0;
	position: absolute;
	top: 1px;
	left: 1px;
}
.inBox dl #bt_shine {
	width: 988px;
	height: 55px;
	margin: 0;
	padding: 0;
	background:url(/images/graphics/box-shine-bottom.png) no-repeat 0 0;
	position: absolute;
	bottom: 1px;
	left: 1px;
}
.inBox dl {
	clear: both;
	padding: 10px;
	background: url(/images/graphics/trans-40_bg.png);
	position: relative;
}
.inBox .tab {
	float: right;
	margin: 0 3px;
	text-align: center;
}
.inBox .tabtxt{
	margin: 0;
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height: 37px;
	font-weight: bold;
}
.inBox .tabtxt a {
	display: block;
	color: #fff;
	height: 37px;
	width: 98px;
	background:  url(/images/graphics/tab_trans.png) no-repeat 0 0;
}

.inBox .tabtxt a:hover, .inBox .tabtxt a:focus {
	color:	#EF1874;
	background:  url(/images/graphics/tab_trans.png) no-repeat 0 -37px;
}

/* Global Navigation */

.globNav {
	width: 100%;
	font-size: 10px;
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 100;
}

.globNav .png_bg {
	width: 100%;
	background: url(/images/graphics/trans_bg.png);
	display: inline-block;
}

.globNav ul {
	width: 990px;
	margin: 0 auto;
}

.globNav ul li {
	float: left;
	margin: 0 10px;
}

.globNav ul li a {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 0 5px;
}

.globNav ul li.active{
	float: left;
	margin: 0 10px;
	background: #EF1874;
}

.globNav ul li#nav_item01 a {
	color: #000;
	font-weight:bold;	
	background: url(/images/graphics/flash.gif) repeat top left;
}

.globNav ul li#nav_item01 a:hover {
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	background: #00e4ff;
}

.globNav ul li#nav_item02 a {
	color: #fff;
}

.globNav ul li#nav_item02 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item03 a {
	color: #fff;
}

.globNav ul li#nav_item03 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item04 a {
	color: #fff;
}

.globNav ul li#nav_item04 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item05 a {
	color: #fff;
}

.globNav ul li#nav_item05 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item06 a {
	color: #fff;
}

.globNav ul li#nav_item06 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item07 a {
	color: #fff;
}

.globNav ul li#nav_item07 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item08 a {
	color: #fff;
}

.globNav ul li#nav_item08 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item09 a {
	color: #fff;
}

.globNav ul li#nav_item09 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item10 a {
	color: #fff;
}

.globNav ul li#nav_item10 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item11 a {
	color: #fff;
}

.globNav ul li#nav_item11 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item12 a {
	color: #fff;
}

.globNav ul li#nav_item12 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item13 a {
	color: #fff;
}

.globNav ul li#nav_item13 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item14 a {
	color: #fff;
}

.globNav ul li#nav_item14 a:hover {
	color: #fff;
	text-decoration:none;
	background: #EF1874;
}

.globNav ul li#nav_item00 {

}

/* Head Banners */

.box ul.png_bg {
	width: 968px;
	height:195px;
	border: 1px solid #444;
	background:url(/images/graphics/trans_bg.png);
	position: relative;
}

.box ul.png_bg li.p_info {
	padding: 20px;
}

.box ul.png_bg li.sub_title {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 50%;
	background: url(/images/graphics/trans-40_bg.png);
	height: 70px;
	padding: 24px 0 5px 30px;
}

.box ul.png_bg h2.in_title {
	font: 25px "Trebuchet MS", Arial, Gadget, sans-serif;
	background: none;
	padding: 0;
	height: 35px;
	text-align: left;
	color: #fff;
	border: 0px;
	font-weight: normal;
	margin: 0;
}

.box ul.png_bg h2.in_title strong {
	color: #EF1874;
}

.box ul.png_bg h2.in_title span {
	font: 20px "Trebuchet MS", Arial, Gadget, sans-serif;
}

.subtitle_long h2.in_title {
	font: 25px "Trebuchet MS", Arial, Gadget, sans-serif;
	background: none;
	padding: 0;
	height: 35px;
	text-align: left;
	color: #fff;
	border: 0px;
	font-weight: normal;
	margin: 0;
}

.subtitle_long h2.in_title strong {
	color: #EF1874;
}

#home_banner {
	width: 968px;
	height:197px;
	border: 1px solid #444;
	background:url(/images/graphics/trans_bg.png);
	position: relative;
}

#home_banner h1 {
	display: block;
	background:url(/images/hello/rotate.php) no-repeat 0 0;
	text-indent: -9999px;
	width: 662px;
	height: 75px;
	position: absolute;
	top: 35px;
	left: 40px;
}

#home_banner p {
	position: absolute;
	top: 140px;
	left: 41px;
}

#home_banner #hb_img {
	position: absolute;
	top:0;
	right:0;
	width: 268px;
	height: 197px;
	background:url(/images/graphics/hello-brian-alig.png) no-repeat 0 0;
	text-indent: -9999px;
	border: 0px;
}

#awards_banner {
	width: 968px;
	border: 1px solid #444;
	background:url(/images/graphics/trans_bg.png);
	position: relative;
}

#awards_banner .awards_list {
	width: 865px;
	height: 161px;
	margin: 20px 20px;
}

#awards_banner .awards_list li{
	float: left;
	width: 151px;
	margin: 0px 10px;
	background: none;
}

#news_banner {
	width: 968px;
	border: 1px solid #444;
	background:url(/images/graphics/trans_bg.png);
	position: relative;
}

#featured_banner {
	width: 968px;
	padding: 5px 0 0 0;
	background:url(/images/graphics/trans_bg.png);
	position: relative;
}

#music-banner {
	width: 968px;
	border: 1px solid #444;
	background:url(/images/graphics/trans_bg.png);
	position: relative;
}

/* Global Body Columns */
h4 {
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 15px 0;
}

h4 em {
	color: #EF1874;
	font-style: normal;
}

.box ul.glob_items {
	margin: 0 0 0 40px;
}

.box ul.glob_items li {
	margin: 5px 0;
}

.glob_con {
	width: 968px;
	margin: 10px 0 0 0;
	position: relative;
}

.body_bio {
	text-align:justify;
	width: 930px;
	padding: 20px;
	color:#fff;
}

.body_books {
	text-align:justify;
	width: 930px;
	padding: 20px;
	color:#fff;
}

.body_3box {
	float: left;
	width: 280px;
	padding: 20px;
}

.body_3box .png_bg {
	display: block;
	background: url(/images/graphics/cross-square.png);
	padding: 10px;
	float: left;
	margin: 5px 0 20px 0;
}	

.body_3box .png_bg:hover {
	background: #EF1874;
}

.body_1box {
	float: left;
	width: 150px;
	height: 150px;
	padding: 0;
	position: relative;
	margin: 20px;
}

.body_1box .png_bg {
	display: block;
	background: url(/images/graphics/cross-square.png);
	padding: 10px;
	top: 0;
	left: 0;
	margin: 0;
	position: absolute;
	z-index: 100;
}

.glob_con .body_1box .glowShadow {
	display: block;
	position: absolute;
	padding: 0px;
	z-index: 999;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 150px;
	background: url(/images/graphics/inglow.png);
}

.glob_con .body_1box .glowShadow:hover {
	background: none;
}

.glob_con .body_1box a.more_btn {
	position: absolute;
	padding: 5px 5px;
	z-index: 1000;
	top: 10px;
	left: 10px;
	width: 80px;
	background: #EF1874;
}

.glob_con .body_1box a.more_btn:hover {
	background: url(/images/graphics/trans_bg_dark.png);
}

.glob_body .body_1box {
	float: left;
	width: 150px;
	height: 150px;
	padding: 0;
	position: relative;
	margin: 17px;
}

.glob_body .body_1box .png_bg {
	display: block;
	background: url(/images/graphics/cross-square.png);
	padding: 10px;
	top: 0;
	left: 0;
	margin: 0;
	position: absolute;
	z-index: 100;
}

.glob_body .body_1box .glowShadow {
	display: block;
	position: absolute;
	padding: 0px;
	z-index: 999;
	top: 10px;
	left: 10px;
	width: 150px;
	height: 150px;
	background: url(/images/graphics/inglow.png);
}

.glob_body .body_1box .glowShadow:hover {
	background: none;
}

.glob_body .body_1box a.more_btn {
	position: absolute;
	padding: 5px 5px;
	z-index: 1000;
	top: 10px;
	left: 10px;
	width: 80px;
	background: #EF1874;
}

.glob_body .body_1box a.more_btn:hover {
	background: url(/images/graphics/trans_bg_dark.png);
}

.mini_list li {
	float: left;
	margin: 15px;
}

.mini_list li a.png_bg {
	display: block;
	background: url(/images/graphics/cross-square.png);
	padding: 6px;
	float: left;
	margin: 0 0 20px 0;
}	

.mini_list li a.png_bg:hover {
	background: #EF1874;
}

.glob_body {
	width: 968px;
	margin: 10px 0 0 0;
	position: relative;
	background: url(/images/graphics/cross-string.png) repeat-y 0 0;
}

.glob_body .primary {
	float: left;
	width: 175px;
	padding: 20px 20px;
}

.glob_body .secondary {
	float: right;
	width: 753px;
}

.glob_body .secondary p {
	line-height: 20px;
	color: #999;
	margin: 15px 0;
}

.glob_body .secondary #in_center {
	width: 290px;
	float: left;
	padding: 20px 20px 20px 60px;
}

.glob_body .secondary #in_right {
	width: 330px;
	float: right;
	padding: 20px;
}	

.data_box {
	margin: 15px 0;
}

.data_box .data_primary {
	float: left;
	width: 20%;
	text-align: right;
	padding: 0 10px 0 0;
}

.data_box .data_secondary {
	width: 75%;
	float: right;
	color: #fff;
}
	

/* Head Slider News */
#slider_news .contentdiv {
	width: 780px;
	padding: 20px 60px;
}

h3.in_title {
	font: 20px "Trebuchet MS", Arial, Gadget, sans-serif;
	background: none;
	padding: 0;
	text-align: left;
	height: 20px;
	color: #fff;
	border: 0px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

#slider_news .contentdiv .news_date {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
#slider_news .contentdiv p {
	margin: 10px 0;
}
#slider_news .contentdiv .news_date b {
	color: #EF1874;
}
#slider_news .contentdiv .png_bg {
	display: block;
	background: url(/images/graphics/cross-square.png);
	padding: 6px;
	float: left;
	margin: 0 25px 0 0;
}	
#slider_news .contentdiv .png_bg:hover {
	background: #EF1874;
}

/* Mini Boxes */

#miniban_container {
	width: 990px;
	margin: 15px 0;
}

#miniban_container .mini_box {
	width: 330px;
	float: left;
	position: relative;
}

#miniban_container .mini_box .mini_head {
	width: 300px;
	height: 50px;
	position: relative;
	margin: 0 auto;

}

#miniban_container .mini_box .mini_head p {
	font: 10px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #999;
	background:#000;
	position: absolute;
	top: 40px;
	left: 30px;
	padding: 0 5px;
}

#miniban_container .mini_box .mini_head .mini_title {
	position: absolute;

}

#miniban_container .mini_box dl {
	width: 300px;
	margin: 0 auto;
	background:url(/images/graphics/mini_bt_bg.png) no-repeat 0 100%;
	padding: 0 0 10px 0;
	font-size: 11px;
}

#miniban_container .mini_box dl p {
	margin: 0 0 10px 0;
}

#miniban_container .mini_box dt {
	display: block;
	width: 300px;
	height: 10px;
	line-height:10px;
	display: inline-block;
	clear: both;
	background:url(/images/graphics/mini_tp_bg.png) no-repeat 0 0;
}

#miniban_container .mini_box dd {
	width: 270px;
	padding: 5px 15px;
	background:url(/images/graphics/mini_bg.png) repeat-y 0 0;
}
	
#miniban_container .mini_box dd .png_bg {
	display: block;
	background: url(/images/graphics/cross-square.png);
	padding: 6px;
	float: left;
	margin: 0 15px 5px 0;
}

#miniban_container .mini_box h4 {
	margin: 0 0 -15px 0;
	padding: 0;
}

#miniban_container .mini_box dd .png_bg:hover {
	background: #EF1874;
}

#miniban_container .mini_box dd ul {
	margin: 0 0 0 20px;
}

/* Helpers  */

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Shop */

.shop_body {
	width: 968px;
	min-height:1100px;
	margin: 10px 0 0 0;
	position: relative;
	background: url(/images/graphics/cross-string.png) repeat-y 100% 100%;
	color:#ffffff;
}

.shop_body .shop_bar {
	position:absolute;
	width: 175px;
	left: 773px;
	top:20px;
	color:#ffffff;
}

.shop_body .shop_bar .png_bg{
	display: block;
	height:150px;
	width:150px;
	padding: 10px;
	background:url(/images/graphics/cross-square.png);
}

.shop_body .shop_bar .png_bg:hover{
	background:#EF1874;
}

.shop_body .shop_string {
	padding:10px;
	margin:10px;
	width: 703px;
	border: 1px solid #444;
	color:#ffffff;
}

.shop_body .shop_string:hover {
	border: 1px solid #EF1874;
}

.shop_body .shop_table .png_bg{
	display: block;
	height:150px;
	width:150px;
	padding: 10px;
	background:url(/images/graphics/cross-square.png);
}

.shop_body .shop_table .png_bg:hover{
	background:#EF1874;
}

.shop_body .shop_string .shop_name{
	font-size:15px;
	color:#ffffff;
}

.shop_body .shop_string .shop_status{
	font-size:10px;
	color:#ffffff;
}

.shop_body .shop_table {
	padding:10px;
	margin:10px;
	width: 703px;
	border: 1px solid #444;
	color:#ffffff;
}

.shop_body .shop_table .shop_categoty{
	font: 11px Arial, Gadget, sans-serif;
	line-height:30px;
	padding-left: 10px;
	color:#ffffff;
}

.shop_body .shop_table .shop_categoty a{
	font: 11px Arial, Gadget, sans-serif;
	line-height:30px;
	color:#ffffff;
	text-decoration:none;
}

.shop_body .shop_table .shop_categoty a:hover{
	font: 11px Arial, Gadget, sans-serif;
	line-height:30px;
	color:#ffffff;
	text-decoration:underline;
}

.shop_body .shop_table h2.in_title {
	font: 26px Arial, Gadget, sans-serif;
	line-height:30px;
	padding-left: 10px;
	color:#ffffff;
}

.shop_body .shop_table h2.in_title a{
	color:#ffffff;
	text-decoration:none;
}

.shop_body .shop_table h2.in_title a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.shop_body .shop_table .shop_main_category{
	font-size:18px;
	color:#ffffff;
}

.shop_body .shop_table .shop_item_full:hover{
	color:#ffffff;
}

.shop_body .shop_table textarea {
	width: 250px;
	height: 50px;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	background: url(/images/graphics/txtarea_bg.jpg) repeat-x 0 100% #000;
	padding: 2px;
	color: #EF1874;
}

.shop_body .shop_table table.basket {
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

.shop_body .shop_table table.basket td{
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	background-color:#000000;
	padding: 5px;
}

.shop_body .shop_copyright {
	display:none;
	z-index:-100;
}

/* Twitter */

.tweet_link {
color:#999999;
}

.tweet_link:hover {
color:#ffffff;
}

/* Addthis fix */

#_atssh {
display:none;
}
