/**
 * 100% height layout with header and footer*/
 
html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}

body a{
	color: #FFFFFF;
	text-decoration: none;
		
}
 
h1{
	font-weight: normal;
	font-size: 0.75em;
}

h2{
	font-weight: normal;
	font-size: 1.5em;
	color: #FFFFFF;
}


h3{ 
	font-weight: bold;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
h4{
	font-size: 1.5em;
}
h5{
	font-weight: bold;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

ul{
    margin: 0;
	padding: 0;
	border: none;
}

li{
	list-style: none;
	display: inline;
	padding: 2px;
}

li a{
	color: #281d19;
	text-decoration: none;
 
}
li a:hover{
	color: #000000;
	text-decoration: none;
 
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#bend {
	height: 70px;
	width: 100%;
}

 
#header {
	height:100px;
	background-color: #e4e3e2;
}
#menu {
	text-align: right;
	font-size: 0.7em;
	padding-top: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}




#footer {
	position:absolute;
	width:100%;
	bottom:0;
	clear:both;
	text-align:center;
	filter:alpha(Opacity=70);
	opacity: 0.7;

    -moz-opacity:0.7;
	color: #333333;
	background-color: #E4E3E2;
}
#slideshow {
}

#footer a {
	color: #3F2E27;
	text-decoration: none;
}
#body_text {
	color: #FFFFFF;
	margin-top: 10px;
	font-size: 0.9em;
	text-decoration: none;
}
.quote_about_maxbossman{
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
}

#author{
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: right;
	padding-top: 8px;
	color: #6B483A;
}
.advertising_photographer{
	background-image: url(../images/commercial_photographer.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 20px;

}
#logo {
	position:absolute;
	left:30px;
	top:0px;
	width:238px;
	height:71px;
	z-index:1;
}

#maxbossman {
	position:absolute;
	left:50%;
	top:60%;
	width:310px;
	height:100px;
	z-index:1;
	margin-left: -155px;
}



#main{
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0; 
	margin-left: auto;
}


/* begin accordeon style*/
#wrapper{ 
width: 750px;
margin: 0 auto;
}


.box{
	background-image:url(images/royal_back.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
 
}
.boxholder{
clear: both;
padding: 5px;

}
.tab{
	float: left;
	margin: 0;
	padding-top: 3px;
	padding-right: 15px;
	padding-left: 4px;
 
}
.tab a{ 
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.tab a:hover{ 
	color: #4A362F;
	text-decoration: none;
	text-transform: uppercase;
}
.picture{ 
	padding-right: 8px;
}
.title_01{
	background-image: url(../images/stripes.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: right;
}
.title_02{
	color: #563F36;

}
#2columns{
	width: 750px; 

}
#column_1{
	float: left;
	width: 500px;

}
#column_2{
	float: left;
	width: 220px;
	margin-left: 15px;

}
/* end accordeon style*/

/* begin  highslide style*/
.highslide-html {
	background-color: #FFFFFF;
 
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
} 

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
} 
.control:hover {
	color: black !important;
}
.highslide-move { 
    cursor: move;
}
/* end highslide style*/
.formy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #281D19;
	border: 1px solid #3D3329;
}
#contact {
	background-color: #281D19;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	width: 350px;
}
#contact1 {
	background-color: #281D19;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 10px;
	margin-top: 20px;
	width: 350px;
}
#menu_portfolio {
	text-align: right;
	position: absolute;
	height: 30px;
	width: 100%;
	top: 30px;
	right: 0px;
	font-variant: small-caps;
	font-size: 14px;
}
