@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "helvetica", "arial";
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 28px;
	background-color: #1d2d41;
	
}

/* ------- GLOBAL ------- */

a {
	text-decoration: underline;
	color: #ffffff;

}

a:hover {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.border  {
	border: 1px solid #333333;
}


.clear {
	clear: both;
}

.margin-left {
	margin-left: 20px;
}

.margin-right {
	margin-right: 20px;	
}

.margin-top {
	margin-top: 20px;	
}

.margin-bottom {
	margin-bottom: 20px;
}


.rule {
	clear: both;
	margin-top: 15px;
	height: 15px;
	border-top: 1px solid #666666;
}

ul {
	margin-left: 0px;
	padding-left: 24px;
	line-height: normal;
	
}

li {
	padding-top: 5px;
}

td {
	vertical-align: top;
}

img {
	border: none;
}

input, textarea {

}
.input-width {
	width: 287px; 
}




/* ------- TEXT DEFINITIONS ------- */

h1 {
	margin: 0px;
	line-height: normal;
	font-size: 14px;
	padding-bottom: 10px;
	color: #5783ae;
	text-transform: uppercase;
	font-weight: normal;
	}

h6 {
	margin: 0px;
	line-height: normal;
	color: #20522b;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;

}

.small {
	font-size: 10px;
	line-height: 13px;
}

.smaller {
	font-size: 8px;
}

.blue {
	color: #5783ae;
}

.blue a {
	color: #5783ae;
	text-decoration: none;
}

.blue a:hover  {
	color: #CCCCCC;
}

.white {
	color: #FFFFFF;
}

.blue-link a {
	color: #5783ae;
	font-size: 10px;
	text-decoration: none;

}

.blue-link a:hover  {
	color: #CCCCCC;
}

.line-height-normal {
	line-height: 14px;
}

.no-caps {
	text-transform: none;
	line-height: 21px;
}

.no-caps p {
	margin-bottom: 7px;
}

/* ------- MENU ------- */

ul#topnav {
	list-style: none;
	margin: 0;
	height: 11px;
	padding: 0;
}
ul#topnav li {
	float: left;
	margin: 0; 
	padding: 0;

}

ul#topnav a {
	float: left;
	display: block;
	height: 11px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: left 0;
}

ul#topnav a:hover {
	background-position: left -11px;
}

ul#topnav li.david-phoenix a {
	background-image: url(../images/menu/david-phoenix.png);
	width: 175px;
	margin-right: 97px;
}
ul#topnav li.portfolio a {
	background-image: url(../images/menu/portfolio.png);
	width: 122px;
	margin-right: 97px;
}
ul#topnav li.press a {
	background-image: url(../images/menu/press.png);
	width: 61px;
	margin-right: 97px;

}

ul#topnav li.collection a {
	background-image: url(../images/menu/collection.png);
	width: 137px;
	margin-right: 97px;

}

ul#topnav li.contact a {
	background-image: url(../images/menu/contact.png);
	width: 97px;
}

#david-phoenix li.david-phoenix a,
#portfolio li.portfolio a,
#press li.press a, 
#collection li.collection a,
#contact li.contact a
{
	background-position: left bottom;
}

/* ------- BACKGROUND COLORS ------- */

#david-phoenix {
	background-image: url(../images/bg-green.jpg);
}


#portfolio {
	background-image: url(../images/bg-blue.jpg);
}

#press {
	background-image: url(../images/bg-gray.jpg);	
}

#collection {
	background-image: url(../images/bg-tan.jpg);
}

#contact {
	background-image: url(../images/bg-dark-blue.jpg);
	
}

#david-phoenix,
#portfolio,
#press,
#collection,
#contact 
{
	background-position:  center 38px;
	background-repeat: repeat-x;
}




/* ------- LAYOUT ------- */

#wrapper {
	margin: 43px auto;
	width: 1002px;
	height: 614px;
	
}

.wrapper {
	margin: 0 auto;
	width: 982px;
	
}

#top {
	height: 25px;
	padding-top: 13px;
	background-image: url(../images/shdw-top.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;

}


#main-container {
	width: 980px;
	height: 580px;
	padding: 0 11px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-y;
	float: left;
	
}


#footer {
	clear: both;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	background-image: url(../images/shdw-bottom.png);
	background-repeat: repeat-x;
	padding-top: 18px;

	
}

#footer a {
	text-decoration: none;
	color: #666666;
	
}

#footer a:hover {
	color: #999999;
	
}

#footer .left a {
	margin-right: 10px;
}


#left-column {
	float: left;
	display: inline;
	width: 223px;
	margin: 10px 31px;
	
}

#right-column {
	float: left;
	display: inline;
	width: 695px;
	margin-top: -9px;
}


#right-column-sub {
	margin: 31px;
	width: 637px;
}

#left-sub {
	float: left;
	width: 303px;
}

#right-sub {
	float: right;
	width: 303px;
}

.image-left {
	float: left; 
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #333333;
}

.image-left-small {
	float: left; 
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}

#flashcontent {
	height: 580px;
	background-image: url(../images/bg-portfolio.png);
	background-repeat: repeat-x;
	background-position: center 21px;
	margin-top: -20px;
}

#sv-container {
	height: 580px;
	background-image: url(../images/bg-portfolio.png);
	background-position: 0 21px;
	margin-top: -20px;
	margin-left: -2px;
}

#press-scroll {
	width: 668px;
	height: 520px;
	margin: 0 -31px;
}



.press-scroll-div {
	width: 303px;
	height: 520px;
	margin-left: 31px;
	float: left;
	
}

#press-scroll-controls {
	clear: both;
	float: right;
	width: 637px;
	border-top: 1px solid #333333;
}

#press-scroll-controls div {
	float: right;
	margin-left: 20px;
}

.portfolio-list  {
	margin: 0;
	padding: 0;
}


.portfolio-list li {
	list-style-type: none;
	line-height: 16px;
	padding-bottom: 4px;
	
}

.portfolio-list a {
	text-decoration: none;
}


#portfolio-scroll {
	width: 698px;
	height: 455px;
	margin-left: -32px;
}


#portfolio-scroll img  {
	width: 696px;
	height: 455px;
	border: 1px solid #333333;
}


