/************************************************************************************************************************** CSS reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; 	outline: 0; font-size: 100%; vertical-align: baseline;} body {line-height: 1;} blockquote, q {quotes: none;} blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;} :focus {outline: 0;} ins {text-decoration: none;} del {text-decoration: line-through;} table {border-collapse: collapse; border-spacing: 0;} .clear {clear:both; height:0; width:0; margin: 0; padding: 0;}
/* HTML5 tags */  
header, section, footer, aside, nav, article, figure {display: block;}
/* alpha IE6 */
.alpha, .selectedItem, #slidePosition ul li a, .tooltip { behavior: url(http://www.bureau347.com/iepngfix.htc); }
/************************************************************************************************************************** END reset */



/************************************************************************************************************************** general */
html {
	height:100%;
	min-height:100%;
	}
body {
	height:100%;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#ff0000;
	}
#container {
	position: relative;
	background:#ff0000 url(../img/bg_philosophy.jpg) no-repeat top center;
}
#contactPage #container {
	position: relative;
	background: none;
	}
a {
	color: #FF00BB;
	}
a:visited {
	color: #ff80dd;
	} 
h1 {
	width:89px;
	height:77px;
	margin: 7px 0 1px 0;
}
h1 span {
	display: none;
}
h1.basic {
	background: url(../img/B347_logo.png) no-repeat;
}
h1.grey {
	background: url(../img/B347_logo_grey.png) no-repeat;
}
h1.white {
	background: url(../img/B347_logo_white.png) no-repeat;
}
h2 {
	width:220px;
	z-index: 0;
}
h2 span {
	display: none;
}
h3 {
	font-size: 30px;
	color:#ff00bb;
	background:#1f1612;
	padding: 0 10px 2px 10px;
	display: inline-block;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight: normal;
}
.bigcol h3 {
	font-size: 24px;
	color: #1f1612;
	background: none;
	padding: 0 10px 2px 0px;
	font-style:normal;
	margin: 5px 0 10px 0;
	display: block;
}
h4 {
	font-size: 30px;
	color:#FFF;
	background-color:#1f1612;
	padding: 0 10px 2px 10px;
	display: inline-block;
	margin-bottom: 1px;
	}
h5 {
	margin-bottom: 10px;
	margin-left: 10px;
	}
h5 span {
	display: none;
	}
h6 {
	margin-bottom: 9px;
	}
p {
	margin-bottom: 20px;
	}
#top {
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	}
#bottom {
	width:100%;
	}
#aboutus {
	width: 720px;
	float: left;
	}
.col {
	width:220px;
	margin: 0 10px;
	float: left;
	}
.bigcol {
	width:430px;
	margin: 0 10px;
	padding-right: 30px;
	float: left;
	}
.bigcol strong {
	line-height:1.4;
	}
#global {
	width: 960px;
	background-color:#FFF;
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
}
/************************************************************************************************************************** hover */
#line {
	background:#FF00BB none repeat scroll 0 0;
	width: 1px;
	height:100%;
	min-height: 100%;
	position:fixed;
	z-index: 1000;
	}
#dash {
	background: url(../img/dash.gif) repeat-y;
	width: 1px;
	height:118px;
	position:absolute;
	left: 138px;
	}
/************************************************************************************************************************** header */
#nav {
	margin-left:136px;
	position:absolute;
	top:100px;
	}
#nav li {
	display:inline;
	}
#nav li a {
	background-image: url(../img/nav_item.gif);
	background-repeat: no-repeat;
	height: 22px;
	display: inline-block;
	margin: 0 5px;
	}
#nav li span {
	display:none;
	}
#nav li a.active, #nav li a.active:hover {
	cursor: default;
}

#nav li#portfolio a {
	width: 81px;
	background-position: 0 0;
	}
#nav li#profil a {
	width: 61px;
	background-position: -93px 0;
	}
#nav li#philosophy a {
	width: 110px;
	background-position: -168px 0;
	}
#nav li#blog a {
	width: 44px;
	background-position: -289px 0px;
	}
#nav li#contact a {
	width: 79px;
	background-position: -346px 0px;
	}

#nav li#portfolio a:hover {
	background-position: -0px -30px;
	}
#nav li#profil a:hover {
	background-position: -93px -30px;
	}
#nav li#philosophy a:hover {
	background-position: -168px -30px;
	}
#nav li#blog a:hover {
	background-position: -289px -30px;
	}
