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

/* Eric Myer's css reset */
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, img, 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;
	color:#CCCCCC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}
/* 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: "" "";
}
/* end css reset */


/* clear fix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}


* html .clearfix {
    height: 1%;
}
/* end clear fix*/

.float_right {float: right;}
.float_left {float: left;}
.text_center {text-align:center;}

body {margin: 0 auto; width:900px;}

#container {text-align:left; background-color:#fff; margin-top:10px;}

#left_bar {
width: 310px;
float:left;
}

#mainContent {
width: 406px;
float: right;
}

#imgHolder {
width:410px;
}

#nav_arrows_left {
float:left;
}
#nav_arrows_right {
float:right;
}


#left_bar #title {
margin:0;padding:0;
text-align:left;
height: 80px;
}

#left_bar #title h1 {
font: normal 8px Helvetica, Arial, sans-serif;
text-decoration:none;
color: #939598;
padding-left:2px;
}

#nav_body {
text-align:left;
height:310px;
}

#nav_body li a:link, #nav_body li a:visited{
font: normal 11px Helvetica, Arial, sans-serif;
text-decoration:none;
color: #ccc;
}

#nav_body li a:hover, #nav_body li a:active{
font: normal 11px Helvetica, Arial, sans-serif;
text-decoration:none;
color: #939598;
}

#imgHolder_1 img {
margin: 0 5px 5px 0;
}

#imgHolder_2 img {
margin: 0 5px 5px 0;
}

#imgHolder_3 img {
margin: 0 5px 5px 0;
}

#imgHolder_4 img {
margin: 0 5px 5px 0;
}

#nav_arrows {
width:366px;
margin-left: 8px;
}

#copyright {
font: normal 9px Helvetica, Arial, sans-serif;
text-decoration:none;
color: #ccc;
padding-top: 5px;
}


/*start external */

/* outmost wrapper element */
#scrollable {
}

/* container for the scrollable items */
div.items {	
	height: 370px;
	margin-left:8px;
	margin-bottom:5px;	
	float:left;
	width:405px;
}


/* single item */
div.items li {
	display:block;
	float:left;
	margin-right:8px;
	width:180px;
	height:180px;
	text-align:center;
	cursor:pointer;
}

div.items .text {

color:#CCCCCC;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin-top:27px;
text-align:left;

}



/* next / prev buttons */
a.prev, a.next {
	
}

a.prev {
	background:url(../images/nv_arrow_left.gif);		
}

a.prev:hover {
	background:url(../images/nv_arrow_left.gif);		
}

a.next {
	background:url(../images/nv_arrow_right.gif);		
}

a.next:hover {
	background:url(../images/nv_arrow_right.gif);		
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/dots.gif) no-repeat 0 0;     
	cursor:pointer;
	line-height:0px;
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.inactive {
	background-position:0 -8px;      
}


div.navi span.active {
	background-position:0 -16px;     
} 	


/* item pages width set */

.items .page {
width: 400px;
}	

.items .text {
margin-top: 27px;
}	

.items li img {
float:left;
margin: 0 5px 5px 0;
}

.items .text {font-family: Arial, Helvetica, sans-serif; font-size:11px; text-align:left;color:#ccc; margin-top:10px;}
.items .text a {font-family: Arial, Helvetica, sans-serif; font-size:11px; text-align:left; color:#939598;}
.items .text {width:auto;}
.items .contact_page h2 {font-size:12px;}