/*------------------------------------------------------------
Trademark Productions

file:			internal.css - Internal Page Specific Styles
version:		1.0
author:		Dean Duncan Jones
email:		dean@tmprod.com
website:		www.tmprod.com
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
.internal h1 {
	border-bottom:1px solid #0f66a4;
	width: 300px;
	}
	
p.slogan{
	font-weight:bold;
	color:#0f66a4;
	}

/* =Links
-------------------------------------------------------------*/


/* =Layout
-------------------------------------------------------------*/
#content.internal {
	width: 621px;
	background: url(../images/internal_content_header.jpg) top center no-repeat;
	padding: 27px 20px 0 20px;
	margin-top: 3px;
	display: table;
	}

div#left {
	width:290px;
	float:left;
	}
	
div#left ul, div.internal ul{
	padding-left:25px;
	}
	
div.internal ul.nav {
	padding-left: 0;
}
	
div#footer.internal ul {
	padding-left:0;
	}
	
div#right {
	width:281px;
	padding:32px 10px 0 40px;
	float:right;
	}
	
div#right.contact {
	width: 211px;
	padding: 0 10px 0 30px;
	float: right;
	}
	

/* =Main Content Styles
-------------------------------------------------------------*/
div#internalSidebar {
	float:left;
	width: 205px;
}

div#internalMain {
	float: right;
	margin-left: 10px;
	width: 390px;
	padding-top: 0;
	display: table;
}

.services {
	background: url(../images/nsologo_bg.jpg) no-repeat center center;
}

p.header {
	background-color:#0f66a4;
	padding:4px;
	font-size:11px;
	color:#fff;
	margin:0;
	font-weight: bold;
}

div#internalMain h1.special {
	margin-top: 0;
	padding-top: 0;
}

/* =Secondary Content Styles
-------------------------------------------------------------*/
div#section1, div#section2, div#section3, div#section4, div#section5, div#section6, div#section7, div#section8, div#section9, div#section10, div#section11, div#section12, div#section13{
	display:none;
	height: auto;
	background-color: #fff;
	background-image: none;
}

/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/


/* =Main Navigation Styles
-------------------------------------------------------------*/

ul.nav {
	list-style:none;
	width:215px;
	margin:0;
	padding:0;
	margin-left: 0;
	float: left;
	}
	
ul.nav li {
	width:205px;
	padding:5px 0 5px 10px;
	border-bottom:2px dotted #0f66a4;
	}
	
ul.nav li a {
	display:block;
	padding-left:15px;
	background:url(../images/sidenav_arrow.gif) left center no-repeat;
	color:#0f66a4;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	}
	
ul.nav li a:hover {
	text-decoration:underline;
	}
	
/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/
form fieldset select.smallSelect {
	width: 66px;
}

/* =Miscellaneous Styles
-------------------------------------------------------------*/
.internal td p {
	padding:5px;
	vertical-align:top;
	text-align:left;
	}
	
.internal td {
	vertical-align:top;
	}
	
.internal fieldset td {
	vertical-align: middle;
}

fieldset td.quantity input {
	width: 50px;
}
	


