/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout */

html 	{ text-align : center;  }

body {
background-color:#FFFFFF; 
background-image:url(../images/common/generic-bg.jpg);
background-position:top center;
background-repeat:repeat-x;
position : relative; 
width : 800px; 
margin : 0 auto; 
text-align : left; }

/* typography */

p { 
font : 72%/1.5  "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif ;
color : #000000; 
}

.black { 
font : 80%  "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif ;
color:#000000;
font-weight:bold;
text-decoration:none;
}

a { 
font : 80%  "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif ;
color:#OOOOOO;
text-decoration:none;
}

h1{}
h2{margin-top:20px}
h3{}


div#header{
}
div#branding {position : relative; 
height:0px;
background-color:#587993;
z-index : 10;}


div#branding h1 { 
text-indent : -9999px; }


div#branding blockquote { 
position : absolute;
top : -9999px; }

div#navigation{
height:25px;
background-color:#587993;
margin-top:0px;
padding-top:10px;
}

div#languages{
margin-left:670px;
margin-top:-22px;
 }

ul#nav_features{

}

ul#nav_features li{
	width: 100px;
	display: inline;
	margin-left: 20px;
	
	
}

div#content{}


div#content_right {
margin-left:13px;
min-height:486px;
	width: 637px;
	float: left;}
	
div#content_right a{
font-size:100%;
color:#000000;}
	
.service{
background-image:url(../images/blueseae.jpeg);

}

.contact{
height: 312px;
background-image:url(../images/portals-map.jpg);}



div#service-text{
padding:100px;
}

div#contact-text{
padding-left:100px;
padding-right:100px;
padding-top: 50px;
padding-bottom: 50px;

}

div#left_side_bar {
min-height:486px;
	background-color:#FFFFFF;
	width: 150px;
	float : left;}
	
div#logo{
height:150px;
margin-top:47px;
background-image:url(../images/branding.png);
background-repeat:no-repeat;
}

	
.clear {
clear:both;
}

.white{
color:#FFFFFF;
}

div#site_info {
height:35px;
background-image:url(../images/sieppel-type-logo.png);
background-position: 630px 10px;
background-repeat:no-repeat;
background-color:#587993;
position: relative;
}

div#site_info p {
margin-left:20px;
margin-top:20px;
}




