
/*==| POSITIONING |===============================================*/

/*---| menu page |---------------------------------------------------------------------------------------*/

#background {
	position: relative; 
	padding: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 700px;
}

#bodytext {
	position: relative;
	width: 300px;
	text-align: justify;
	margin: 0px; 
	top: 0px;
	font: 17px Times, serif;
	color: #69746A;
	font-style: normal;
	font-weight: normal;
}

#container {
	height: 100%;
	border: 0px solid crimson;
}

html>body #container {
	position: absolute; 
	width: 100%;
	height: 100%;
}

#content {
	position: relative;
	text-align: justify;
	padding: 0px 20px 20px 20px;
	margin: 0px; 
	font: 15px Times, serif;
	color: #7F877F;
	font-style: normal;
	font-weight: bold;
	border: 0px solid crimson;
}

#home {
	padding: 0;
	margin: 40px 20px 15px 20px;
	border: 0px solid blue;
}

#hr {
	z-index: 1;
	position: absolute; 
	padding: 0px;
	margin: 0px; 
	top: 126px;
	left: 50px;
	width: 100%;
	height: 1px;
}

#logo {
	position: absolute;
	top: 40%;
	align: center;   
	margin-top: -26px;
	width: 100%; 
	border: 0px solid green;
}

#logo_admin {
	position: absolute; 
	padding: 10px;
	margin: 0px; 
	top: 20px;
	height: 112px;
	left: 5px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

#logo_b {
	position: absolute; 
	padding: 10px;
	margin: 0px; 
	top: 57px;
	width: 369px;
	height: 112px;
	left: -1px;
	border-style: solid; 
	border-width: 1px; 
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

#menu {
	clear: both;
	padding: 0;
	margin: 10px 0 50px 20px;
	text-align: left;
	font: 15px Times, serif;
	color: #7F877F;
	font-style: normal;
	font-weight: bold;
}

#menu_admin {
	position: absolute;
	padding: 0px;
	margin: 0px; 
	top: 100px;
	left: 10px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #D15F5F;
	font-style: italic;
	font-weight: normal;
	border-style: solid; 
	border-width: 1px; 
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
#menuitem {
	position: relative; 
	left: 0px;
	top: 0px;
	margin: 0; 
}

#parent {
	width: 600px;
	height: 100%;
	background: #FFF;
	padding: 0px;
	border: 0px solid green;
}

#title {
	position: relative;
	padding: 0px;
	margin: 0px; 
	top: 5px;
	left: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #69746A;
	font-style: normal;
	font-weight: normal;
}
#vr {
	z-index: 2;
	position: absolute;
	top: 20px; 
	bottom: -20px; 
	left: 20px;
	width: 75px;
	height: 5000px;
	margin-bottom: 20px;
}


/*==| STYLES |====================================================*/

/*---| body and scrollbar |------------------------------------------------------------------------------*/
body {
	outline: none;
	margin: 0px; 
	font: 15px Times, serif;
	color: #8B968C;
	font-style: normal;
	background: #C8C0BD url(../images/bg_grad.jpg) repeat-x fixed;
	/*scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #D15F5F;
	scrollbar-darkshadow-color: #D15F5F;
	scrollbar-track-color: #D15F5F;
	scrollbar-arrow-color: #FFFFFF;*/
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

/*---| text |--------------------------------------------------------------------------------------------------*/
.bodytext {
	text-align: right;
	margin: 0px; 
	top: 0px;
	font: 14px Arial, serif;
	color: #69746A;
	font-style: normal;
	font-weight: normal;
}
.content {
	padding: 0px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #777777;
	font-style: normal;
	font-weight: bold;
}

.copyright {
	float: left;
	clear: both;
	white-space: nowrap;
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #56607B;
	font-weight: bold;
}


h1.heading {
	text-transform: uppercase;
	clear: both;
	color: #7F877F;
	font-weight: normal;
	font-style: normal;
	margin: 0;
}

h1.title-photos {
	margin: 0 0 15px 0
}

.heading_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
}
.heading_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #888888;
	font-weight: normal;
	font-style: normal;
}
.image {
	border-style: solid; 
	border-width: 1px; 
	border-color: #D15F5F;
}
.pagetitle {
	text-align: justify;
	margin: 0px; 
	top: 0px;
	font: 17px Arial, Helvetica, sans-serif;
	color: #7f877f;
	font-style: normal;
	font-weight: bold;
}
.smallcaps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: none;
	font-style: normal;
	color: #D15F5F;
	font-weight: normal;
}
.smallcaps_b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-variant: none;
	font-style: normal;
	color: #D15F5F;
	font-weight: bold;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #56607B;
	font-weight: bold;
}

