/* Reset default styles */
body, input, select, textarea {
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-size: 9pt;
}
ul {
	margin: 0;
}
h1 {
	font-family: "Times New Roman", Times, sans;
}
h1, h2, h3 {
	color: #CCC;
	font-weight: normal;
	text-transform: uppercase;
}
html {
	background-image: url(../../images/theme/background.jpg);
}
body {
	margin: 0;
	padding: 0;
	color: #999;
	background: transparent url(../../images/theme/background-shadow.png) repeat-y center top;
}
p, .text-content {
	line-height: 150%;
}
a {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
	a img {
		border: 0;
	}
em {
	font-style: normal;
}
fieldset {
	border: none;
	padding: 0 0 15px 0;
	margin: 1em 0;
}
fieldset legend {
	font-size: 125%;
	color: #000;
	margin: 0;
	padding: 0;
}
hr {
	clear: both;
	margin: 1em 0;
	border: none;
	background: transparent url(../../images/theme/horizontal-line.png) no-repeat left center;
	height: 10px;
}


.red{
	color: #C00;
}
.text-input {
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 110%;
}
	.text-input:focus {
		border-color: #C00;
	}
.navigator {
	list-style: none;
	padding: 0;
	overflow: hidden;
}
	.navigator li {
		float: left;
		padding: 0 5px;
		border-left: 1px solid #333;
		margin-left: -1px;
	}
	.navigator a {
		display: block;
	}
	.navigator a:hover {
		text-decoration: none;
	}
	.navigator a.current {
		color: #C00;
	}
.sub-navigator {
	position: absolute;
	left: 130px;
	top: 135px;
	display: none;
	margin: 0;
	text-transform: uppercase;
}
	.sub-navigator li {
		padding: 0 10px;
		border: 0;
		margin: 0;
	}

.transparent-25 {
	background-image: url(../../images/theme/transparent-25.png);
}
.transparent-50 {
	background-image: url(../../images/theme/transparent-50.png);
}
.clear {
	clear: both;
}
.banner {
	text-align: center;
	overflow: hidden;
}
.button {
	background: transparent url(../../images/theme/background-horizontal.png) no-repeat -2px -2px;
	color: #FFF;
	padding: 3px 2em;
	border: 2px solid #CCC;
	margin-top: 1em;
}
.text-content {
	padding-bottom: 5em;
}
	.text-content a {
		text-decoration: underline;
	}
.justify {
	text-align: justify;
}
.content-block {
}
	.content-block h2, .block-heading {
		line-height: 39px;
		height: 39px;
		padding: 0 1em;
		background-image: url(../../images/theme/background-net.jpg);
		border: 1px solid #222;
	}



#wrapper {
	width: 976px;
	margin: 0 auto;
	border-color: #333;
	border-width: 0 1px;
	border-style: solid;
	background: #000 url(../../images/theme/background-content.jpg);
}

#header {
	height: 225px;
	background-image: url(../../images/theme/background-header.jpg);
	position: relative;
	overflow: hidden;
}
	#header .logo-text {
		margin: 0;
		padding: 21px 0px;
	}
		.logo-text img {
			margin-left: 7px;
		}
	#logo {
		float: left;
		margin: -15px;
		margin-bottom: 0;
	}
	#header .heading {
		clear: both;
		padding: 15px 38px;
		margin: 0;
		font-size: 1em;
		line-height: 60px;
		text-transform: uppercase;
	}
	.heading h1 {
		margin: 0;
	}
	/* The third navigator specified for "cameras/Index.html" */
	.heading .navigator {
		position: absolute;
		top: 180px;
		right: 40px;
		line-height: 1em;
	}
		.heading .navigator a {
			padding: 0 0.5em;
		}

#navigator {
	font-size: 110%;
	margin: 18px 0;
	text-transform: uppercase;
	float: left;
}
	#navigator a {
		padding: 2px 7px;
	}
	#navigator a:hover {
		background-image: url(../../images/theme/background-activated.gif);
		color: #FFF;
	}
#user-status {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 15px;
	line-height: 600%;
}
#shopping-cart-status {
	float: right;
	text-transform: uppercase;
	line-height: 450%;
	margin-right: 15px;
	color: #666;
}

#footer {
	background-image: url(../../images/theme/background-footer.jpg);
	height: 280px;
	padding: 0 15px;
	clear: both;
}
	#footer .navigator {
		text-transform: uppercase;
		padding: 2em 0;
		height: 1.5em;
		margin: 0;
		float: left;
	}
	#footer .navigator a {
		padding: 0 3px;
	}
	#footer p {
		background: transparent url(../../images/theme/grenade.png) no-repeat left top;
		height: 6em;
		padding: 1em 0 1em 70px;
		color: #666;
		clear: both;
	}
	#footer #language {
		float: right;
		text-transform: none;
		padding-left: 30px;
		background: transparent url(../../images/theme/globe.png) no-repeat left center;
	}
	#footer #tip { text-align: left; background: url(../../skin/img/common/lol.jpg) no-repeat center center; height: 33px; color: #F5F5F5; font-size: 11px; line-height: 120%; padding-left: 270px; padding-top: 4px; margin: 5px 0;}
	#language li {
		border: 0;
		margin: 0;
		padding: 0;
	}
	#language a {
		color: #666;
	}
	#language a:hover {
		color: #FFF;
		text-decoration: underline;
	}

#content {
	margin: 0 auto 2em auto;
	clear: both;
	width: 900px;
}
