/* global styles */

body { 
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;	
	color:#39C;
}

a:hover {
	font-weight:normal;
	color: #FFF;
}
 
a:focus {
	outline: none; /* removes dotted line around link in Firefox */
}

p, td{ 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
	margin: 0 0 0 0 ;
}


h1 { 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color: #62b7e6;
	line-height: 15px;
	padding: 0px 0px 10px 0;
	margin: 0 0 0 0;
}

h2 { 
	font-size: 12px;
	font-weight: bold;
	color: #777;
	margin: 0 0 0 0;

}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}


img {
	border: none;
}

#press img {
	padding-right: 5px;
}

/* layout divs */


#page {
	position: absolute;
	width: 955px;
	height: 629px;
	background-color: #000;
}

#main {
	position: absolute;
	width: 955px;
	left: 0px;
	height:631px;
	top: 0px;
}

#nav {
	position: absolute;
	width: 167px;
	left:5px;
	top: 124px;
	padding: 0;
	overflow: hidden;
	height: 110px;
}


#DockMenuDiv {
	position: absolute;
	top: 350px;
	
}

#text{
	position: absolute;
	width: 272px;
	height: 237px;
	top: 122px;
	left: 200px;
	z-index: 2000;
}


#press{
	position: absolute;
	width: 491px;
	height: 368px;
	top: 122px;
	left: 200px;
	z-index: 2000;
}


#photoholder{
	position: absolute;
	width: 552px;
	height: 554px;
	top: 69px;
	left: 129px;
	background:#000;
	
}

#thephoto {
  width:552px;
  height:554px;
}


#circlebw{
	position: absolute;
	width: 555px;
	height: 570px;
	top: 69px;
	left: 129px;
	background-image:url(images/circle_bw.gif);
	background-repeat:no-repeat;
}

/*  global nav styles */

#nav a  {
	display:block;
	width: 170px;
	height: 20px;
}

#nav a.home  {
	background-image:url(images/nav_home.gif);
	background-repeat:no-repeat;
}

body.home #nav a.home, #nav a.home:hover {
	background-image: url(images/nav_home_o.gif);
	background-repeat:no-repeat;
}

#nav a.brands {
	background-image: url(images/nav_brands.gif);
	background-repeat:no-repeat;
}

body.brands #nav a.brands, #nav a.brands:hover {
	background-image: url(images/nav_brands_o.gif);
	background-repeat:no-repeat;
}

#nav a.press {
	background-image: url(images/nav_press.gif);
	background-repeat:no-repeat;
}

body.press #nav a.press , #nav a.press:hover {
	background-image: url(images/nav_press_o.gif);
}

#nav a.blog  {
	background-image: url(images/nav_blog.gif);
}

body.blog #nav a.blog, #nav a.blog:hover {
	background-image: url(images/nav_blog_o.gif);
}

#nav a.contact  {
	background-image: url(images/nav_contact.gif);
	background-repeat:no-repeat;
}

body.contact #nav a.contact, #nav a.contact:hover {
	background-image: url(images/nav_contact_o.gif);
	background-repeat:no-repeat;
}
