* { margin: 0; padding: 0; }

body {
	background: #eeeeee;
	font: 14px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	color: #233777;
	line-height: 140%;
	}

#page {
	margin:20px auto;
	background: url(img/page.jpg) repeat-y center 0;
	width: 796px;
	}

#header {
	height:111px;
	background: #eeeeee url(img/top.jpg) no-repeat 0 0;
	}
#header .logo {
	display: block;
	width:120px;
	height:46px;
	padding: 15px 0 0 20px;
	background: url(img/SD_logo.jpg) no-repeat 0 0;
	cursor: auto;
	}
#header #vio a {
	float: right;
	display: block;
	height: 105px;
	width: 105px;
	margin: 15px 0 0 0;
	background: url(img/violator.jpg) no-repeat center 0;
	}
#header #vio a:hover {
	background-position: center bottom;
	}
#header .logo h1, #header #vio a span { display: none; }

#wrap {
	width: 750px;
	margin: 0 auto;
	}

#nav {
	float: left;
	width:150px;
}
#nav ul.nav {
	margin: 5px 15px 20px 0;
	list-style:none;
}
#nav ul li#home a:link,
#nav ul li#home a:visited,
#nav ul li#mailmark a:link,
#nav ul li#mailmark a:visited,
#nav ul li#markana a:link, #nav ul li#markana a:visited,
#nav ul li#life a:link, #nav ul li#life a:visited,
#nav ul li#artic a:link, #nav ul li#artic a:visited,
#nav ul li#client a:link, #nav ul li#client a:visited,
#nav ul li#test a:link, #nav ul li#test a:visited,
#nav ul li#cont a:link, #nav ul li#cont a:visited {
	display: block;
	height: 38px;
	width: 145px;
	}

#nav ul li#serv a:link, #nav ul li#serv a:visited {
	display: block;
	height: 55px;
	width: 145px;
}
#nav ul li#home a:link, #nav ul li#home a:visited {
	background: url(img/btn/btn_home.jpg) no-repeat 0 0;
	}
#nav ul li#markana a:link, #nav ul li#markana a:visited {
	background: url(img/btn/btn_mark_anal.jpg) no-repeat 0 0;
	}
#nav ul li#life a:link, #nav ul li#life a:visited {
	background: url(img/btn/btn_lifetime.jpg) no-repeat 0 0;
	}
#nav ul li#artic a:link, #nav ul li#artic a:visited {
	background: url(img/btn/btn_article.jpg) no-repeat 0 0;
	}
#nav ul li#client a:link, #nav ul li#client a:visited {
	background: url(img/btn/btn_clients.jpg) no-repeat 0 0;
	}
#nav ul li#test a:link, #nav ul li#test a:visited {
	background: url(img/btn/btn_test.jpg) no-repeat 0 0;
	}
#nav ul li#cont a:link, #nav ul li#cont a:visited {
	background: url(img/btn/btn_contact.jpg) no-repeat 0 0;
	}
#nav ul li#mailmark a:link, #nav ul li#mailmark a:visited {
	background: url(img/btn/btn_mail.jpg) no-repeat 0 0;
	}
#nav ul li#serv a:link, #nav ul li#serv a:visited {
	background: url(img/btn/btn_services.jpg) no-repeat 0 0;
	}

#nav ul li a span {display: none;}

#nav ul li#home a:hover, #nav ul li#home a:active,
#nav ul li#markana a:hover, #nav ul li#markana a:active,
#nav ul li#life a:hover, #nav ul li#life a:active,
#nav ul li#artic a:hover, #nav ul li#artic a:active,
#nav ul li#client a:hover, #nav ul li#client a:active,
#nav ul li#test a:hover, #nav ul li#test a:active,
#nav ul li#cont a:hover, #nav ul li#cont a:active,
#nav ul li#mailmark a:hover, #nav ul li#mailmark a:active,
#nav ul li#serv a:hover, #nav ul li#serv a:active {
	background-position: 0 bottom;
	}

#content {
	min-height:500px;
	margin: 0 20px 0 175px;
	}
#content h1 {
	font-weight: bold;
	font-size: 28px;
	color:#233777;
	line-height: 130%;
	}
