@charset "UTF-8";

html {
    height: 102%;
}

body {
	margin: 0; 
	padding: 0;
	height: 100%;
	background-color:#000;
	color: #fff;
	width: 100%;
	background-image:url(images/stripe.png);
}


#container {
	position:relative;
	margin: 0 auto;
	width: 960px;
	text-align: center;
	}
	
#layout {
	position:relative;
	top:0;
	left:0;
	width: 960px;
	padding: 0;
	text-align:left;
	}	

#header {
	height:41px;
	width: 894px;
	padding:6px 66px 0 0;
	background-color:#000;
	text-align:right;
	position: absolute;
	top: 0;
	left: 0;
	}

#header form {
	width: 320px;
	float:right;
}

#header input {
	padding: 0;
	margin: 0;
	text-align:right;
}

#artwork-home {
	width: 960px;
	height: 476px;
	position:absolute;
	top: 42px;
	left: 0px;
	}

#artwork-about {
	width: 960px;
	height: 325px;
	position:absolute;
	top: 42px;
	left: 0px;
	}

#artwork-buy {
	width: 960px;
	height: 325px;
	position:absolute;
	top: 42px;
	left: 0px;
	}
	
#artwork-blog {
	width: 960px;
	height: 325px;
	position:absolute;
	top: 42px;
	left: 0px;
	}	

#artwork-contact {
	width: 960px;
	height: 325px;
	position:absolute;
	top: 42px;
	left: 0px;
	}	

#artwork-demo {
	width: 960px;
	height: 325px;
	position:absolute;
	top: 42px;
	left: 0px;
	}	

#logo {
	position:absolute;
	top: 62px;
	left: 38px;
	width:270px;
	height: 112px;
	padding:0;
	margin:0;
	z-index:10;
	}

#bottom-home {
	position:absolute;
	left: 0;
	top: 518px;
	width: 960px;
	background-color:#404041;
	}

#bottom-other {
	position:absolute;
	left: 0;
	top: 374px;
	width: 960px;
	background-color:#404041;
	}


	
#focus {
	float: left;
	width: 229px;
	padding: 20px 53px 53px 38px;
	text-align:center;
}

#focus img {
	margin: 0 auto;
}

#focus p {
	text-align:left;
}

#content {
	width: 640px;
	float: left;
	padding-top: 41px;
}

#orangebar {
	float: left;
	height: 38px;
	width: 640px;
	background-color:#f78f1e;
}

orangebar img {
	padding: 0;
	margin: 0;
	}

#text {
	float: left;
	width: 553px;
	padding: 31px 0 31px 50px;
	}

img.padded {
	margin-top: 24px;
	}

#pick {
	float:left;
	padding: 21px 10px 10px 0;
	width: 100px;
	}

#picktext {
	float: left;
	width: 433px;
	}

#footer {
	position: relative;
	top: 50;
	left: 0;
	width: 960px;
	color:#fff;
	font:11px Helvetica,Arial,sans-serif;
	text-align:center;
	margin-bottom:-200px;
	padding:150px 0;
}

#floatfooter {
	float:left;
	width: 960px;
	color:#fff;
	font:11px Helvetica,Arial,sans-serif;
	text-align:center;
	margin-bottom:-100px;
}

	
/* Content Styles */	
	
	
p {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
	word-spacing: normal;
	text-align:justify;
	letter-spacing: 0;
	line-height: 2;
	font-size: 14px;
	}
	
#footer p, #floatfooter p {
	font-size: 11px;
	text-align:center;
}

a, a:link, a:visited, a:hover, a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:29px;
	color:#F78F1E;
	margin: 0px;
	outline: none;
	}	

ul {
	margin:0px;
	padding:0 0 24px 48px;
	}
	
ul li {
	list-style:disc;
	list-style-position:outside;
	text-align:left;
	margin:0px;
	padding: 0px 0px 4px 10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
	}
	
strong {
	font-weight:bold;
	color:#F78F1E;
}


blockquote {
	padding: 0px 24px 0px 24px;
	margin: 0px;
	}	
	
img {
	border: 0 none;
	}	

	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	line-height:1.5;
	padding: 10px 0 0 0;
	color:#F78F1E;
	margin: 0px;
	text-align:left;
	}
			
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1;
	padding: 10px 0 0 0;
	color:#F78F1E;
	margin: 0;
	text-align:left;
	}		

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
	color:#F78F1E;
	text-align:left;
	margin: 0px;
	padding: 10px 0 0 0;
	}	

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	padding:5px 0px;
	color:#000;
	text-align:left;
	margin: 0px;
	padding: 10px 0 0 0;
	}			
		
.inline {
	display:inline;
}
	

sup {
	font-size: .6em;
	font-weight:normal;
}

.center {
	margin: 0 auto;
}

/*Navigation Styles*/
#menu {
	float:left;
	margin: 0;
	padding: 0 0 0 369px;
	height: 38px;
	width: 591px;
	background-color:#000;
	}

#menu ul {
	padding: 0;
	margin: 0;
	float: left;
	}

#menu li {
	margin:0;
	padding:0;
	list-style: none;
	display: block;
	float: left;
	}

#menu li, #menu a {
	text-decoration: none;
	text-indent:-9999px;
	height: 38px;
	display:block;
	}

#home {
	width: 55px;
	height: 38px;
	background: url(images/menu.gif) 0px 0px no-repeat;
	}

#home a:hover, #home a.selected {
	background: url(images/menu.gif) 0px -38px no-repeat;
	}

#about {
	width: 65px;
	height: 38px;
	background: url(images/menu.gif) -55px 0px no-repeat;
	}

#about a:hover, #about a.selected {
	background: url(images/menu.gif) -55px -38px no-repeat;
	}

#demo {
	width: 130px;
	height: 38px;
	background: url(images/menu.gif) -120px 0px no-repeat;
	}

#demo a:hover, #demo a.selected {
	background: url(images/menu.gif) -120px -38px no-repeat;
	}
	
#buy {
	width: 47px;
	height: 38px;
	background: url(images/menu.gif) -250px 0px no-repeat;
	}

#buy a:hover, #buy a.selected {
	background: url(images/menu.gif) -250px -38px no-repeat;
	}	

#blog {
	width: 55px;
	height: 38px;
	background: url(images/menu.gif) -297px 0px no-repeat;
	}

#blog a:hover, #blog a.selected {
	background: url(images/menu.gif) -297px -38px no-repeat;
	}	

#contact {
	width: 83px;
	height: 38px;
	background: url(images/menu.gif) -352px 0px no-repeat;
	}

#contact a:hover, #contact a.selected {
	background: url(images/menu.gif) -352px -38px no-repeat;
	}	

