/* ------------------
   -    general     -
	 ------------------  */   
body {
	behavior: url("csshover3.htc");
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 40;
	background: #DDD url(images/leftpad.gif) left repeat-y;
}

a,p,h1,h2,h3,h4,h5,h5,ol,ul,div {
	margin: 0;
	padding: 0;
}

div#wrapper {
	width: 774px;
	height: 100%;
	border: 0;
	margin: 0 0 0 80px;
	background-color: #FFF;
}

.banner a{
	background: url(images/banner/banner1.gif) #3C2C31 no-repeat;
	width: 774px;
	height: 43px;
	display: block;
	border: 0;
}

/* ----------------
   -    Nav Bar   - 
   ----------------  */
div#nav {
	height: 23px;
}
	 
#nav ul {
	background-color: #333;
	list-style: none;
	float: left;
	width: 100%;
}

#nav ul li {
	float: left;
	border-right: 1px dashed #777;
}

#nav ul li.studiobtn {
	float: right;
	border-left: 1px dashed #777;
	border-right: 0;
}

#nav ul a.here {
  background-color: #D7004D;
}

#nav ul a {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
  background-color: #333;
	display: block;
	padding: 4px 20px 4px 20px;	
}

#nav ul a:hover {
	background-color: #D7004D;
}

#nav ul ul a:hover {
	color: #FFF;
}

#nav ul ul a.here {
	color: #FFF;
}

#nav ul ul {
	position: absolute;
	visibility: hidden;
	list-style: none;
	float: none;
	width: 200px;
	border-right: 1px solid #999;
}

#nav ul ul.noImages {
	width: 180px;
}

#nav ul li:hover ul {
	visibility: visible;
}

#nav ul ul li {
	float: none;
	padding: 0;
	border: 0;
}

#nav ul ul li a {
	color: #000;
	display: block;
	padding: 4px 5px 3px 60px;
	background: no-repeat #CCC;
	height: 15px;
	border-bottom: 1px solid #999;
}

#nav ul ul.noImages li a {
	padding: 4px 5px 3px 10px;
}


/* ----------------
   -    Content   - 
   ----------------  */
div#content {
	margin: 65px 80px 0px 80px;
	min-height: 550px;
	height: auto;
	height: 550px;
}

div#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height: 30px;
	margin-bottom: 15px;
	text-align: justify;	
}

div#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 15px;
}

div#content h1 {
	text-decoration: none;
	color: #D7004D;
	letter-spacing: 4px;
	font-size: 16px;
	margin-bottom: 30px;
}

/* ----------------
   -    Footer    - 
   ----------------  */
div#footer {
	font-size: 10px;
	color: #666;
	position: relative;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: #FFF;
	clear: both;
	border-top: 1px #999 solid;
	margin-top: 5px;
}

div#footer a:link {
	color: #2E2D33;
}

div#footer a:visited {
	color: #2E2D33;
}

div#footer a:hover {
	color: #EC588E;
}

/* -----------------
   -   portfolios  -
	 -----------------  */
div.portfolio h1 {
	text-decoration: none;
	color: #D7004D;
	letter-spacing: 4px;
	font-size: 16px;
	margin-bottom: 30px;
}

div.portfolio {
	margin: 65px 80px 0px 80px;
	min-height: 660px;
	height:auto;
	height: 660px;	
}

div.bigpicture {
	float: right;
}

p#caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	text-align: left;
	letter-spacing: 1px;
	line-height: 14px;
	padding-left: 15px;
}

.emph {
	font-weight: bold;
}

.tritonSmall {
	font-size: 11px;
}

div.tritonSmall a:link {
	color: #2E2D33;
}

div.tritonSmall a:visited {
	color: #2E2D33;
}

div.tritonSmall a:hover {
	color: #EC588E;
}