#nav li#contact a:hover {
	background-position: -346px -30px;
	}
	
#nav li#portfolio a.active, #nav li#portfolio a.active:hover {
	background-position: -0px -60px;
	}
#nav li#profil a.active, #nav li#profil a.active:hover {
	background-position: -93px -60px;
	}
#nav li#philosophy a.active, #nav li#philosophy a.active:hover {
	background-position: -168px -60px;
	}
#nav li#blog a.active, #nav li#blog a.active:hover {
	background-position: -289px -60px;
	}
#nav li#contact a.active, #nav li#contact a.active:hover {
	background-position: -346px -60px;
}
	
header {
	padding-top: 17px;
	margin-bottom: 16px;
	}
header img{
	display:block;
	}
h2#i1.basic {
	height: 11px;
	background:url(../img/B347_info1.png) no-repeat;	
	}
h2#i2.basic {
	height: 11px;
	background:url(../img/B347_info2.png) no-repeat;	
	}
h2#i3.basic {
	height: 11px;
	background:url(../img/B347_info3.png) no-repeat;	
	}
h2#i4.basic {
	height: 5px;
	background:url(../img/B347_info4.png) no-repeat;	
	}
#intro {
	margin: 22px 10px 12px 10px;
	}
/************************************************************************************************************************** footer */

footer {
	width: 960px;
	margin: 0 auto;
}
#bottomLink {
	background:#FFF;
	height: 37px;
	margin-bottom: 17px;
	}
#navFooter {
	padding: 12px 10px 10px 10px;
	float: left;}
#navFooter li {
	display:inline;
	font-size: 14px;
	font-weight: bold;
	color: #c7c5c4;
	}
#navFooter li a {
	color: #c7c5c4;
	text-decoration: none;
	padding: 3px 5px;
	margin-left: -5px;
	margin-right: 5px;
	}
#navFooter li a:hover {
	color: #fff;
	background: #c7c5c4;
	padding: 3px 5px;
	margin-left: -5px;
	margin-right: 5px;
	}
#navFooter li a.active {
	color: #fff;
	background: #c7c5c4;
	padding: 3px 5px;
	margin-left: -5px;
	margin-right: 5px;
	}
#twitterContent {
	float: right;
	}
#twitterContent #twitter-link {
	color: #c7c5c4;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	margin: 12px 11px 10px 10px;
	}
#twitter-link span {
	padding: 3px 5px;
	}
#twitter-link span.hover {
	background-color:#c7c5c4;
	color: #FFF;
	}
#twitterContent img {
	margin: 1px 10px 0 0;
	}
h2#i5{
	height: 11px;
	background:url(../img/B347_info5.png) no-repeat;	
	margin-left: 10px;
	margin-bottom: 1px;
	}
#tSign {
	background:url(../img/title_thankyou_red.gif) no-repeat;
	width: 220px;
	height: 32px;
	}
#endbg {
	background:url(../img/footer_bg_philosophy.png) repeat-x bottom;
	height: 160px;
	/*position:absolute;
	bottom: 0;*/
	width: 100%
}
/************************************************************************************************** contact */

#contactForm {
	margin-bottom: 20px;}
#contactForm p {
	margin-bottom: 8px;}
#contactForm input, #contactForm textarea {
	border: 1px solid #c7c5c4;
	margin-top: 3px;}
#contactForm input {
	height: 17px;
	width: 300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 6px 8px;
	}
#contactForm textarea {
	height: 128px;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding: 6px 8px;
	}
#contactForm button {
	background:url(../img/form_send.gif) no-repeat;
	width: 105px;
	height: 39px;
	border: none;
	margin-top: 10px;
}
	
#map {
	position:absolute;
	z-index: -1;}
#map2 {
	overflow: hidden;
	width: 100%; 
	height: 260px;
	margin-bottom: 10px;
	}
#frame {
	border: 1px solid #c7c5c4;
	margin: 0 0 20px 0;
	padding: 10px;
	position: relative;
	width: 438px;
}

#contactFormError {
	color: #ff0000;
	}
#contactForm input.error, #contactForm textarea.error {
	border: 1px solid #ff0000;
	}
#contactForm button.buttonWait {
	background: url(../img/form_wait.gif) no-repeat;
	}
#contactFormThanks {
	display: none;
	background-color:#FF0000;
	padding: 10px;
	}
#contactFormThanks p {
	margin: 0;
	color: #FFF;
	}