.subheading {
	font: 15px Times, serif;
	color: #7F877F;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.subtitle {
	text-align: right;
	font: 10px Arial, Helvetica, sans-serif;
	color: #586359;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
}

.title_large {
	margin-bottom: 5px;
	padding: 0;
}

.title_small {
	margin-bottom: 10px;
	padding: 0;
}

.work {
	clear: both;
	margin-bottom: 30px;
	padding: 0;
}

.work img {
	margin-bottom: 5px;
}

ul.menu-top {
	display: block;
	width: 100%;
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0;
}

ul.menu-top li {
	float: left;
	margin: 0 12px 0 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li.gallery-item {
	margin: 0 0 30px 0;
}

li.gallery-item img {
	margin: 0 0 5px 0;
}


/*---| text link |---------------------------------------------------------------------------------------------*/

a {
	font: 12px "Times New Roman",Times, serif;
	color: #8B968C;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font: 12px "Times New Roman",Times, serif;
	color: #b8ff9c;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
a.logo {
	font: 47px ScotchRomanMT, serif;
	color: #8B968C;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
a.logo:hover {
	font: 47px ScotchRomanMT, serif;
	color: #b8ff9c;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
a.logo_b {
	font: 40px ScotchRomanMT, serif;
	color: #8B968C;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
a.logo_b:hover {
	font: 40px ScotchRomanMT, serif;
	color: #b8ff9c;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
a.menu {
	display: block;
	width: 500px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #7F877F;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
}

a.menu:hover 
{
	display: block;
	width: 500px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #b8ff9c;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
	border: 1px solid #b8ff9c;
}

a.menu_b 
{
	display: block;
	width: 270px;
	font: 20px Times, serif;
	color: #69746A;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

a.menu_b:hover 
{
	display: block;
	width: 270px;
	font: 20px Times, serif;
	color: #b8ff9c;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

a.menu_top 
{
	font: 10px Arial, Helvetica, sans-serif;
	color: #69746A;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	background: #FFF;
}

a.menu_top:hover 
{
	font: 10px Arial, Helvetica, sans-serif;
	color: #b8ff9c;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	background: #FFF;
}

a.href_link 
{
	font: 14px Arial, Helvetica, sans-serif;
	color: #69746A;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	background: #F5F5F5;
}

a.href_link:hover 
{
	font: 14px Arial, Helvetica, sans-serif;
	color: #b8ff9c;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	background: #FFF;
}

/*---| input |------------------------------------------------------------------------------------------------*/
select {
	background-color:#FFFFFF; 
	border-style:solid; 
	border-width:1px; 
	border-color:#D15F5F; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	font-weight:bold; 
	color:#5D6780; 
	width:90px;
}
input {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000000; 
	width: 90px;
}
.input_2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #555555; 
	width: 450px;
	height: 18px;
}
.input_3 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #555555; 
	width: 305px;
	height: 18px;
}
textarea {
	width: 300px;
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #777777; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #D15F5F; 
	/*scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #EEEEEE; 
	scrollbar-darkshadow-color: #EEEEEE; 
	scrollbar-track-color: #EEEEEE; 
	scrollbar-arrow-color: #FFFFFF;*/
}
