@charset "utf-8";
/* CSS Document */
HTML 		{overflow-y:scroll;}
BODY		{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	margin:5px;
	color:#60596C;
}
A			{text-decoration:none;color:#60596C; cursor:pointer; outline:none;}
H1			{font-size:25px; color:#a680b4; font-family:"Times New Roman", Times, serif; font-weight:normal;}
H2			{margin:0px; padding:0px; font-size:14px; color:#a680b4; font-weight:normal; font-family:"Times New Roman", Times, serif;}
H3			{color:#f6aa18; margin:0px; padding-bottom:3px;font-size:13px; font-family:"Times New Roman", Times, serif;}
TD			{border-collapse:collapse;}
A:hover		{text-decoration:none;}
:focus 		{ -moz-outline-style:none;}

#wrapper1 	{position:relative; text-align:left; width:1000px; margin: 0 auto; background-color:#f8f6f3; background-image:url(../images/top-bg.jpg); background-position:top; background-repeat:no-repeat;}
#wrapper2 	{position:relative; text-align:left; width:1000px;}
#maincol 	{position:relative;	margin:0;	padding:81px 0px 0px 0px; min-height:600px;background-image:url(../images/bottom-bg.jpg); background-position:bottom; background-repeat:no-repeat;}
#leftcol 	{position:relative;	top:0px; left:0px; float:left; width:201px;	margin:0; z-index:100; padding:20px 20px 0px 52px; padding-left:55px;}
#centercol 	{position:relative;	padding:0px 0px 0px 273px;}
#leftmenu	{width:190px; margin:25px 0px;}
#leftmenu A	{
	color:#8C8E93;
	font-size:17px;
	font-weight:normal;
	border-bottom:1px solid #bdbec1;
	padding:5px 0px 5px 5px;
	display:block;
	width:100%;
	font-family:"Times New Roman", Times, serif;
}

#leftcol H1	{border-bottom:1px solid white; padding:0; margin:0; font-size:34px; width:195px; color:white; white-space:nowrap;}
#leftcol H2	{color:white; font-size:15px;}
#footer 	{position:relative; padding-top:3px; top:1px; width:100%; clear:both; margin:0; background-color:white; text-align:right; font-size:10px; color:#aaaaaa;}
#footer A	{color:#aaaaaa;}

.contactform	INPUT	{width:180px;}
.contactform	SELECT	{width:185px;}


#image_wrap {
	/* dimensions */
	width:715px;
	margin:15px 0 15px 0px;
	padding:15px 0;
 
	/* centered */
	text-align:center;
 
	/* some "skinning" */
	background-color:#efefef;
	border:2px solid #fff;
	outline:1px solid #ddd;
	-moz-ouline-radius:4px;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 718px;
	height:120px;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(/img/global/gradient/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 9px 20px 25px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:1px solid #666;
	z-index:9999;
	position:relative;
}



