/* 		ACORA Screen Styles

		Table of contents:
			=Global Styles/MISC
			=Layout
			=Header
			=Navigation
			=Content
			=Supplementary
			=Footer
*/
/*http://www.deviantart.com/deviation/28375771/*/

/* ////////////////////////////////////////////////////////////
 =Global Styles/MISC
//////////////////////////////////////////////////////////// */

* {
	padding: 0;
	margin: 0;
	}

h1, 
h2, 
h3, 
p, 
blockquote, 
ul, 
ol, 
dl,
address { margin: 1em 0; }

li, 
dd { margin-left: 5%; }

.hide { display: none; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
a img { border: none; }

/* ////////////////////////////////////////////////////////////
 =Layout
//////////////////////////////////////////////////////////// */

body {
	background: #000;
	color: #BFBFBF;
	font-size: 67%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	}

.inside {
	width: 80%;
	min-width: 65em;
	max-width: 85em;
	margin: 0 auto;
	}

a {
	color: #FFF;
	}

h1 {
	color: #CCC;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.5em 0;
	}

h2, h3 {
	font-size: 1.15em;
	color: #FFF;
	font-weight: normal;
	}

p {
	line-height: 1.75em;
	}

ul li {
	list-style-type: square;
	margin: 0.5em 0 0.5em 2em;
	}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	border-left: 2px solid #CCC;
	color: #CCC;
	}

table {
	color: #FFF;
	background: #111;
	border-collapse: collapse;
	width: 99%;
	border: 2px solid #333;
	margin: 1em 0 2.5em;
	}

	table ol {
		margin: 0;
		padding: 0 1.5em;
		}

	thead {}

	table thead th {
		padding: 1em 1em 0.5em;
		border-bottom: 1px dotted #FFF;
		font-size: 120%;
		text-align: left;
		}

	table thead tr {}

	table td {
		padding: 0.5em 1em;
		}

	table tbody tr.odd td {
		background: transparent url(images/bg-tr.png) repeat top left;
		}

	tfoot {}

	table tfoot td {
		padding-bottom: 1.5em;
		}

	table tfoot tr {}

* html table tr.odd td {
	background: #000;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-tr.png', sizingMethod='scale');
	}

	table .middle {
		background-color: #333;
		}

/* ////////////////////////////////////////////////////////////
  =Header
//////////////////////////////////////////////////////////// */

#header {
	background: #FFF;
	}

	#header .inside {
		padding: 1.15em 0;
		}

	#header h2 {
		font-size: 2.25em;
		margin: 0 0.5em 0 0;
		padding: 0 0.5em 0.25em 0;
		float: left;
		}

	#header h2 a {
		text-decoration: none;
		display: block;
		width: 150px;
		height: 66px;
		border: 0;
		text-indent: -9999px;
		background: transparent url(images/acora.jpg) no-repeat left top;
		}

	#header .description {
		padding: 1em 0;
		margin: 0;
		line-height: 1em;
		font-size: 1.15em;
		color: #000;
		}

	#header p {
		padding: 1em 0;
		margin: 0;
		line-height: 1em;
		color: #666666;
		}

/* ////////////////////////////////////////////////////////////
  =Navigation
//////////////////////////////////////////////////////////// */

#navigation {
	background: #FFF url(images/nav-left.jpg) bottom left no-repeat;
	padding: 0 0 0 20px;
	height: 35px;
	float: right;
	margin: 0;
	}

	#navigation ul {
		background: #FFF url(images/nav-right.jpg) bottom right no-repeat;
		padding: 0 20px 0 0;
		height: 35px;
		float: left;
		margin: 0;
		}

	#navigation ul li {
		display: block;
		float: left;
		margin: 0;
		}

	#navigation a {
		color: #000;
		display: block;
		padding: 1em 1em 0;
		float: left;
		height: 20px;
		font-size: 0.95em;
		letter-spacing: .05em;
		line-height: 1em;
		text-decoration: none;
		}

	#navigation a:hover {
		background: #000 url(images/arrow.gif) top center no-repeat;
		color: #FFF;
		text-decoration: none;
		}

	#navigation #start { border: none; }

em { text-decoration: underline; font-style: normal; }

body.home #navigation li.home, 
body.printing #navigation li.printing, 
body.jewelry #navigation li.jewelry, 
body.embroidery #navigation li.embroidery, 
body.about #navigation li.about, 
body.contact #navigation li.contact{
	background: url(images/arrow-selected.gif) top center no-repeat;
	}

/* ////////////////////////////////////////////////////////////
  =Content
//////////////////////////////////////////////////////////// */

#content {
	padding: 0 0 2em 0;
	background: #000;
	text-align: justify;
	}

	#content .right {
		float: right;
		width: 65%;
		}

	#content .left {
		float: right;
		width: 30%;
		margin-right: 5%;
		padding-top: 0.65em;
		display: inline;
		}

* html #content .left { margin-right: 3%; }

.img {
	padding: 5px;
	background: transparent;
	border: 1px solid #FFF;
	float: left;
	}

/* ////////////////////////////////////////////////////////////
  =Supplementary
//////////////////////////////////////////////////////////// */

#primary {
	background: #FFF url(images/bg-body.jpg) repeat left top;
	padding: 2em 0 2em 0;
	color: #808080;
	text-align: justify;
	}

.thumbnail {
	padding: 3px;
	background: transparent;
	border: 1px solid #000;
	float: left;
	margin: 0 10px 10px 0;
	}

/* ////////////////////////////////////////////////////////////
  =Footer
//////////////////////////////////////////////////////////// */

#footer {
	clear: both;
	color: #939393;
	margin: 2em 0 3em 0;
	}

	#footer .inside {
		background: url(images/bg-footer.gif) 50% 0 repeat-x;
		padding: 1em 0;
		}

	#footer p {
		margin: 0;
		font-size: 0.95em;
		}

	#footer p.copyright { float: right; padding: 0 1em 0 0; }
	#footer p.attributes { float: right; }
	#footer p.attributes a {
		padding: 0 0 0 1em;
		text-decoration: none;
		color: #525252;
		}

	#footer p.attributes a:hover {
		color: #FFF;
		}

	#footer div.footnotes {
		float: left;
		}

	#footer div.footnotes a {
		color: #525252;
		}

	#footer div.footnotes a:hover {
		color: #FFF;
		}

	#footer a {
		text-decoration: none;
		}

#pipe {}

	#pipe ul {
		font-size: 0.95em;
		margin-left: 0;
		padding-left: 0;
		display: inline;
		} 

	#pipe ul li {
		margin-left: 0;
		padding: 0px 0.8em;
		border-left: 1px solid #555555;
		list-style: none;
		display: inline;
		}

	#pipe ul li.first {
		margin-left: 0;
		border-left: none;
		list-style: none;
		display: inline;
		}