@charset "utf-8";
/* CSS Document */


/* sub header section of sub-template.html */

#sub-header {
	border-top:solid 1px #3f3b38;
	border-bottom:solid 1px #3f3b38;
	height:103px;
	background:#1b191a;
	}

	sub-header li { 
		display:inline;}

		#sub-left {
			margin-left:15px;}
	
			#sub-left  li {
				float:left;
				padding-right:60px;
				list-style-type:none;
				text-decoration:none;}

		#sub-right {
			margin-right:20px;}
	
			#sub-right li {
				float:right;
				list-style-type:none;
				text-decoration:none;}


/* sub main section of sub-template.html */

#sub-mainarea {
	background:url(../images/inns-backgrounds/newbridge/background.jpg) repeat-y;
	height:100%;}

#sub-column1 {
	width:206px;
	display:inline;
	float:left;}

	#sub-navigation {
		background:url(../images/inns-backgrounds/newbridge/top-left-bg.jpg) no-repeat;}

		#sub-navigation ul {
			padding-top:40px;
			margin-left:20px;}

		#sub-navigation li {
			list-style-type:none;
			text-decoration:none;}


#sub-column2 {
	width:556px;
	display:inline;
	float:left;
	background:#313547;}

#sub-column3 {
	width:207px;
	display:inline;
	float:left;}

	#topright-bg {
		background:url(../images/inns-backgrounds/newbridge/top-right-bg.jpg) no-repeat;}


#content {
	padding:30px 20px;}
