@charset "UTF-8";
/* CSS Document */

body, html, h1, h2, h3, h4, h5, p, ul, ol, li, img, a {
	margin:0;
	border:0;
	padding:0;
	text-align:left;
	float:none;
	background:none;
	border:none;
	font:12px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	overflow:visible;
	list-style:none;
	text-decoration:none;
}

body {
	
	/*width:100%;
	height:100%;*/
	text-align:center;
}

form
{
margin:0px;
padding:0px;
}
#container {
    position: relative;
    margin:0 auto;
	padding:0;
	width: 960px;
	height:570px;
	overflow:hidden;
}

/***************
**  TITLE BAR **
***************/

#title, #faceTitle {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	width: 960px;
	height:90px;
	background:#000 url(images/titleBar.gif) no-repeat;
}

#faceTitle {
	background:#000 url(images/titleBarHead.gif) no-repeat;
}

#title h1, #faceTitle h1 {
	width:192px;
	height:0;
	padding-top:16px;
	background:url(images/robbiestocker-com.gif) no-repeat;
	position:absolute;
	left:660px;
	top:37px;
}

/**************
**  MAIN NAV **
**************/

#nav {
	position:absolute;
	left:0;
	top:200px;
	/*width:140px; */
	width:130px;
	height:325px;
	background:#F8E381;
	/*padding-left:60px; */
	padding-left:30px;
	padding-top:45px;
	overflow:hidden;
}

#nav li {
	margin-bottom:12px;
}

#nav a {
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
}

#nav a:hover {
	font-weight:bold;
	color:#BA1218;
}

/*************
**  SUB NAV **
*************/

#subNav, #mainCopy {
	position:absolute;
	left:720px;
	width:240px;
}

#subNav {
	top:200px;
	width:300px;
}

#subNav li {
	float:left; 
	margin:5px 7px 0 0;
}

#subNav a {
	text-transform:uppercase;
	color:#666;
}

#subNav a:hover {
	text-transform:uppercase;
	color:#333;
}

/***************
**  MAIN COPY **
***************/

#mainCopy, #aboutCopy {
	top:245px;
}

#aboutCopy {
	position:absolute;
	left:180px;
	top:220px;
}

#aboutCopy .col {
	width:230px;
	float:left;
	margin-right:30px;
}

#mainCopy h2, #aboutCopy h2 {
	color:#BA1218;
	text-transform:uppercase;
	font-size:20px;
	margin-bottom:12px;
	font-weight:bold;
}

#mainCopy p {
	width:220px;
	margin-bottom: 0.6em;
	font:11px/17px Arial, Helvetica, sans-serif;
}

#mainCopy p a {
	font:11px/17px Arial, Helvetica, sans-serif;
	color:#BA1218;
	text-decoration:underline;
}

#mainCopy p a:hover {
	text-decoration:none;
}

#aboutCopy p {
	margin-bottom: 0.6em;
	font:11px/17px Arial, Helvetica, sans-serif;

}

/***************
**  IMAGE NAV **
***************/

#imageNav {
	width:940px;
	height:70px;
	top:90px;
	left:0;
	position:absolute;
	background:url(images/imgNavBG-trans.png);
	overflow:hidden;
	padding:20px 20px 20px 0;
}

#imageNav ul {
	float:right;
}

#imageNav li {
	float:left;
	margin-left:8px;
	height:70px;
	width:95px;
	background:#000;
}


/*******************
**  CONTAINER BGs **
*******************/

body.about-robbie-stocker #container {
	background: #fff url(images/backgrounds/about.jpg) bottom left no-repeat;
}

body.paintings #container {
	background: #fff url(images/backgrounds/paintings.jpg) bottom left no-repeat;
}

body.the-enigma #container {
	background: #fff url(images/backgrounds/the-enigma.jpg) bottom left no-repeat;
}

body.elementals #container {
	background: #fff url(images/backgrounds/elementals.jpg) bottom left no-repeat;
}

body.info #container {
	background: #fff url(images/backgrounds/info.jpg) bottom left no-repeat;
}

body.photography #container {
	background: #fff url(images/backgrounds/photography.jpg) bottom left no-repeat;
}

body.home #container, body.contact #container {
	background: #fff url(images/backgrounds/home.jpg) bottom left no-repeat;
}

body.sculpture #container {
	background: #fff url(images/backgrounds/sculpture.jpg) bottom left no-repeat;
}


.arrowList li {
	padding-left: 20px;
	background:url(images/arrow.gif) no-repeat;
	background-position: 2px 5px;
	font:11px/17px Arial, Helvetica, sans-serif;
}

.arrowList li a {
	text-decoration:underline;
	font:11px/17px Arial, Helvetica, sans-serif;
}

.arrowList li a:hover {	
	text-decoration:none;
	color:#BA1218;
}

.textInput, textarea {
	width:200px;
	height: 13px;
	background:#fff;
	border: 1px solid black;
	font: 12px/13px Arial, Helvetica, sans-serif;
}

textarea {
	height: 104px;
}

.h6 {
	font:12px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
}