/*-- ERIC MEYER RESET RELOAD --*/
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*-- SITE STYLES --*/

body {
	background-color:#092E56;
	background-image:url(../images/interface/background.gif);
	background-repeat:repeat-x;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
}


div#wrapper {
	margin:auto;
	padding:0;
	width:760px;
	}

div.clearem {
	clear:both;
	}
	
/*- HEADER--*/

div#header {
	width:760px;
	height:129px;
	margin:24px 0px 0px 0px;
	padding:0;
	background-image:url(../images/interface/header-background.gif);
	background-repeat:no-repeat;
	position:relative;
	}
	
div#logo {
	position:absolute;
	background-image:url(../images/interface/tamis-marine-logo.gif);
	background-repeat:no-repeat;
	width:348px;
	height:107px;
	top:19px;
	left:20px;
	}

div#logo a:link, div#logo a:visited, div#logo a:hover {
	text-decoration:none;
	display: block;
	width:346px;
	height:105px;
	}

div#phone {
	position:absolute;
	top: 21px;
	left: 517px;
	text-align:right;
	font-size:16px;;
	font-weight:bold;
	}

div#fortyyears {
	position:absolute;
	top:3px;
	left:638px;
	width:119px;
	height:120px;
	background-image:url(../images/interface/40-years-experience.gif);
	background-repeat:no-repeat;
	}
	
/*- MENU--*/
div#menu {
	position:absolute;
	top:88px;
	left:548px;
	width:150px;
	color:#6A0D36;
	}
	
div#menu ul {
	padding-left:9px;
	border:0;
	}

div#menu li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:0px;
	float:left;
	background-image:none;
	}
	
div#menu li a:link, div#menu li a:visited {
	margin:0;
	text-decoration:none;
	color:#6A0D36;
	padding:8px 10px 8px 10px;
	display:block;
	font-size:14px;
	font-weight:bold;
	}
	
div#menu li a:hover {
	background-color:#6A0D36;
	color:#FFF;
	}

/*- CONTENT--*/
	
div#content {
	width:728px;
	margin:0;
	padding:20px 16px 0px 16px;
	background-color:#FFF;
	background-image:url(../images/interface/main-content-background.gif);
	background-repeat:repeat-y;
	}
	
div#sideone{
	float:left;
	width:243px;
	margin:0px 12px 0px 10px;
	padding:0px;
	font-size:15px;
	line-height:25px;
	font-weight:bold;
	}
	
div#sideone h1 {
	font-size: 15px;
	line-height: 23px;
	font-weight:bold;
	margin-bottom:12px;
	}
	
div#sideone ul{
	padding-left:12px;
	margin: 6px 0px 6px 24px;
	}
	
div#sideone ul li {
	list-style:disc;
	padding-left:3px;
	}
	
div#flashgallery {
	float:left;
	margin-top:16px;
	}

div#main {
	padding: 0px 32px 12px 32px;
	line-height:18px;
	}

div#main h1 {
	font-size: 15px;
	line-height: 23px;
	font-weight:bold;
	margin-bottom:12px;
	}
	
div#main h2 {
	font-size: 14px;
	line-height: 23px;
	font-weight:bold;
	margin: 24px 0px 4px 0px;
	}
	
/*- FOOTER--*/

div#footer {
	width:760px;
	margin:0;
	padding:34px 0px 0px 0px;
	color:#FFFFFF;
	background-image:url(../images/interface/bottom-background.gif);
	background-repeat:no-repeat;
	text-align:center;
	line-height:21px;
	font-size:13px;
	}
	
div#footer a:link, div#footer a:visited {
	color: #6c96ce;
	text-decoration: none;
	padding: 0px 3px; 
	font-weight:bold;
}

div#footer a:hover {
color: #cadff9;
text-decoration: underline;
}