#content h2 {
	font-weight: bold;
	font-size: 20px;
	color:#233777;
	line-height: 130%;
	}
#content h3 {
	font-weight: bold;
	font-size: 16px;
	color:#000;
	line-height: 120%;
	}
#content p {
	color:#000;
	padding: 10px 0;
	}
#content .err {
	color:#ff0000;
	font-weight: bold;
	padding: 0 0 5px 0;
	}
form {
	width: 200px;
	padding: 5px 0;
	margin: 10px 0;
	}
fieldset {
	padding: 2px 0;
	border: none;
	}
#content ol {
	text-indent: 5px;
	color:#000;
	margin: 0 0 0 30px;
	}
#content ol li {
	padding-top: 10px;
	}
#content p.lrg {
	font-size: 18px;
	color:#000;
	}
#content div.test {
	text-align: right;
	font-style: italic;
	font-weight: bold;
	color:#000;
	padding: 10px;
	margin: 10px 0;
	background: #f9f9f9;
	border: 1px #ababab solid;
	border-left: 8px #233777 solid;
	}
#content .test p {
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color:#000;
	padding: 10px 0 0 0;
	}
#content .break {
	padding: 5px 0;
	margin: 0;
	border-top: 1px #233777 dotted;
	}
#content ul {
	margin: 10px 0 10px 20px;
	list-style: none;
	}
#content ul.check {
	margin: 10px 0 10px 20px;
	list-style: none;
	}
#content ul.check li {
	padding: 4px 4px 4px 20px;
	text-align:left;
	list-style-type:none;
	background: url(img/check.gif) no-repeat 0 4px;
}
#content ul.bare {
	margin: 5px 0 20px 20px;
	list-style: square;
	}
#content ul.bare li {
	padding: 4px 0;
	text-align:left;
	color: #000;
	font-weight: bold;
	list-style: square;
}
#content blockquote ul.norm  {
	padding: 4px;
	text-align:left;
	list-style-type: normal;
	}
#content a:link, #content a:visited { color:#233777; text-decoration: none; outline: none;  }
#content a:hover, #content a:active { color:#fff; text-decoration: none; background-color: #7d93da;}
.blu { color: #233777; font-weight: bold; }

#footer {
	text-align: center;
	color: #fff;
	font-size: 10px;
	height: 133px;
	background: url(img/foot.jpg) no-repeat center bottom;
	}
#footer a:link, #foot a:visited { color:#fff; }
#footer a:hover, #foot a:active { color:#7d93da; }
#footer p {
	font-size: 9px;
	text-align: center;
	color:#ccc;
	}
#footer h1 {
	font-weight: bolder;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	color:#fff;
	padding: 18px 0 7px 0;
	}
#footer ul {
	list-style: none;
	}
#footer ul li {
	display:inline;
	color:#fff;
	text-transform:lowercase;
	font-size:10px;
	}
#footer ul li.inline {
	display: inline;
	padding-left: 3px;
	padding-right: 7px;
	border-right: 1px #aea9a3 dotted;
	}
#footer ul li.last {
	display: inline;
	padding: 0 3px;
	border-right: 0px;
	}
#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#7d93da; }
#footer p a:link, #footer p a:visited { color:#fff; font-size: 9px;}
#footer p a:hover, #footer p a:active { color:#7d93da; }

* html #footer ul li.inline {
	display: inline;
	padding-left: 7px;
	padding-right: 5px;
	border-right: 1px #aea9a3 dotted;
	}
* html #footer ul li.last {
	display: inline;
	padding: 0 7px;
	border-right: 0px;
	}

.small, .sm { font-size: 10px; }
/* ======== Cluetip popups ======= */
.cluetip-default {
  background: 							#fff;}
.cluetip-default #cluetip-outer {
  position: 							relative;
  margin: 								0;
  background: 							#fff;}
.cluetip-default h3#cluetip-title {
  margin:								0;
  padding: 								8px 10px 4px 10px;
  font-size: 							14px;
  font-weight:							bold;
  background: 							#7d93da;
  color: 								#fff;}
.cluetip-default #cluetip-inner {
  padding: 								15px;
  border: 								1px #7d93da solid;
  font-size: 							12px;
  text-align: 							left;
  line-height: 							140%;}
