/* CSS Document */



body			{margin:0px; padding:0px;  background: url(images/bg-page.gif) repeat-x; text-align:left; }

body, div, input {font-size:12px; font-family: Helvetica, Tahoma, Arial, sans-serif;}

form 			{margin:0px; padding:0px;}

#page			{width:760px;}

#header			{width:760px; height:83px;}

#header_image	{width:760px; margin-top:10px;}

#top_menu		{float:left; width:653px; margin-top:10px;}

#menu			{float:left; width:653px;}

#logo_part_1	{float:right;width:107px;}

#logo_part_2	{float:right;width:107px;}

#center			{width:760px; text-align:left;}

#content		{float:left; width:485px; margin-left:10px; margin-top:10px;}

#content-left	{float:left; width:495px; margin-left:10px; margin-top:10px;}

#content-right	{float:right; width:500px; margin-left:10px; margin-top:10px;}

#side_box		{float:right; width:225px; padding:10px; border:1px solid #e0e0e3; background:url(images/bg-menu.gif) repeat-x; margin-left:10px; margin-top:10px;}

#side_box-right	{float:left; width:213px; padding:10px; border:1px solid #e0e0e3; background:url(images/bg-menu.gif) repeat-x; margin-top:10px;}

input 			{border:1px solid $d2d2d2;}

#footer			{width:760px;margin-top:10px; }

#footer_menu	{float:left; width:505px; text-align:right; top:-20px;}

.footer_holder	{float:left; width:505px;}

#copyright		{float:left; width:505px; height:41px; padding-top:5px; margin-top:5px; text-align:right; font-size:10px; color:#595959; background: url(images/bg-footer.jpg) no-repeat;}

#designedby		{width:110px; float:left;margin-left:10px;}

#footer_menu a			{margin-left:10px; color:#2c65a1; text-decoration:none}

#footer_menu a:hover	{color:#000000; text-decoration: underline}



.title			{float:left; width:365px; height:30px;}

.buttonbox		{float:right; width:100px; text-align:right; height:30px;}

.details		{background-color:#f3f3f3; border:1px solid #dddde2; border-left:0px ; border-right:0px;}

.fullwidth		{width:760px; margin-top:10px; text-align:center; float:right;}



#sponsor		{width:760px; text-align:center; margin-top:10px; float:left}

a		{color:#2c65a1; text-decoration: underline;}

a:hover	{color:#000000; text-decoration: none;}






.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
