/* Headlines */
h1, h2, h3{
	font-weight: normal;
	line-height: normal;
	letter-spacing:-1px;
}
h1 { font-size:36px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:14px; }
h5 { font-size:26px; }
h6 { font-size:10px; }
h1, h2, h3 {
	color: #fff;
	font-family: Arial;
	margin-top: 15px;
}
h4 {
	color: #a3d5ea;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h5 {
	color: #000;
	font-family: Arial;
	font-size: 26px;
	font-weight: lighter;
}


.bodytext {
	font-family: Arial;
	font-size: 14px;
	color:#FFF;
	font-weight: lighter;
}


.whitebox {
	font-family: Arial;
	font-size: 14px;
	color:#000;
	font-weight: lighter;
}

.link {
	text-decoration: underline;
	color:#FFF;
}

.nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #fff;
	text-align:right;
}
	
	.nav-on {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #F00;
	text-align:right;
}

	.price {
	font-family:Arial;
	font-size: 24px;
	color: #F00;
}

.buy {
	font-family:Arial;
	font-size: 16px;
	color:#fff;
	text-decoration:none;
}

.addresscolor{
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 24px;
	color: #F00;
	text-align:center;
	font-size: 20px;
}

.footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
}

.sitemap{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

a, a:link {
	text-decoration: none;
	
}

a:hover, a:active, a.active {
	text-decoration: none;
	color:#F00;

/* Anchors */

}

a, a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline;
	text-align: center;
	color:#F00;
}

/* Lists */
#main div.box1 ul {
	padding:20px;
	list-style:inside;
}
#main div.box1 ol {
	padding:20px;
	list-style:inside;
	list-style-type:decimal;
}
#sidebar .box1 { margin:7px 0 18px; padding: 18px; }
#sidebar #videos .box1 { margin: 0 0 20px; padding: 10px; }

#sidebar ul, #sidebar ol { 
	list-style-type:none;
}

blockquote {
	margin:15px 0; padding:10px 20px;
	border-bottom:1px solid #000;
	font:1.00em Georgia, "Times New Roman", Times, serif; color:#fff;
	background:url(images/bg-box.png) repeat scroll 0 0 !important;
	background: #222;
}

/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a Form styles
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 0;
	color: #000;
	padding: 7px;
}
input.text { width: 168px }
select.select { width: 200px }
textarea.textarea { width: 375px; height: 100px; background-color: #e9eef4 }

button.button {
	color: #fff;
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

/* General forms */
form.form {  }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field {
			margin: 0 0 13px;
			position: relative;
		}
			form.form ol.fieldset li.field label {
				position: absolute;
				top: 5px; left: 195px;
			}
			
	form.form p.submit { margin: 0 }
	
	form.form p.submit input { padding: 5px 10px }


/* Search forms where button and text input are next to each other  */
form.search { /* nothing here */ }
	
	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}


/*-------------------------------
3.b Individual forms
-------------------------------*/

form#topSearch {
	background: url(images/bg-search.png) no-repeat;
	width: 178px; height: 32px;
	position: absolute;
	top: 10px; right: 0;
}
	form#topSearch p.fields input {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		width: 130px;
		background: none;
		overflow: hidden;
		border: none;
		position: absolute;
		top: 8px; left: 8px;
	}
		form#topSearch p.fields button {
			background: url(images/ico-search.png) no-repeat;
			width: 21px; height: 21px;
			border: none;
			position: absolute;
			top: 5px; right: 10px;
		}

form#comments {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 20px 30px;
}

