@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
html, body {
	margin:0;
	padding:0;
	background-color:#000000;
	color:#ffffff;
	font-family:verdana, arial, helvetica, sans-serif;
}
body a:link {
	color:#000000;
	text-decoration:underline;
}
body a:visited {
	text-decoration: none;
	color:#ffffff;
}
body a:hover {
	text-decoration: underline;
}
body a:active {
	text-decoration: none;
}
/*wrap*/

#wrap {
	width:960px;
	background-color:#163D5B;
	color:#fff;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border-left:#333333 2px solid;
	border-right:#333333 2px solid;
	border-bottom:#333333 2px solid;
}
/*header*/

#header {
	width:960px;
	height:70px;
	background-color:#163D5B;
	color:#999999;
	border-bottom:#333333 2px solid;
}
#header h2 {
	position:relative;
	width:960px;
	height:70px;
	overflow:hidden;
}
#header h2 span {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(../images/header/header_tm_white2.jpg);
	background-repeat:no-repeat;
}
/*header tagline*/

#header h5 {
	position:absolute;
	top:45px;
	right:10px;
	color:#999999;
}
/*subheader*/

#header2 {
	width:960px;
	height:30px;
	background-color:#000000;
	font-size:0.9em;
	padding:0;
	margin:0;
	border-bottom:2px solid #333333;
	text-align:center;
}
#header2 img {
	border:none;
}
/*main*/
#main {
	width:730px;
	min-height:500px;
	height:auto !important;
	height:500px;
	float:right;
	background-color:#163D5B;
	color:#999999;
	margin:10px 5px 5px 5px;
}
#main p {
	margin:20px;
	font-size:0.8em;
}
#main h4 {
	margin-top:10px;
}
/*navgation*/

#nav {
	width:200px;
	float:left;
	background-color:#163D5B;
	min-height:500px;
	margin:10px 0px 0px 5px;
	padding:5px 0px 0px 0px;
	font-size:0.8em;
	text-align:center;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	border-bottom: 1px solid #333333;
}
#nav li a:link, #nav li a:visited {
	font-size:90%;
	display:block;
	padding:0.5em 0em 0.5em 0.5em;
	border-left: 5px solid #333333;
	border-right: 5px solid #333333;
	background-color:#11324e;
	color:#fff;
	text-decoration: none;
	background-image:url(../images/nav/nav_tm_darkblu2.jpg);
	background-repeat:repeat-x;
}
#nav li a:hover {
	background-color:#254a67;
	color:#000;
	background-repeat:repeat-x;
	border-left: 5px solid #333333;
	border-right: 5px solid #333333;
	background-image:url(../images/nav/nav_tm_lightblu.jpg);
	background-repeat:repeat-x;
}
/*hack to make nav work in ie6*/
* html #navigation li a {
	width: 100%;
}
/*submenu items*/

#nav ul ul {
	margin-left:12px;
}
#nav ul ul li {
	border-bottom:2px solid #11324e;
	margin:0;
}
#footer {
	height:20px;
	clear:both;
}
#footer h6 {
	padding:2px;
	color:#999999;
	text-align:center;
	clear:both;
}
/*gallery*/

.gallerycontainer {
	position:absolute;
	top:15px;
	left:15px;
	z-index:100;
}
.thumbnail img {
	border:1px solid #CC0000;
}
.thumbnail:hover {
	background-color:transparent;
}
.thumnail:hover img {
	border:1px solid blue;
}
.thumbnail span {
	position:absolute;
	background-color:#000000;
	padding:5px;
	left:-2000px;
	top:20px;
	border:none;
	visibility:hidden;
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	text-align:left;
	font-size:90%;
}
.thumbnail span img {
	border-width:0;
	padding:1px;
}
.thumbnail:hover span {
	visibility:visible;
	top:300px;
	left:300px;
	z-index:100;
}
/*body id*/

body#index a#navindex, body#repro a#navrepro, body#serv a#navserv, body#dover a#navdover, body#resume a#navresume, body#prod a#navprod, body#contact a#contactnav, body#doverarm a#doverarmnav, body#doverguard a#doverguardnav, body#dovergard a#dovergardnav, body#doverhall a#doverhallnav, body#doverkitch a#doverkitchnav, body#doverscrpt a#doverscrptnav {
	color:#000;
	background-color:#254a67;
	background-image:url(../images/nav/nav_tm_lightblu.jpg);
	background-repeat:repeat-x;
}
.img_right {
	float:right;
	padding:5px;
}
.img_center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:30px;
}
.h4 {
	padding:10px;
	border:1px solid #333333;
	width:680px;
	background-color:#163D5B;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#999999;
}
#content {
	min-height:400px;
	height:auto !important;
	height:400px;
	border:1px solid #333333;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:680px;
	background-color:#163D5B;
}
#gallery_content {
	min-height:475px;
	height:auto !important;
	height:475px;
	min-height:475px;
	border:1px solid #163D5B;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:680px;
	background-color:#FFFFFF;
}
