@import 'reset.css';

body {
	background: #F2F2F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.active a {
	text-decoration: underline;
}

#wrapper {
	margin: 5% auto 0;
	width: 950px;
}

#header {
	height: 110px;
}

#header div {
	float: left;
}

#header #top_links {
	float: right;
	margin-right: 5px;
}

#top_links li {
	float: left;
	margin: 85px 0 0 20px;
}

#blurb {
	margin-left: 20px;
	margin-top: 80px;
}

#main {
	clear: both;
}

#navigation {
	background: #14B2E6;
	float: left;
	height: auto;
	margin-top: 5px;
	padding: 12px;
	width: 176px;
}

#navigation li a {
	background: url(../img/nav-bg.jpg) repeat-x top left;
	color: #ffffff;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 11px;
	width: 169px;
}

#navigation li a:hover {
	background: url(../img/nav-bg2.jpg) repeat-x top left;
	text-decoration: none;
}

#navigation li li a {
	background: none;
	display: inline;
	height: auto;
	line-height: 18px;
	padding-left: 11px;
	width: auto;
}


#navigation li li a:hover {
	background: none;
	display: inline;
	height: auto;
	line-height: 18px;
	padding-left: 11px;
	width: auto;
	text-decoration: underline;
}



#navigation li li li a {
	display: inline;
	text-align: left;
	list-style:  none;
	line-height: 18px;
	padding-left: 12px;
	margin: 0 0 0 10px;
	font-weight: normal;
	text-decoration: none;
	width: 150px;
	background-image: url(../img/dot.png);
	background-repeat:no-repeat;
}


#navigation li li li a:hover {
	display: inline;
	text-align: left;
	list-style:  none;
	line-height: 18px;
	padding-left: 12px;
	margin: 0 0 0 10px;
	font-weight: normal;
	text-decoration: underline;
	width: 150px;
	background-image: url(../img/dot.png);
	background-repeat:no-repeat;
}


#content_container {
	background: #ffffff;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
	min-height: 376px;
	padding: 12px;
	padding-bottom: 24px;
	position: relative;
	width: 701px;
}

#welcome_message {
	border-bottom: 1px solid #f2f2f2;
	color: #8d8d8d;
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#content {
	float: left;
	width: 410px;
}

#content h1, #products h1 {
	color: #14B2E6;
	font-weight: bold;
	margin-bottom: 15px;
}

#content h1 a, #products h1 a{
	color: #14B2E6;
	font-weight: bold;
	margin-bottom: 15px;
	text-decoration:none;
}

#content h1 a:hover, #products h1 a:hover{
	color: #14B2E6;
	font-weight: bold;
	margin-bottom: 15px;
	text-decoration:underline;
}

#content p {
	line-height: 1.75em;
	margin-bottom: 25px;
}

#content p.highlight {
	font-weight: bold;
}

#content strong {
	font-weight: bold;
}

#content a {
	color:#14B2E6;
	text-decoration: none;
}

#content a:hover {
	color:#14B2E6;
	text-decoration: underline;
}

#content ul {
	margin-left: 2em;
}

#content li {
	margin-left: 2em;
	line-height: 1.75em;
	list-style-type: disc;
}

#content li li {
	list-style-type: circle;
}

#images {
	float: right;
	margin-top: 25px;
	width: 270px;
}

#images li {
	float: left;
	margin: 5px;
}

#images img {
	border: 10px solid #F2F2F2;
}

#images li div {
	border: 10px solid #F2F2F2;
}


#map {
	border: 1px solid #8d8d8d;
	height: 300px;
	position: absolute;
	top: 70px;
	right: 20px;
	width: 380px;
}

#products li {
	display: block;
	float: left;
	height: 140px;
	margin: 5px 10px 5px 10px;
	width: 120px;
}

#products h2 {
	color: #8d8d8d;
	display: block;
	font-weight: bold;
	line-height: 32px;
	text-align: left;
	width: 120px;
}

#products h3 {
	color: #8d8d8d;
	display: block;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	width: 120px;
}

#products h2 a{
	color:#8d8d8d;
	text-decoration: none;
}
#products h2 a:hover{
	color:#14B2E6;
	text-decoration: underline;
}

#products h3 a{
	color:#8d8d8d;
	text-decoration: none;
}
#products h3 a:hover{
	color:#14B2E6;
	text-decoration: underline;
}

#products li {
}

#products li img {
	margin-top: 32px;
	border: 10px solid #F2F2F2;
}

#products li .no-topmargin {
	margin-top: 0px;
	border: 10px solid #F2F2F2;
}
#products li .no-border {
	border: 10px solid #FFFFFF;

}

#products li div {
	border: 10px solid #F2F2F2;
}

#products li div.topmargin {
	margin-top: 32px;
}

#footer {
	clear: both;
	color: #333333;
	font-size: 11px;
	line-height: 1.5em;
	margin-left: 225px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}


hr {
	padding: 0;
	width: 90%;
	height: 1px;
	margin: 5px 0 5px 10px;
	background:#FFF;
	border: 0;

	}
