
/**********************************************
*   Basics & typography           *
***********************************************/


body 	{
	border: solid 0px #000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height:100%;
      letter-spacing: 0px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	}

h1,h2,h3,h4,h5,h6
	{
	
	margin: 0 0 0px 0;
	padding: 0px;
	}

h1 	{
	font-size: 26px;
	color: #EC6B04;
      font-weight: 500;
	letter-spacing:0px;
	}

h2 	{
	font-size: 26px;
	color: #FF7F00;
      font-weight: 500;
	letter-spacing:-1px;
	margin: 0px 0px 20px 0;
	}

h3 	{
	font-size: 30px;
	color: #FFE400;
      font-weight: 600;
	letter-spacing:-1px;
	margin: 0px 0px 20px 0;
	}

h4 	{
	font-size: 24px;
	color: #fff;
      font-weight: 550;
	margin: 0px 0px 8px 0;
	}

a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	letter-spacing:0px;
	}

a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	letter-spacing:0px;
	}

a:hover {
	color: #EC6B04;
	text-decoration: none;
	font-weight: 600;
	letter-spacing:0px;
	}

a:active {
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	letter-spacing:0px;
	}

a:link img, a:visited img 
	{
	border: solid 0px;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}

.quote {
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode";
	font-size: 16px;
	color: #8D7864;
	}

.big {
	font-weight: bold;
	font-size: 18px;
	color:#D46A37;
	}

.small {
	font-weight: normal;
	font-size: 10px;
	line-height:50%;
	}

.block {
	display: block;
	}

table{
	font-size: 18px
	}

/**********************************************
*   main container	                      *
***********************************************/

#container
	{
	border: solid 0px #fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	width: 950px;
	height: auto;
	height: 100%;
	}


/**********************************************
*   header                 *
***********************************************/

#header	
	{
	border: solid 0px #FFF;
	height: 80px;
	width:1000px;
	margin: 0px 0 0 0;
	padding:0;
	}

/**********************************************
*   navigation	                      *
***********************************************/

#navigationcontainer 
	{
	border: solid 0px #fff;
	float: right;
      width:800px;
	margin-right:50px;
	}

#navigationcontainer ul
	{
      float: right;
	border: solid 0px #fff;
	margin: 40px 0px 0 0;
	font-family: "Arial", "Lucida Grande", Sans-Serif;
      font-size: 15px;
	}

#navigationcontainer ul li { display: inline; }

#navigationcontainer ul li a
	{
	height:10px;
	color: #FFF;
	float: left;
      padding:5px;
      margin: 0 8px 0 0px;
      font-weight: 800;
	}

#navigationcontainer ul li a:hover
	{
	color: #EC6B04;
	}



/**********************************************
*   main content                   *
***********************************************/


#main
	{
	border: solid 0px #000;
	width:950px;
	margin: 40px 0 0px 0px;
	padding:0px 0 0px 0;
	height:auto;
	height:100%;
	overflow: hidden;
	}

#contentbox
	{
	border: solid 0px #fff;
	width: 1000px;
      height:665px;
	margin: 0px 0px 0px 0px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode";
	font-size: 11px;
	color: #241F23;
	text-align:left;
	}

#txtbox
	{
	border: solid 0px #fff;
	float: left;
	padding: 0px;
	margin: 20px 0 0 0px;
      width: 260px;
	height:480px;
	font-size: 12px;
	color:#cdcdcd;
	font-weight:500;
	line-height:150%;
	}

#picsbox
	{
	border: solid 0px #fff;
	float: left;
	padding: 0px;
	margin: 20px 0 0 0px;
      width: 270px;
	height:480px;
	font-size: 12px;
	color:#cdcdcd;
	font-weight:500;
	line-height:150%;
	}

#picsbox img
	{
	border: solid 0px #666;
	text-align:left;
	width:120px;
	float:left;
	margin: 0 15px 15px 0;
	}

.pic
	{
	border: solid 0px #666;
	text-align:left;
	width:120px;
	float:left;
	margin: 0 15px 5px 0;
	}



#homepic
	{
	border: solid 0px #fff;
	float: right;
	padding: 0;
	margin: 15px 0 0 30px;
	}


#largepic
	{
	border: solid 0px #666;
	float: right;
	padding: 0;
	margin:0 45px 0 0;
      width: 520px;
	height:700px;
	}


/**********************************************
*   Footer		                      *
***********************************************/



#footer{
	border: solid 0px #fff;
      width: 250px;
	text-align: left;
	font-size: 10px;
      color:#888;
	float:left;
	margin-top:100px;
	line-height:130%;
	}

#footer a
	{
	color: #888;
	}

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

/**********************************************
*   contact form		                      *
***********************************************/


#maincontact
	{
	border: solid 0px #FFF;
	width:900px;
	height: 410px;
	background:#181818;
	padding:30px 0 30px 0;
	margin:0;
	}

#contactform
	{
	border: solid 0px #FFF;
	float: right;
	width:470px;
	height:370px;
	margin: 20px 10px 0px 0;
	font-size: 12px;
	}

#mailok
	{
	border: solid 0px #000;
	text-align:center;
	margin-top:50px;
	font-size: 18px;
	font-weight:700;
	color: #000;
	}

input {
	border: solid 1px #000;
      background:#363636;
      color: #ffffff;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	}

textarea {
	border: solid 0px #000;
      background:#363636;
      color: #ffffff;
	width:450px;
	padding: 2px;
	margin: 0 0 10px 0;
	font-size: 11px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	}

fieldset {
	border: solid 0px #FFF;
	margin: 0;
	padding-bottom:5px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	}

.titleform
	{
	display: block;
	font-size: 12px;
	font-family: "Arial", "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-weight:500;
	}


