
/*	------------------------------- document info
		updated 2008 03 28
		by tony amidei
		tony@faction7.com */

/* ------------------------------- redefine */
img {
	border: 0px;
	}
* {
	margin: 0px;
	padding: 0px;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /* universal base font size */
	line-height: 18px;
	color: #FFFFFF;
	background-color: #131b1e; /* #2a3237; */
	background-image: url(../mlimages/ui/bg_texture4.jpg);
	background-repeat: repeat-x;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.4em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform:uppercase;
	font-stretch:condensed;
	}
h2{
	color:#00deff;
	font-size:1.8em;
	text-transform:uppercase;
}
h4{
	color:#00deff;
	font-size:1em;
	display:inline;
}
a {
	color: #cad8e0;
	font-weight: normal;
	text-decoration: none;
	}
a:link {
	color: #cad8e0;
	}
a:visited {
	color: #cad8e0;
	}
a:hover {
	color: #ecff15;
	}
a:active {
	color: #ecff15;
	}
ul {
	list-style-image: none;
	list-style-type: none;
	}
i {
	font-style: normal;
	color: #cad8e0;
}

.error {
	color:#CC0000;
}

/* ------------------------------- shared */
.clear {
	clear: both;
	}
.arrow, .colList li a {
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: 100% 3px;
	text-decoration: none;
	background-image: url(../mlimages/ui/arrow.png);
	}
#Email {
	width: 283px;
	border-bottom: 2px solid #4a4f52;
	border-left: 2px solid #0b0c0c;
	border-right: 2px solid #4a4f52;
	border-top: 2px solid #0b0c0c;
	margin: 2px 0 7px -1px;
	padding: 2px 0 3px 0;
	color: #788791;
	}
#listmenu {
	margin-top: 20px;
	}
#listmenu select {
	width: 285px;
	margin: 2px 0 7px 0px;
	}
.leadingTight {
	line-height: 1px;
	}
.bottomListRule {
	background-image: url(../mlimages/ui/2px_rule_dark.png);
	background-repeat:repeat-x;
	background-position: bottom;
	}
.bottomListRulePad {
	background-image: url(../mlimages/ui/2px_rule.png);
	background-repeat:repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	}
.selectedLink {
	color: #CC0066;
	}
.selectedLink a {
	color: #00deff;
	}
.selectedLink a:link {
	color: #00deff;
	}
.selectedLink a:visited {
	color: #00deff;
	}
.selectedLink a:hover {
	color: #ecff15;
	}
.selectedLink a:active {
	color: #ecff15;
	}

/* ------------------------------- page structure */
#pageBgTexture {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 902px;
	z-index: -499;
	float: left;
	background-image: url(../mlimages/ui/bg_texture.jpg);
	background-repeat: repeat-x;
}
#pageBgTextureBot {
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: -500;
	float: left;
	background-image: url(../mlimages/ui/bg_texture_bot.jpg);
	background-repeat: repeat;
	background-color: #30383D;
}

.siteCont {
	width: 895px; /* page width */
	margin-right: auto;
	margin-left: auto;
	}
.headerCont {
	margin-top: 52px;
	height: 70px;
	}
.headerCont ul {
	margin-top: 22px;
	}
.headerCont li {
	float: left;
	margin-right: 17px;
	}
.headerCont li a {
	display: block;
	}
		
.modLuxLogo {
	position: relative;
	left: 610px;
	width: 287px;
	}
.titleCont {
	margin-top: 64px;
	}
.titleCont ul {
	position: relative;
	top: -16px;
	}
.titleCont li {
	float: right;
	margin: 0px 0px 0px 20px;
	}
.titleCont li a {
	display: block;
	}
.titleCont2Over {
	margin-top: 64px;
	}
.titleCont2Over h1 {
	margin-left: 305px;
	}
.titleCont2Over ul {
	position: relative;
	top: -16px;
	}
.titleCont2Over li {
	float: left;
	}
.titleCont2Over li a {
	display: block;
	}
.scrollerCont {
	margin-top: 18px;
	border-top: 1px solid #141617;
	}
