/* CSS Document - SCREEN */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; /*sets 1em to 12px equivalent */
	color: #222;
	background-color: #BA8;
}

/* = WRAPPER */

#wrapper {
	width: 960px;
	padding: 0;
	padding: 0;
	border: 1px solid #321;
	margin-left:auto;
	margin-right: auto;

}

/* HEADER */

#header {
	background-image: url(../images/header.jpg);
	width: 940px;
	height: 180px;
	margin: -17px 0 0 0;
	text-align: right;
	font-weight: bold;
	padding: 0 20px 0 0 ;
}

/* = NAVIGATION */

#navigation {
	position:relative;
	width: auto;
	float: right;
	padding: 1px 50px 0px 0px;
	margin: -47px 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
}

#navigation a:link, #navigation a:visited {
	color: #fed;
	text-decoration: none;
}

#navigation a:hover {
	color: #AA1;
}

.blue_links {
	float: right;
}



/*BODY TABS*/


#home a#home_nav,
#profile a#profile_nav,
#product_1 a#products_1_nav,
#product_2 a#products_2_nav,
#product_3 a#products_3_nav,
#how_to a#how_to_nav,
#contact a#contact_nav{ 
	color: #FD6;
}

#order a#order_nav {
	color:#02f;
}

/*CONTENT*/

#mast {
	background-color: #fff;
	height: 80px;
	width: 920px;
	padding: 5px 20px;
	margin: 0;
	border-bottom: solid 1px #960;
}

#content {
	clear: left;
	background-color: #DCB ;
	position: relative;
	float:left;
	padding: 0;
	margin: -14px 0 0 0;
	width: 100%;
	text-align: left;
	font-size: 1.2em;
}

#content-top {
	padding: 10px;
}

#content-top tr{
	font-family: Papyrus;
}

#content-top tr img{
	border: 1px solid;
}

#content-left  {
	padding: 0;
	margin: 0;
	float: left;
	width: auto;
}

#content-right {
	clear: none;
	float: right;
	margin: 0;
	padding: 10px 10px;
	width: 430px;
}



#content-index {
	text-align: center;
	padding: 0;
	margin: -3px 0 0 0;
	width: auto;
	background-color:#333;
	border: solid 2px #333;

}

#content-index img{
	border: solid 1px #333;
}

#content-contact{
	float: left;
	width: 510px;
	height: 200px;
	font-weight: bold;
	padding-top: 190px;
	background-image:url(../images/vic_falls.jpg);
	background-repeat: no-repeat;
}

.content {
	padding: 0 15px;
	text-align: left;
}

.bottom-note {
	clear:both;
	width: auto;
	padding: 0 10px;
	margin: 0;
}

#story {
	float: left;
	width: 360px;
	padding: 0 15px;
	text-align: left;
}

#box-right {
	float: right;
	clear: none;
}

#box-left {
	float: left;
}

/*#home #content {
	width: 900px;
	height: 360px;
}

#profile #content {
	padding: 0px 10px 10px 17px;
	height: 430px;
}

#gallery #content {
	margin-top: -5px;
	padding: 0px 10px 10px 2px;
}

#contact #content {
	padding: 0px 10px 10px 70px;
	width: 600px;
}

#commission #content {
	margin-top: -5px;
	padding: 0px 10px 10px 4px;
	height: 415px 
}

#links #content {
	padding: 0px 10px 10px 60px;
	width: 600px;
}*/

h1 	{
	font-family: Papyrus;
	font-size: 2.2em;
}
h2 	{
	font-family: Papyrus;
	font-size: 1.6em;
}
h3	{
	font-family: Papyrus;
	font-style: normal;
	font-size: 1.2em;
}
h4	{
	font-size: 1.2em;
	font-weight: bold;
}

.red {
	color:#930;
}


.float-left  {
	float: left;
	margin-right: 25px;
}
.float-right {
	float: right;
	margin-left: 10px;
	margin-right: 3px;
}

.position-image {
	position: relative;
	float: left;
	padding: 10px;
	margin: 0;
}


/*FORM ELEMENTS*/

#contact_form { margin: -15px 0;}
input.txt {float: right; width: 200px; height: 16px; border: 1px solid #000062;}
input#lname {display: none;}
input.btn {color: #fff; background-color: #Fff; text-align: centre; width: 71px; height: 20px; font-size: 1.1em; background-image:url(../images/button.jpg); background-repeat: no-repeat;}
select {float: right; width: 202px; height: 22px; border: 1px solid #000062;}
input#btn_submit {float: right; clear: right; position: relative; margin-right: 3px; margin-top: 10px; text-align: center; border-style: none;}
textarea {float: right; width: 350px; height: 80px; margin-top: -18px; border: 1px solid #000062;}
textarea#comments {font-family: Arial, Helvetica, sans-serif; font-size: 1.0em;}
form p {clear: right; padding: 5px 0;}
form p label {float: left; width: 210px; text-align: left; color: #000062}
.warning {color: #FF0000;}
.text_warning {background-color:#FF9F9F; border: 2px inset #CC3333;}
.message_result {margin-top: 50px; text-align: center;}
#padding_right {padding-right: 10px;}
.orange {color: #FF0000;}

/* FOOTER */

#footer {
	clear: left;
	padding: 5px 30px 10px 0px;
	margin: 0;
	color:#CC9;
	text-align: center;
	width: 930px;
	background-image:url(../images/footer.png);
}

#footer a:link, #footer a:visited {
	color: #cc9;
	text-decoration: none;
}

#footer a:hover {
	color: #eee;
}

a:hover {
	color: #39f;
}



