/* Default Stylesheet for Nterchange Frontend */
/* ========================================== */


@import url("print.css") print;
/*@import url("other_stylesheet.css") screen;*/


/* HTML RULES 								 		  */
/* ================================================== */
body{background:#000;color:#FFF;font: 12px "Trebuchet MS", Verdana, helvetica, sans-serif;}
h1{font-size: 20px;}
h2{}
h3{}
p{line-height: 1.5; margin-bottom: 10px;text-align:center; }
a{color:#EEE; }
a:hover{ color:#FFF; }

/* SITE LAYOUT RULES 								  */
/* ================================================== */
#site{
	width:920px;
	border:#FFF 1px solid;
	margin:20px auto;
}

#masthead{
	height:30px;
	padding:6px;
	border-bottom:#FFF 1px solid;
}

#large-logo, #large-logo a {
	width:317px;
	height:106px;
	margin:auto;
	margin-bottom:60px;
}
#large-logo h1 {
	margin:0;
	padding:0;
}
#large-logo a {
	display:block;
	background:url(/images/layout/splash/logo.gif) no-repeat;
}
#large-logo span {
	display:none;
	text-indent:-9999px;	
}

#logo, #logo a {
	width:237px;
	height:26px;
	float:left;
}
#logo h1 {
	margin:0;
	padding:0;
}
#logo a {
	display:block;
	background:url(/images/layout/logo.gif) no-repeat;
}
#logo span {
	display:none;
	text-indent:-9999px;	
}

#pagetitle{
	float:left;
	padding:5px 0 0 11px;
}
	
#nav{
	padding:20px 6px 0 0;
}

#search{}

#content{
	width:900px;
	padding:0;
}
	#leftcontent {
		float:left;
		width:450px;
		margin:10px 0 10px 0;
		padding:16px;
	}
	#maincontentbox{
		float:left;
		width:368px;
		margin:10px 0 10px 0;
		padding:16px;
	}
	
	#portfoliobox {
		width:640px;
		border:#FFF 1px solid;
		margin:10px auto;
	}
	#sidebarbox{}
	#altsidebarbox{}

#footer{
	width:920px;
	margin:10px auto;
	color:#333;
	font-size:11px;
}
	#footer_nav{}
	#credits{}



/* BASIC CLASSES	 								  */
/* ================================================== */
.clear{display: block; clear: both; height: 1px; line-height: 1px; font-size: 1px;}
.img_left{float: left;}
.img_right{float: right;}


/* NAVIGATION RULES 								  */
/* ================================================== */
#nav ul{
	float:right;
}
#nav ul li{
	position: relative;
	float:left;
	padding:0 4px;
}

#nav li.separator {
	background:url(/images/layout/splash/separator.gif) no-repeat transparent;
	padding:0 7px;
}
#nav ul li a{
	display:block;
	height:12px;
}
#nav ul li a span{
	text-indent:-9999px;
	display:none;
}
#nav img.mp {
	display:block;
	float:left;
	width:1px;
	height:12px;
}

#nav-galleries a{width:46px;background:url(/images/nav/galleries.gif) no-repeat;}
#nav-galleries a:hover{background:url(/images/nav/galleries.gif) 0 -12px no-repeat;}
#nav-client-access a{width:69px;background:url(/images/nav/client-access.gif) no-repeat;}
#nav-client-access a:hover{background:url(/images/nav/client-access.gif) 0 -12px no-repeat;}
#nav-recent-work a{width:67px;background:url(/images/nav/recent-work.gif) no-repeat;}
#nav-recent-work a:hover{background:url(/images/nav/recent-work.gif) 0 -12px no-repeat;}
#nav-style a{width:28px;background:url(/images/nav/style.gif) no-repeat;}
#nav-style a:hover{background:url(/images/nav/style.gif) 0 -12px no-repeat;}
#nav-contact a{width:42px;background:url(/images/nav/contact.gif) no-repeat;}
#nav-contact a:hover{background:url(/images/nav/contact.gif) 0 -12px no-repeat;}

.horiz_nav{}
.horiz_nav ul{}
.horiz_nav ul li{float: left;}


/* SEARCH			 								  */
/* ================================================== */
#search form{}
input, textarea, select{margin:0 0 10px 10px;}
#search form input.button{}

form td {
	vertical-align:top;
}

/* SPLASH OVERRIDES		 						  */
/* ================================================== */
#site.splash {
	width:317px;
	margin:auto;
	padding:180px 0 0 0;
	border:none;
}


.splash #content {
	background:none;
	width:317px;
}

#splash-nav {
	clear:both;
	height:21px;
	padding:10px 0; 
}

#splash-nav ul {
	padding:0;
	margin:0;
	list-style:none;
	width:210px;
	margin:auto;
}

#splash-nav ul li {
	list-style:none;
	margin:0;
	padding:0 3px;
	height:21px;
	float:left;
}

#splash-nav li.separator {
	background:url(/images/layout/splash/separator.gif) no-repeat transparent;
	padding:0 7px;
}

#splash-nav li span{
	text-indent:-9999px;
	display:none;
}

#splash-nav li a {
	display:block;
	height:21px;
	float:left;
}
#splash-nav-website {width:75px;}
#splash-nav-website a {width:74px;background:url(/images/layout/splash/website.gif) no-repeat;}
#splash-nav-blog {width:41px;}
#splash-nav-blog a {width:40px;background:url(/images/layout/splash/blog.gif) no-repeat;}
#splash-nav-proofs {width:59px;}
#splash-nav-proofs a {width:58px;background:url(/images/layout/splash/proofs.gif) no-repeat;}

.splash #footer {
	width:150px;
}

/* HOMEPAGE OVERRIDES		 						  */
/* ================================================== */
.home{}

.home #content {
	background:none;
}

.home #maincontentbox {
	border:none;
}

#large-logo.home {
	padding:60px 0 20px 0;
}

.home #maincontentbox{
	width:900px;
	margin:auto;
	padding:10px 10px 10px 10px;
}

#imagestrip {
 width:878px;
 height:146px;
 margin:0 0 0 21px;
 padding:80px 0 20px 0; 
}

#loginform {
	margin:auto;
	width:250px;
}

#loginform p {
	text-align:center;
	padding:10px 0 0 0;
}

#leftcontent .text p{
	width:300px;
	font: 12px "Trebuchet MS", Verdana, helvetica, sans-serif;
}

#gallerylinks {
	padding:20px;
}

#gallerylinks li{
	padding:0 0 20px 0;
	text-align:center;
	display:block;
}
#gallerylinks a {
	font-size: 14px;
}

.inforeequestform{
	padding:90px 0 0 0;
}