/* COMMON STYLE */

* { margin: 0; padding: 0; border: 0;}

a {
    outline: none;
}

html,
body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	min-width: 960px;
	min-height: 480px;
	text-align: center;
}

#vertical
{
	float: left;
	height: 50%;
	margin-top: -240px;/* half vertical height*/
	width: 100%;
}

#hoz 
{
	width: 960px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto; /* allow content to scroll inside element */
	text-align: left;
	clear: both;
	position: relative;
}

body {
	font: normal normal normal 76%/1.15em Arial, Helvetica, sans-serif;
}
p, address, div, li, input, textarea, button, a, a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}
p, ul {margin: 0; padding: 0;}
#content p, address {padding: 0.1em 0 0.95em 0;}
ul {list-style-type: none;}
h2, h3, h4, h5, h6 {
	padding: 0.9em 0 0.65em 0;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {font-size: 1em;}
h3 {font-size: 0.93em; padding-top: .2em; padding-bottom: .2em;}

body,
#options
{
	background-color: #663300;
}

#options
{
    position: absolute;
    top: 390px;
    left: 0;
    height: 90px;
    width: 100%;
}

#content, #outer
{ 
	background-color: #fff;
}

#tools a:link,
#tools a:visited
{
	color: #fff;
}

.menu a:hover, 
.menu a:active, 
#tools a:hover, 
#tools a:active, 
#tools .active:link,
#tools .active:visited,
.menu .active,
.sections a:link, 
.sections a:visited,
.menu li a.active, 
.sections li a,
#extra .numbers a:active,
#extra .numbers a:hover,
#content #info a:hover
{ 
    color: #f7941f;
}


p, address, div, li, input, textarea, button, a, a:link, a:visited,
h2, h3, h4, h5, h6,
.sections a:hover, 
.sections a:active,  
.sections a.active:link, 
.sections a.active:visited,
#outer
{
	color: #000;
}


#tools
{
    margin-top: 18px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .95em;
    position: relative;
}

#tools li
{
    display: inline;
    font-size: .95em;
}

#tools li a
{
    padding-left: 1em;
    float: right;
}

#langs
{
    margin-left: 1em;
}

#langs li
{
    font-size: 1em;
}

p#error, .error, p#success
{
	color: red;
}

/* BLOCK STYLE */

#outer 
{
	text-align: left;
	position: absolute;
	margin-top: -240px;
	margin-left: -480px;
	border: 0;
	padding: 0;
	top: 50%;
	left: 50%;
	width: 960px;
	height: 480px;
	visibility: visible;
}

#outer, #leftcol, #logo h1, #nav, #content, #extra 
{
	overflow: hidden;
}

#content
{
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 390px;
}


#content p
{
	font-size: 1em;
	text-align: justify;
}

#navigation
{
	float: left;
	width: 250px;
	height: 390px;
}


/* CORPORATE LOGO STYLE */
#logo 
{ 
    position: absolute;
    bottom: 0;
	height: 80px; 
}

#logo h1 
{
    width: 250px;
	height: 80px;
}

#logo h1 a 
{
	display: block; 
	padding-top: 80px; 
	font-size: .5em;
}

/* NAVIGATION STYLE */

#nav 
{
    text-transform: uppercase;
    font-size: 1.7em;
	width: 250px;
	position: relative;
	text-align: left;
}

#content #info
{
    position: absolute;
    left: 5px;
    bottom: 2px;
    line-height: 1em;
    padding: 0;
    font-weight: bold;
    z-index: 1000;
}

#content #info a {
    color: #ccc;
}



.menu
{
    position: relative;
	padding: 0;
	margin: 0;
}

.menu li
{
    display: inline;
	padding: 0;
	margin: 0;
}

.menu li a
{
	display: block;
	text-transform: uppercase;
	font-size: 1.15em;
    line-height: .9em;
	font-weight: bold;
	width: 100%;
	padding: 0;
	margin: 0;
}

* html .menu li a
{
    position: relative;
    top: -4px;
    overflow: hidden;
    height: 1em;
}



/* OPTIONS STYLE */


.styles
{
	position: relative;
	top: 0;
	float: left;
	width: 50px;
}

.styles li 
{
	float: left;
	margin-right: 5px;
}

.styles li a
{
	float: left;
	display: block;
	width: 5px;
	height: 16px;
}

.styles li a.green
{
	background-color: #9c0;
}

.styles li a.blue
{
	background-color: #69c;
}

.styles li a.orange
{
	background-color: #f90;
}

/* CONTENT HOMEPAGE STYLE */

#home {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
}


/* FORM STYLES */

form {
	width: 55%;
}

label
{
	float: left;	
}

input, textarea
{
	border: 1px solid #555;
	font-size: 1em;
	float: right;
	width: 15em;
	margin-bottom: .5em;
}

form br 
{
	clear: both;
}

button
{
	background-color: transparent;
	cursor: pointer;
	margin: 0;
	padding: 0;
	float: right;
	border: 0;
	text-transform: uppercase;
	overflow: visible; /* ie only fix auto-padding */
}

button:hover
{
	text-decoration: underline;
}

form .as /* antispam */
{
    position: absolute;
    left: -5000px;
}


/* PORTFOLIO */

#portfolio
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 390px;
	overflow: hidden;
}


#photo-container a,
#photo-container span
{
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	display: block;
	width: 960px;
	height: 390px;
	overflow: hidden;
	text-align: center;
}

#photo-container a img, #photo-container a object 
{
    position: relative;
    left: 0;
}

#box-1 span, #box-2 span, #box-3 span
{
	display: none;
}

/* PAGINATION STYLE */

.numbers
{
}

.numbers 
{
	float: right;
}
.numbers li 
{
	display: inline;
	padding-left: 0;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}

#extra,
.numbers li,
.numbers li a,
.numbers li span
{
    line-height: .8em;
}

#extra 
{
    position: absolute;
    right: 0;
    bottom: 0;
	font-size: 2.7em;
	font-weight: bold;
}

#extra, 
#extra a, 
#extra a:visited
{
    color: #000;
}

strong
{ 
	color: #000;
}


/*  images  */

#logo h1
{
	background: url(../images/alternative.gif) no-repeat;
}

#home
{
}

.contact #content .wrap,
.about-us #content .wrap,
.login #content .wrap,
.error #content .wrap
{
    padding: 20px 70px 20px 300px;
}

