/* ----

Copyright Glennon Design Group
Developed by nuSpace Media LLC
www.nuspacemedia.com

---- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
}

.clr {
	clear: both;
}


/* ---- Background Images ---- */

.backgroundgraphic {
	background: #FFF url(../images/backgroundgraphic.jpg) no-repeat fixed top center;
}

.backgroundfine {
	background: #FFF url(../images/backgroundfine.jpg) no-repeat fixed top center;
}

.backgroundbooks {
	background: #FFF url(../images/backgroundbooks.jpg) no-repeat fixed top center;
}

.backgroundcontact {
	background: #FFF url(../images/backgroundcontact.jpg) no-repeat fixed top center;
}


/* ---- Header ---- */

#header-home {
	height: 80px;
	padding: 15px 0 60px 306px;
}

#header {
	height: 80px;
	padding: 15px 0 10px 306px;
}


/* ---- Navigation ---- */

#mainnav {
	height: 16px;
	padding: 20px 0 20px 20px;
	text-align: center;
}

#mainnav li {
	float: left;
	list-style: none;
}

#mainnav a {
	display: block;
	height: 16px;
	text-indent: -9009px;
	line-height: 8px;
}

#mainnavitem1 a {
	background: url(../images/navigation-home.gif) no-repeat 0 0;
	width: 100px;
}

#mainnavitem1 a:hover {
	background: url(../images/navigation-home.gif) no-repeat 0 -16px;
}

#mainnavitem1on a {
	background: url(../images/navigation-home.gif) no-repeat 0 -16px;
	width: 100px;
}

#mainnavitem2 a {
	background: url(../images/navigation-graphic-design.gif) no-repeat 0 0;
	width: 225px;
}

#mainnavitem2 a:hover {
	background: url(../images/navigation-graphic-design.gif) no-repeat 0 -16px;
}

#mainnavitem2on a {
	background: url(../images/navigation-graphic-design.gif) no-repeat 0 -16px;
	width: 225px;
}

#mainnavitem3 a {
	background: url(../images/navigation-fine-art.gif) no-repeat 0 0;
	width: 172px;
}

#mainnavitem3 a:hover {
	background: url(../images/navigation-fine-art.gif) no-repeat 0 -16px;
}

#mainnavitem3on a {
	background: url(../images/navigation-fine-art.gif) no-repeat 0 -16px;
	width: 172px;
}

#mainnavitem4 a {
	background: url(../images/navigation-published-books.gif) no-repeat 0 0;
	width: 235px;
}

#mainnavitem4 a:hover {
	background: url(../images/navigation-published-books.gif) no-repeat 0 -16px;
}

#mainnavitem4on a {
	background: url(../images/navigation-published-books.gif) no-repeat 0 -16px;
	width: 235px;
}

#mainnavitem5 a {
	background: url(../images/navigation-contact-us.gif) no-repeat 0 0;
	width: 136px;
}

#mainnavitem5 a:hover {
	background: url(../images/navigation-contact-us.gif) no-repeat 0 -16px;
}

#mainnavitem5on a {
	background: url(../images/navigation-contact-us.gif) no-repeat 0 -16px;
	width: 136px;
}


/* ---- General Page Layout ---- */

#maincontainerhome {
	width: 910px;
	margin: 50px auto;
	padding: 25px;
	background: #FFFFFF;
}	

#maincontainer {
	width: 910px;
	margin: 50px auto;
	padding: 25px;
	border: #000000 1px solid;
	background: #FFFFFF;
}	

#maincontainer a {
	color: #41b7c8;
	text-decoration: none;
}

#maincontainer a:hover {
	text-decoration: underline;
}

#homecontainer {
	padding: 20px;
}

#homecontainer a {
	color: #FFFFFF;
	text-decoration: none;
}

#homecontainer p {
	margin-bottom: 15px;
}

#homeflash {
	width: 870x;
	height: 270px;
}

#hometext {
	/* width: 570px; */
	width: 870px;
	text-align: left;
	padding-right: 20px;
	line-height: 18px;
}

#hometext a {
	color: #000000;
}

#internalcontainer {
	padding: 20px 0 5px 0;
	margin: 0 20px;
	background: #FFFFFF;
	border-top: #000000 1px solid;
	color: #000000;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#pageheader {
	padding-bottom: 15px;
}


/* Portfolio */

.toggle ul {
	margin-left: 11px;
}

ul.subscribe {
	margin-left: 0;
}

#internaltext {
	width: 300px;
	float: left;
	padding-right: 20px;
	text-align: left;
	line-height: 18px;	
}

#internaltext p {
	margin-bottom: 15px;
}

#internaltext h3:hover {
	color: #a3a3a3;
	text-decoration: none;
}

#internaltext h3:active {
	font-weight: bold;
}

#internaltext a {
	color: #000000;
	text-decoration: none;
}

#internaltext a:hover {
	color: #a3a3a3;
	text-decoration: none;
}

#internaltext ul ul {
	margin-left: 9px;
}

#internaltext li {
	list-style-type: none;
}

#internalportfolio {
	width: 540px;
	float: right;
	color: #000000;
	text-align: center;
}

#internalportfolio img {
	padding-bottom: 20px;	
}

#contactus {
	width: 870px;
	line-height: 21px;
}

.pspace {
	margin-top: 15px;
}


/* ---- Thumbnail Content ---- */

#thmbcontainer {
	width: 540px;
	background-color: #FFFFFF;
}


/* ---- Footer ---- */

#footer {
	text-align: left;
	font-size: 11px;
	color: #000000;
	padding: 20px 20px 0 20px;
	height: 20px;
}