/*
Title:		Layout css style
Author:		Xaliber
Year:		2010
Contact:	info@xaliber.com
*/

@charset "utf-8";

/* Clear all default margins and paddings */
* {
	margin: 0px;
	padding: 0px;
}

body/* Layout settings*/
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13.33px;
	color: #30373F;
	background-color: #7B8897;
	line-height: 1.6em;
	padding: 0px;
	background-image: url(../images/layout/site_bg2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

/* Extra background option*/
#bodybg {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/layout/body_shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* Standard tabel en paragraph settings*/
td, th, p { 
}

/* Default paragraph text */
p {
	padding-bottom:		10px;
	line-height:		18px;
}

/* Set default margins */
table {
	padding-bottom:		10px;
}

ul {
	padding-bottom:		10px;
	margin-left: 		10px;
}
      
ul li {
 	margin-left: 		10px;
    list-style: 		disc;
	line-height:		18px;
}

/* Links */
a {
	color:				#028EB1;
	text-decoration:	underline;
}

a:hover {
	text-decoration:	underline;
	color: 				#86AA12;
}

/* Text headers*/
h1 {
	font-size: 26px;
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-top: 0px;
	word-spacing: -2px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-weight: bold;
	margin-top: 0px;
	word-spacing: -2px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 15pt;
	color: #FFCC00;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;
}
h4{
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h5 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* HEADER DIV */
#header_nav
 {
	height: 80px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#header_box  {
	background-repeat: repeat-x;
	background-position: left top;
	height: 79px;
	background-color: #CCCCCC;
	background-image: url(../images/layout/nav_bg.gif);
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #DADADA;
}
#header_logo {
	float: left;
	height: 80px;
	width: 300px;
}
#header_photo {
	padding: 5px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	height: 195px;
}
#header_photo #index {
	background-image: url(../images/headers/hdr_index.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
	height: 195px;
	width: 950px;
}
#header_photo #portfolio {
	background-image: url(../images/headers/hdr_port.png);
	height: 195px;
	width: 950px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}
#header_photo #contact {
	background-image: url(../images/headers/hdr_cont.png);
	height: 195px;
	width: 950px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}




#header_menu {
	color: #86AA12;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	height: 80px;
	padding: 0px;
	float: right;
	width: auto;
	clear: right;
	display: inline;
}
#header_menu li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header_menu li a {
	color: #424C56;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	height: 20px;
	display: block;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DADADA;
	width: 100px;
}
#header_menu li a:hover {
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/layout/nav_bgro3.gif);
	padding-top: 35px;
	padding-bottom: 25px;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	color: #5E6B79;
}

/* MASTER DIV */
#master {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* CONTENT DIV */
#content {
	width: 930px;
	margin: 0px;
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F5F5F5;
	background-image: url(../images/layout/content_bg.gif);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}

/* WRAPPER DIV */
#wrapper {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 5px;
}
	
/* FOOTER DIV */
#footer {
	text-align: center;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #CCCCCC;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#footer_box {
	margin: 0px;
	color: #FFFFFF;
	background-color: #434D58;
	height: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/layout/footerbox_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer_box table {
	padding: 0px;
	margin: 0px;
}

#footer_box a {
	color: #FFFFFF;
	padding: 2px;
}
#footer_box a:hover {
	color: #109DC4;
	background-color: #FFFFFF;
	text-decoration: none;
}

/* Clearing element */
.clear {
	clear: 				both;
}

/* No border for images */
img {
	border: 			none;
}

/* Floating images */
.right  {
	float: right;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 5px;
}
.left {
	float: left;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
