/*
-----------------------------------------------
Textplates '07 - Browser
Base Stylesheet
----------------------------------------------- */

/* Global
----------------------------------------------- */
body {
	margin: 0; padding: 0;
	font-size: 11px;
}

iframe {
	margin: 0; padding: 0;
	border: 0;
}


/* Header
----------------------------------------------- */
#header {
	background-color: #aea897;
	padding: 25px 0 0 0;
	width: 100%;
	background: #aea897 url(../images/header_bg.png) repeat-x;
	height: 73px;
}
	#header .content {
		width: 720px;
		margin: 0 auto;
	}

	#header h1 {
		margin: 0; padding: 0;
		width: 139px; height: 36px;
		background: url(../images/h1_logo.png) no-repeat;
		text-indent: -9999px;
		float: left;
	}
		#header h1 a {
			display: block;
			width: 139px; height: 36px;
			overflow: hidden;
		}
	
	#header ul {
		margin: 10px 0 0 35px; padding: 0;
		width: 400px;
		list-style-type: none;
		text-indent: -9999px;
		float: left;
	}
		#header ul li {}
		#header ul li.selector {
			margin: 0 15px 0 0;
			text-indent: 0;
			float: left;
		}
			#header ul li.selector form {
				margin: 0; padding: 0;
			}
				#header ul li.selector form select {
					margin: 0; padding: 0;
				}
				
			#header ul li a {
				margin: 2px 15px 0 0;
				display: block;
				float: left;
				height: 15px;
				overflow: hidden;
			}
			#header ul li.previous a {
				background: url(../images/previous.png) no-repeat;
				width: 63px;
			}
			#header ul li.next a {
				background: url(../images/next.png) no-repeat;
				width: 42px;
			}
			#header ul li.previous a:hover,
			#header ul li.next a:hover {
				background-position: 0 -15px;
			}