.contentTopRuleCont {
	margin-top: 18px;
	width: 895px;
	background-image: url(../mlimages/ui/2px_rule.png);
	background-repeat: repeat-x;
	padding: 10px 0 0px 0;
	}
.contentTopRuleCont h2 {
	margin-bottom: 7px;
	}
.contentTopCont {
	margin-top: 18px;
	}
.contentMidCont {
	margin-top: 20px;
	}
.withRule {
	background-image: url(../mlimages/ui/2px_rule.png);
	background-repeat: repeat-x;
	padding: 10px 0 10px 0;
	clear: both;
	}
.withRule p {
	margin-bottom: 10px;
	}
.contentBotCont {
	margin-top: 50px;
	}
.singleColNoRule {
	width: 285px;
	}
.singleColNoRule p {
	margin-top: 20px;
	}
.doubleCol {
	width: 590px;
	background-image: url(../mlimages/ui/2px_rule.png);
	background-repeat: repeat-x;
	padding-bottom: 20px;
	}
.doubleCol h2 {
	margin-top: 20px;
	}
.doubleCol p {
	margin-top: 20px;
	}
.tripleCol {
	width: 895px;
	background-image: url(../mlimages/ui/2px_rule.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	}
.smallCover {
	float: right;
	padding: 20px 0px 0px 20px;
	width: 182px;
	overflow: hidden;
	}
.singleCol {
	width: 285px;
	background-image: url(../mlimages/ui/2px_rule.png);
	background-repeat: repeat-x;
	padding-top: 12px;
	}
.singleCol p {
	margin-top: 20px;
	}
.singleTight {
	width: 285px;
	background-image: url(../mlimages/ui/2px_rule.png);
	background-repeat: repeat-x;
	padding: 10px 0 30px 0;
	}
.singleTight b {
	font-size: 1.2em;
	line-height: 2em;
	text-transform: uppercase;
	font-weight: bold;
	}
.plusOneCol {
	width: 590px;
	}
.plusOneCol p {
	width: 285px;
	}
.col {
	float: left;
	margin-right: 20px;
	}
.colLast {
	float: right;
	}
.colList {
	float: left;
	margin-right: 20px
	}
.colList ul {
	margin-top: 23px;
	width: 132px;
	}
.colList li {
	background-image: url(../mlimages/ui/2px_rule_dark.png);
	background-repeat:repeat-x;
	line-height: 2em;
	}
.subColListL {
	float: left;
	}
.subColList {
	float: right;
	}
.subColListR {
	float: right;
	}
.single3Col {
	padding: 0px 0 0px 0;
	background-image: url(../mlimages/ui/2px_rule_dark.png);
	background-repeat:repeat-x;
	line-height: 4.7em;
	margin-top: 50px;
	}
.col2Over {
	width: 590px;
	position: relative;
	left: 305px;
	margin: 20px  0 20px 0;
	}
.col2Over ul {
	line-height: 2em;
	}
.subscriptionImgs {
	margin-bottom: 25px;
	}
.mag {
	background-color: #20272b;
	width: 283px;
	height: 341px;
	margin-bottom: 10px;
	overflow: hidden;
	}
.magClear {
	width: 283px;
	height: 341px;
	margin-bottom: 10px;
	overflow: hidden;
}

.magSubNav {
	background-color: #20272b;
	width: 283px;
	/****** NOTE: IF YOU ADD MORE TITLES TO THE SUBNAV, YOU'LL NEED TO INCREASE THE HEIGHT VALUE HERE ******/
	height: 365px;
	margin-bottom: 10px;
	}
.magSubNav h2 {
	margin: 15px 0px 15px 0px;
	}
.magAlt {
	width: 590px;
	height: 341px;
	margin-bottom: 0 0 10px 0;
	padding-top: 10px;
	background-image: url(../mlimages/ui/2px_rule.png);
	background-repeat:repeat-x;
	}
.magAlt ul {
	float: left;
	}
	
	
.subnavCont {
	margin: 10px;
	margin-bottom: 20px;
	}
.subnavCont ul {
	width: 122px;
	}
.subnavCont li {
	background-image: url(../mlimages/ui/2px_rule_dark.png);
	background-repeat:repeat-x;
	line-height: 2em;
	}
.subnavBg {
	border-bottom: 1px Solid #2c3133;
	border-left: 1px Solid #181d20;
	border-right: 1px Solid #181d20;
	border-top: 1px Solid #040505;
	}
.magBlank {
	border: 1px Solid #20272b;
	}
.formTable {
	width: 895px;
	text-align: right;
	}
.formTable ul {
	margin-top: 10px;
	}
.formTable li {
	line-height: 2em;
	margin: 0px 10px 7px 0;
	float: left;
	}
.formTable input {
	width: 283px;
	border-bottom: 2px solid #4a4f52;
	border-left: 2px solid #0b0c0c;
	border-right: 2px solid #4a4f52;
	border-top: 2px solid #0b0c0c;
	padding: 2px 0 3px 0;
	color: #788791;
	}
#submitMediaKit {
	width: 132px;
	height: 27px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}
