/* -----------------------------------General Stuff*/

body {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #FFF;
	font: 12px "Trebuchet MS", verdana, sans-serif;
}

.clearHack {
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	display: block;
}


img {
	border: 0px none; /* removes border in case images get have anchor around them */
	}

/* -----------------------------------Text Styles*/

h1 {
	color: #1B4E7B;
	font-size: 20px;
	margin: 0;
}

h2 {
	color: #919395;
	font-size: 18px;
	margin: 0;
	padding-top: 5px;
}

p {
	line-height: 130%;
	color: #555;
	margin-top: 5px;
	text-decoration: none;
}


h5 {
	color:#808080;
	font-size:1.1em;
	font-weight:bold;
	padding-bottom:.1em;
	margin-bottom:1em;
}

/* ____________________________________ Containers*/

#wrapper {
	width: 700px;
	text-align: left;
	margin: 0 0 0 35px;
	position: relative;
	padding: 0;
}

#header {
	width: 700px;
	height: 125px;
	background: url('../images/line.jpg') repeat-x bottom;
	position: relative
}

#logo {
	top: 37px;
	left: 50px;
	position: absolute;
	background: url('../images/idws_logo.jpg') no-repeat;
	width: 140px;
	height: 55px;
	float: left
}

#large_image {
	height: 150px;
	width: 700px;
	background: url('../images/industrial_design.gif') no-repeat center;
}

#large_image_design {
	height: 270px;
	width: 700px;
	background: url('../images/neptunusyachts.jpg') no-repeat center;
	padding-top: 15px;
	padding-bottom: 15px
}

#large_image_production {
	height: 300px;
	width: 700px;
	background: url('../images/production_anime.gif') no-repeat center;
}

#large_image_contact {
	height: 300px;
	width: 700px;
	background: url('../images/Atlas_Polar-Remote.jpg') no-repeat center;
}




#main_content_wrapper {
	width: 700px;
	position: relative;
	height: auto;
}

#main_content {
	float: left;
	width: 365px;
	height: auto;
	margin-right: 50px;
	background: url('../images/circlearrow.gif') no-repeat 15px 4px;
	padding-left: 45px
}

#main_content, #main_content_connect, #main_content_wrapper a {
  	color:#83A3CB; 
  	text-decoration:none;
}

#main_content, #main_content_connect, #main_content_wrapper a:hover {
	text-decoration: none;
	color: #333;
	background-color: #fff;
	}
		

#main_content_connect {
	float: left;
	width: 365px;
	height: auto;
	margin-right: 50px;
	background: url('../images/circlearrow.gif') no-repeat 15px 4px;
	padding-left: 45px;
	margin-top: 50px
}


	
#footer {
	width: 655px;
	min-height: 45px;
	position: relative;
	background: url('../images/line2.jpg') repeat-x top;
	color:#83A3CB;
	padding-top: 20px;
	padding-left: 45px;
	font-size: 11px;
	margin-top: 30px
}




#date {
	color: #bbb;
	text-align: right;
	padding-top: 20px;
	font-size: 90%;
}

#footerleft {
	text-align: left;
	position: relative;
	float: left;
}

#footerright {
	text-align: right;
	position: relative;
	float: right;
}

/* sidebar
====================================================*/

#sidebar {
	float: left;
	width: 235px;
	height: auto;
}

.sidebarItem {
	clear: both;
	margin-right: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #bbbbbb;
}

#sidebar h3 {
	position: relative;
	margin-bottom: -.3em;
	font-size: 1.2em;
	color: #36517D;
	}

#sidebar .newsItem p {
	margin: .5em 0 .5em 0;
	font-size: 1.0em;
	color: #555;
	}

#sidebar .withThumb h3,
#sidebar .withThumb p {
	}

#sidebar img {
	padding: 2px;
	float: left;
	margin-right: 7px;
	margin-top: 10px;
	background: #fff;
	border: 1px solid #ccc;
	}

#sidebar img.noborder {
	border: 0px none;
}
#sidebar img.r {
		}

#sidebar a {
	color: #36517D;
	font-weight: bold;
	text-decoration: none;
	}
#sidebar a:hover{
	text-decoration: none;
	color: #333;
	background-color: #ffc;
	}


/* ____________________________________ Nav*/


.currentpage {
	color: #D37B38;
	}
