/*   Creative Arm Portfolio Website     */
/*   shibbaydesign Contracted for code  */
/*   All content copyright 2007         */



* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: #494949 url(bg.jpg) repeat-x;
	}

img {
	border: 0;
	}

a {
	outline: none;
	}

#startcontainer {
	margin: 0 auto;
	margin-top: 20px;
	width: 800px;
	}

img#splash {
	text-align: center;
		}

#splash {
	margin: 0 auto;
	margin-top: 10px;
	width: 800px;
	}


/* Main page Logo background */
#backgroundlogo {
	background: url(logobg.jpg) no-repeat;
	width: 800px;
	height: 650px;
	overflow: hidden;	
	}

/* Navigation */

#navcontain {
	margin-top: 566px;
	width: 800px;
	height: 52px;
	background: url(navbg.jpg) no-repeat;
	}

#nav {
	height: 52px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
	height: 52px;
	}

#nav a {
	float: left;
	padding: 52px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:52px; /* for IE5/Win only */
	border-bottom: 0;
	}

#nav a:hover {
	background-position: 0 -52px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -104px;
	}

#nabout a  {
	width: 170px;
	background: url(nav/nabout.jpg) top left no-repeat;
	}

#nport1 a  {
	width: 142px;
	background: url(nav/nport1.jpg) top left no-repeat;
	}

#nport2 a  {
	width: 142px;
	background: url(nav/nport2.jpg) top left no-repeat;
	}

#npackaging a  {
	width: 142px;
	background: url(nav/npackaging.jpg) top left no-repeat;
	}

#nevolutions a  {
	width: 153px;
	background: url(nav/nevolutions.jpg) top left no-repeat;
	}

/* End Nav */


/* Navigation for every other page and or "BreadCrumbs" */

#breadcrumbs {
	width: 880px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: white;
	font-family: georgia, trebuchet ms, sans-serif;
	font-size: 14px;
	}

#breadcrumbs a {
	color: #FFD0A5;
	text-decoration: none;
	border: 0;
	}

#breadcrumbs a:hover {
	text-decoration: underline;
	border: 0;
	}

#breadcrumbs .suggest {
	color: #DFDFDF;
	float: right;
	}

/* Content */

#container {
	margin: 0 auto;
	width: 880px;
	height: 650px;
	background: url(mainbg.jpg) repeat;
	}

#lefttext {
	width: 250px;
	float: left;
	clear: left;
	background: white url(../images/content/compossig.png) bottom left no-repeat;
	min-height: 590px;
	height: 590px;
	padding: 40px 50px 20px 30px;
	overflow: auto;
	}

#lefttext p {
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	}

#lefttext p.padded {
	padding-top: 10px;
	}


#lefttext img.sig {
	padding-top: 10px;
	}

#lefttext img.compos {
	float: left;
	bottom: 0;
	}

#lefttext a {
	color: #635141;
	text-decoration: none;
	border-bottom: 1px dotted #635141;
	}

#lefttext a:hover {
	text-decoration: none;
	border-bottom: 1px solid #635141;
	}


/* Portfolio */

#portfolio {
	padding: 20px;
	margin-left: 350px;
	}

#portfolio h1 {
	font-family: verdana, lucida grande, trebuchet ms, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #48270b;
	}

#portfolio h2 {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #282214;
	font-weight: bold;
	padding: 20px 0 5px 0;
	}

#portfolio .gallery {
	width: 480px;
	padding: 10px;
	}

#portfolio .gallery img {
	padding: 5px;
	background: white;
	border: 1px solid #EED8AB;
	}

#portfolio .gallery img:hover {
	background: #EED8AB;
	border: 1px solid #C7B690;
	}

/* Center full size images for portfolio */

#portfull {
	margin: 0 auto;
	width: 880px;
	height: 650px;
	background: white;
	}

#portfull .full {
	margin: 0 auto;
	text-align: center;
	}

#portfull .full p {
	display: none;
	}
	
	
/* Copyright text */
p.copyright {
	margin: 0 auto;
	text-align: center;
	color: white;
	font-size: 12px;
	width: 500px;
	}
p.copyright a {
	color: #FDFFEB;
	text-decoration: none;
	border-bottom: 1px dotted #FDFFEB;
	}