* {
	padding:0;
	margin: 0;
	border: 0;
}
body {
	background-color: #ffffff;
	color: #555555;
	font-size: 62.5%;
	font-family: Verdana, Arial, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	color: #666666;
}
a:active, a:hover {
	text-decoration: underline;
	color: #666666;
}
img {
	display: block;
}
div.clear {
	float: none;
	clear: both;
}


div#page {
	width: 976px;
	margin: 20px auto;
}



/* ---------------------------------------------- HEAD */
div#page div#header {
	height: 37px;
	background-image: url(/assets/dash.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 968px;
	margin: 0px auto;
}
div#page div#header h1 {
	float: left;
	display: inline;
}
div#page div#header p {
	text-transform: uppercase;
	font-size: 9px;
	float: left;
	display: inline;
	line-height: 9px;
	margin: 16px 0px 0px 19px;
	color: #333333;
}
div#page div#header ul {
	float: right;
	display: inline;
}
div#page div#header ul li {
	display: inline;
	float: left;
	font-size: 10px;
	margin: 15px 0px 0px 9px;
	padding: 0px 9px 0px 0px;
	border-right: 1px solid #666666;
	height: 10px;
}
div#page div#header ul li.end {
	border: 0;
	padding: 0;
}
/* ---------------------------------------------/ HEAD */



/* ---------------------------------------------- NAV LEVEL 1 */
ul#navigation {
	width: 968px;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	background-image: url(/assets/dash.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	clear:both;
	display:block;
	float:none;
	height:30px;
	margin:0px auto;
	padding:0px;
	position:relative;
	
}
ul#navigation li {
	text-transform: uppercase;
	font-size: 10px;
	float: left;
	display: inline;
	color: #666666;
	width: 242px;
	overflow: visible;
}
ul#navigation li a {
	padding: 8px 0px 7px 10px;
	margin: 1px 0px;
	display: block;	
}
ul#navigation li.current a:link, ul#navigation li.current a:visited {
	background-color: #d9d9d9;
	text-decoration: none;
}

ul#navigation li a:link, ul#navigation li a:visited {
	background-color: transparent;
	text-decoration: none;
}
ul#navigation li a:active, ul#navigation li a:hover {
	background-color: #d9d9d9;
	text-decoration: none;	
}
/* ---------------------------------------------/ NAV LEVEL 1 */



/* ---------------------------------------------- NAV LEVEL 2 */
ul#navigation li ul {
	width:968px !important;
	height:29px;
	top:31px;
	left:0px;	
	background-image: url(/assets/dash.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f2f2f2;
	margin: 0px;
	display: block;
	float: none;
	clear:both;
	position:absolute;
	right:0px;
	z-index: 10;
}
ul#navigation li ul li {
	float: left;
	display: inline;
	width: auto;
}
ul#navigation li ul li a {
	padding: 8px 10px 7px 10px;
	margin: 0px 0px 1px 0px;
	background-color: transparent;	
}
ul#navigation li.current ul li a:link, ul#navigation li.current ul li a:visited {
	background-color: transparent;
	text-decoration: none;
}
ul#navigation li.current ul li a:hover, ul#navigation li.current ul li a:active {
	background-color: #d9d9d9;
	text-decoration: none;
}
ul#navigation li ul li.current a:link, ul#navigation li ul li.current a:visited {
	background-color: #d9d9d9;
	text-decoration: none;
}
/* ---------------------------------------------/ NAV LEVEL 2 */


/* ---------------------------------------------- NAV LEVEL 3 */
ul#navigation li ul li ul {
	width:968px !important;
	height:29px;	
	background-image: url(/assets/dash.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	margin: 0px;
	display: block;
	left:0px;
	position:absolute;
	top:30px;
	width:100%;	
}
ul#navigation li ul li ul li {
	float: left;
	display: inline;
	width: auto;
}
ul#navigation li ul li ul li a {
	padding: 8px 10px 7px 10px;
	margin: 0px 0px 1px 0px;
	background-color: transparent;	
}
ul#navigation li.current ul li.current ul li a:link, ul#navigation li.current ul li ul li a:visited {
	background-color: transparent;
	text-decoration: none;
}
ul#navigation li.current  ul li ul li a:hover, ul#navigation li.current ul li ul li a:active {
	background-color: #cdcdcd;
	text-decoration: none;
}
ul#navigation li ul li ul li.current a:link, ul#navigation li ul li ul li.current a:visited {
	background-color: #cdcdcd;
	text-decoration: none;
}
ul#navigation li ul.hidden {
	display: none;
}
ul#navigation h2 {
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
	font-weight: normal;

}

/* ---------------------------------------------/ NAV LEVEL 3 */



/* ---------------------------------------------- CONTENT */

div#content {
	width: 100%;
	display:block;
	padding: 0px;
}
div#content div.line {
	margin: 0px auto;
	float: none;
	clear: both;
	position: relative;
	width: 968px;
	padding: 10px 0px 0px 0px;
}
div#content div.line-full {
	margin: 0;
	padding: 0px;	
	float: none;
	clear: both;
	position: relative;
	width: 100%;
	height: auto;
}
div.caption {
	position: absolute;
	left:1px;
	bottom: 1px;
	height: 30px;
	background-image: url(../assets/bg-tr-white.png);
	background-repeat: repeat;
	color: #333333;
	width: 235px;
}
div.caption p {
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
}
div.caption p a:link, div.caption p a:visited, div.caption p a:hover, div.caption p a:active {
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 10px;
}
div.box {
	position: relative;
	width: 244px;
	height:236px;
	padding: 10px 0px 0px 0px;
	float: left;
	display: inline;
}
div.box img {
	margin: 0px 0px 0px 4px;
	display: block;
}
div.box div.caption {
	left:5px;
	width: 234px;
}
div.home {
	height: 150px;
}

div#content div.half {
	width: 494px;
	float: left;
	display: inline;
}
div#content div.image {
	width: 474px;
	padding: 0px 0px 10px 0px;	
}
div#content div.image div.caption {
	background-image: url(/assets/dash.gif);
	background-position: top;
	background-repeat: repeat-x;
	position: relative;
	display: block;
	width: 474px;
	margin: 9px 0px 0px 0px; 
	height: 50px;
}

div#content div.image div.caption a {
	line-height: 20px;
}

div.thumnails img {
	float: left;
	display: inline;
	margin: 0px 4px 8px 0px;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 10px 10px 0px;
}
h4 {
	font-size: 10px;
	font-weight: bold;
}
p {
	padding: 0px 10px 10px 0px;
}
/* ---------------------------------------------/ CONTENT */


/* ---------------------------------------------- FOOTER */

div#footer {
	width: 968px;
	background-image: url(/assets/dash.gif);
	background-position: top;
	background-repeat: repeat-x;
	display: block;
	margin: 10px auto;
	height: 30px;
}
div#footer ul {
	float: right;
	display: inline;
	list-style-type: none;
	list-style-position: outside;
}
div#footer ul li {
	display: inline;
	float: left;
	font-size: 9px;
	margin: 10px 0px 0px 9px;
	padding: 0px 9px 0px 0px;
	border-right: 1px solid #aaaaaa;
	height: 9px;
	line-height: 9px;
	text-transform: uppercase;
	color: #aaaaaa;
}
div#footer ul li.end {
	border: 0;
}
div#footer ul a {
	color: #aaaaaa;
}
/* ---------------------------------------------/ FOOTER */