.formTable select {
	margin-top: 2px;
	}
.formTable textarea {
	width: 283px;
	}
.formTable i {
	color: #00deff;
	}
.contentTopRuleCont i {
	color: #00deff;
	}
.clearLi {
	clear: both;
	width: 295px;
	}
.pressAuthor {
	margin-bottom: 3px;
	}
.pressDate {
	margin-bottom: 25px;
	}
.pressTitle {
	font-size: 20px;
	font-weight: 100px;
	margin-bottom: 15px;
	}
.centered {
	text-align: center;
	}
p {
	margin-top: 8px;
	margin-bottom: 8px;
	}
.pressImage {
	margin-bottom: 20px;
	margin-top: 15px;
	padding: 20px;
	text-align: center;
	}
.black {
	background-color: #000000;
	border-bottom: 1px Solid #2c3133;
	border-left: 1px Solid #181d20;
	border-right: 1px Solid #181d20;
	border-top: 1px Solid #040505;
	}
.white {
	background-color: #FFFFFF;
	border-bottom: 1px Solid #2c3133;
	border-left: 1px Solid #181d20;
	border-right: 1px Solid #181d20;
	border-top: 1px Solid #040505;
	}
.col1 {
	width: 285px;
	}
.col2 {
	width: 590px;
	}
.col3 {
	width: 895px;
	}

/* ------------------------------- footer */
.footerSpace {
	margin-top: 50px;
	}
.footer {
	color: #cad8e0;
	color: #98acb7;
	font-size: .9em;
	width: 100%;
	height: 35px;
	background-color: #2a3237;
	border-bottom: 1px solid #3c4448;
	border-top: 1px solid #3c4448;
	}
.footer ul {
	position: relative;
	top: 8px;
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	}
.footer li {
	float: left;
	margin: 0px 6px 0px 0px;
	}
.footer li a {
	display: block;
	color: #98acb7;
	}
.footer a:link {
	color: #98acb7;
	}
.footer a:visited {
	color: #98acb7;
	}
.footer a:hover {
	color: #00deff;
	}
.footer a:active {
	color: #00deff;
	}
	
	
/* splash list style */
#locations_list, #subnav_container{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#FFF;
}

#locations_list ul, #subnav_container ul{
margin:6px 0 6px 0;
padding:0;
list-style:none;
line-height:1.6em;
}

#locations_list ul li, #subnav_container ul li{
margin:0;
padding:0;
display:inline;
padding:0 5px 0 5px;
font-weight:bold;
color:#FFF;
}

#locations_list ul li a{
margin:0;
font-weight:bold;
color:#FFF;
}

#locations_list ul li a:hover{
margin:0;
display:inline;
color: #ecff15;
}

#locations_list ul li .current, #subnav_container ul li .current{
color: #00deff;
}

#locations_list .last, .last a, #locations_list .last a:hover{
border:0;
}

/* media kit specifics */
#mk_content{
background-color:#000000;
width: 895px;
height: 355px;
border: 4px solid #FFF;
}

#items_list{
width: 285px;
padding: 10px;
float: right;
text-align: left;
max-height: 335px;
overflow:auto;
font-size: 11px;
color: #999;
}

.video_thumb{
float:left;
border: 2px solid #FFF;
margin-right: 8px;
}
