/* Copyright 2007 nuSpace Media - www.nuspacemedia.com */

body {
	margin: 0px;
	padding: 11px 30px 30px 135px;
	background-color: #ececec;
}

a {
	text-decoration: underline;
	color: #999999;
}

a:hover {
	color: #333333;
}

hr {
	color: #cccccc;
	background-color: #999999;
	height: 1px;
	border: 0;
}

#mainwrapper {
	background-color: #fff;
	padding: 0 3px 3px 3px;
}

#mainwrapperborder {
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 16px;
}

#topwrapper {
	background-color: #fff;
	padding: 3px 0 0 3px;
}

#topwrapperborder {
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 16px 16px 5px 16px;
}

#designtopright {
	float: right;
}

#navwrapper {
	background-image: url(../images/nav-bkgrnd.gif);
	background-repeat: repeat-x;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 0 11px;
}

.nav a {
	text-decoration: none;
	color: #666666;
	display: block;
	padding: 5px 11px;
}

.nav a:hover {
	text-decoration: line-through;
	color: #f37894;
	border: 1px dashed #ccc;
	background-color: #FFF;
	padding: 4px 10px;
}

#navshadow {
	background-image: url(../images/nav-shadow-bkgrnd.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 16px;
}

#contentwrapper {
	padding: 0 0 30px 0;
}

#contenthome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 490px;
	line-height: 20px;
	padding-left: 15px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	line-height: 14px;
	float: left;
	padding: 15px 0 10px 233px;
}

#logo {
	padding: 5px 0 0 10px;
}

#whatsnewwrapper {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 24px;
	width: 212px;
}

#whatsnew {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 24px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding: 10px 12px 1px 14px;
}

#whatsnew ul {
	margin-left: 10px;
	padding-left: 0;
	margin-top: 0;
	padding-top: 10px;
}

#whatsnew li {
	padding-left: 8px;
	background-image: url(../images/bullet-arrow-pink.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	list-style: none;
}

#drips {
	padding-right: 20px;
	text-align: right;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* Portfolio Styles */

#portfoliowrapper {
	border: 1px solid #cccccc;
	margin: 15px 0 0 15px;
	padding: 31px 31px 70px 31px;
}

#portfoliosidebar {
	float: right;
	width: 192px;
}

.portfoliotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 11px;
}

#portfoliothumbswrapper {
	margin-top: 20px;
	padding: 10px 0 0 10px;
	height: 236px;
}

#portfoliothumbs {
	list-style: none;
	margin: 0;
}

ul#portfoliothumbs {
	margin-left: 0;
	padding-left: 0;
}

#portfoliothumbs li {
	float: left;
	width: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 8px;
}

.floatleft {
	float: left;
	margin: 5px 10px 10px 0;
	padding: 6px;
	border: 1px solid #cccccc;
}

#interactivelist {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	clear: both;
}
#interactivelist li {
	margin: 0;
	padding: 4px;
	float: left;
}
#interactivelist img, #interactivelist a img {
	border: solid 1px #CCCCCC;
	padding: 5px;
}
#interactivelist a:hover img {
	border-color: #999999;
}
/* clearfix for gallery */
#interactivelist:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#interactivelist {display: inline-block;}
* html #interactivelist {height: 1%;}
#interactivelist {display: block;}
