@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
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;
}


/************************************************************

				VISION7MEDIA STYLES

************************************************************/

body {
	color:#fff;
	background-color:#000;
	text-align:center;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color:#fff;
	text-decoration:none;
}

a:hover, a:active {
	background-color:#fff;
	color:#000;
}

p, ul, ol, form {
	font-size:.76em;
	line-height:1.2em;
	padding-bottom:1em;
}

.fr {
	float:right;
}

.fl {
	float:left;
}

.clear {
	clear:both;
}

#container {
	width:920px;
	height:auto;
	margin:0 auto;
	text-align:center;
}

#content {
	width:920px;
	height:450px;
}

#image-menu {
	padding-top:40px;
}

#image-menu li {
	float:left;
	padding-right:20px;
}

#image-menu li.last {
	float:left;
	padding-right:0px;
}

#image-menu li a {
	display:block;
 	color:#000;
	font-size:1%;
}

.img-holder {
	float:left;
	width:136px;
	height:340px;
	margin-right:20px;
}
 .img-holder a {
 	color:#000;
	font-size:1%;
}

a.nightlife:link, a.nightlife:visited {
	width:136px;
	height:340px;
	display:block;
	background:url(../images/nightlife.jpg) left top no-repeat;
}

a.nightlife:hover, a.nightlife:active {
	background-position:-136px top;
}

a.performers:link, a.performers:visited {
	width:136px;
	height:340px;
	display:block;
	background:url(../images/performers.jpg) left top no-repeat;
}

a.performers:hover, a.performers:active {
	background-position:-136px top;
}

a.portfolio:link, a.portfolio:visited {
	width:136px;
	height:340px;
	display:block;
	background:url(../images/portfolio.jpg) left top no-repeat;
}

a.portfolio:hover, a.portfolio:active {
	background-position:-136px top;
}

a.commerce:link, a.commerce:visited {
	width:136px;
	height:340px;
	display:block;
	background:url(../images/commerce.jpg) left top no-repeat;
}

a.commerce:hover, a.commerce:active {
	background-position:-136px top;
}

a.press:link, a.press:visited {
	width:136px;
	height:340px;
	display:block;
	background:url(../images/press.jpg) left top no-repeat;
}

a.press:hover, a.press:active {
	background-position:-136px top;
}

a.travel:link, a.travel:visited {
	width:136px;
	height:340px;
	display:block;
	background:url(../images/travel.jpg) left top no-repeat;
}

a.travel:hover, a.travel:active {
	background-position:-136px top;
}

.frmLabel {
	width:100px;
}

.frmInput {
	border:1px solid #666;
	width:150px;
}

.frmTxtArea {
	width:150px;
	height:100px;
	border:1px solid #666;
}

.c1 {
	float:left;
	width:300px;
	padding-top:2em;
	margin-right:10em;
}

.c2 {
	float:left;
	width:450px;
	height:300px;
}

div.accordion {
	margin:0 auto;
	height:360px;
	width:920px;
	padding-top:40px;
}

div.accordion_toggle {
	background-color:#333;
	color:#fff;
    cursor:pointer;
	margin:0;
	width:30px;
	height:360px;
	display:block;
	float:left;
}
div.accordion_toggle:hover, div.accordion_toggle_active {
	background-color:#666;
	color:#fff;
}

div.accordion_content {
    overflow: hidden;	/* required for effect */
    background-color:#000;
	color:#fff;
	float:left;
	height:400px;
}

div.accordion_content p, div.accordion_content form {
	padding:1em;
}

div.accordion_content p, div.accordion_content form {
	width:350px;
}

#primary-nav li {
	float:left;
	padding-right:1em;
	position:relative;
}

#primary-nav li.selected {
	text-decoration:underline;
}

#secondary-nav {
}

#secondary-nav li {
	float:left;
	padding-right:1em;
	padding-bottom:1em;
}

#secondary-nav li.selected {
	text-decoration:underline;
}

#footer {
	text-align:center;
	color:#666;
}

#videography {
	padding-top:12px;
}

#flashcontent {
	width:850px;
	height:400px;
}

#cu3er-container {
	width:900px;
	outline:0;
}
