


/**************************************************** menu container
****************************************************/

#menu
{
	background-image:url(/img/front1/bgnd_menu.png);
}

* html #menu
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/front1/bgnd_menu.png");
}


/**************************************************** default
****************************************************/

*::-moz-selection /* FF highlight text */
{
	background: #f28e00; /*orange bg*/
	color: #ffffff;
}

/*.logolink {background-image: url(/img/front1/logo.gif);} added inline*/

a, a.linkclose, a.highslide-move, a.linkarrowright, a.linkarrowleft, a.linkcomm, span.linkcomm, a.linkrelated,
.sectitle a:hover, a.linkall, a.linksort, .fieldmedium
{
	color: #6890ba; /*blue*/
}

h3, a:hover, .colortitle, .skincolor, a.linkarrowright:hover, a.linkarrowleft:hover, a.linkcomm:hover, a.linkrelated:hover,
.sectitle, .sectitle a, a.linkall:hover, a.linksort:hover, a.linkclose:hover, a.highslide-move:hover
{
	color: #ea5a00; /*orange text*/
}

.linksortact {color: #acacac;}

a.linkarrowright {background-image: url(/img/front1/arrow_1r.gif);}
a.linkarrowleft {background-image: url(/img/front1/arrow_1l.gif);}
a.linkcomm, span.linkcomm {background-image: url(/img/icon_comm.gif);}
a.linkrelated {background-image: url(/img/front1/arrow_1st.gif);}


/* form elements */

table.btn td.btnl {background-image: url(/img/front1/btnl.gif);}
table.btn td.btnm {background-image: url(/img/front1/btnm.gif);}
table.btn td.btnr {background-image: url(/img/front1/btnr.gif);}
table.btnact td.btnl {background-image: url(/img/front1/btnactl.gif);}
table.btnact td.btnm {background-image: url(/img/front1/btnactm.gif);}
table.btnact td.btnr {background-image: url(/img/front1/btnactr.gif);}

a.btnsmall,a.btnsmall2
{
	background-image: url(/img/front1/btn_small.gif);
	color: #ffffff;
}
a.btnsmall:hover, a.btnsmall2:hover {background-image: url(/img/front1/btn_small_over.gif); color:#ffffff;}

a.btnxsmall
{
	background-image: url(/img/front1/btn_xsmall.gif);
	color: #ffffff;
}
a.btnxsmall_inact
{
	background-image: url(/img/front1/btn_xsmall_inact.gif);
	color: #ea5a00;
}
.btnxsmall_dis
{
	background-image: url(/img/front1/btn_xsmall_dis.gif);
	color: #acacac;
}
a.btnxsmall:hover, a.btnxsmall_inact:hover {background-image: url(/img/front1/btn_xsmall_over.gif); color:#ffffff;}

a.btnxxsmall
{
	background-image: url(/img/front1/btn_xxsmall.gif);
	color: #ffffff;
}
a.btnxxsmall_inact
{
	background-image: url(/img/front1/btn_xxsmall_inact.gif);
	color: #ea5a00;
}
.btnxxsmall_dis
{
	background-image: url(/img/front1/btn_xxsmall_dis.gif);
	color: #acacac;
}
a.btnxxsmall:hover, a.btnxxsmall_inact:hover {background-image: url(/img/front1/btn_xxsmall_over.gif); color:#ffffff;}



/**************************************************** menu dropdown
****************************************************/

#nav a.parent, #nav a.parent:active, #nav a.parent:visited
{
	color:#ffffff;
}

#nav a.parent:hover {background-image:url("/img/front1/bgnd_menu_hover.png");}
* html #nav a.parent:hover {background-image: url("/img/front1/bgnd_menu_hover.gif");}

#nav a.menact {background-image:url("/img/front1/bgnd_menact.png");}
* html #nav a.menact {background-image: url("/img/front1/bgnd_menact.gif");}

#nav li ul a
{
	background-image:url("/img/front1/arrow_1r.gif");
	color:#000000;
}

#nav li ul a.subblue {background-image:url("/img/front1/arrow_2nd.gif");}
#nav li ul a.submore {background-image:url("/img/front1/arrow_1st_more.gif");}

#nav li ul a:hover
{
	background-color:#f28e00;
	color:#ffffff;
	background-image: url("/img/arrow_white.gif");
}



/**************************************************** pager
****************************************************/

a.page, .forumpager a, .forumpagers a
{
color:#6890ba;
border:1px solid #6890ba;
}

a.page:hover, .forumpager a:hover, .forumpagers a:hover
{
color:#ffffff;
background-color:#f28e00;
border:1px solid #ea5a00;
}

.pageactive, .forumpager strong
{
color:#ffffff;
background-color:#6890ba;
border:1px solid #6890ba;
}

a.pageprev, a.pagenext
{
color:#6890ba;
}

a.pageprev:hover, a.pagenext:hover
{
color:#ea5a00;
}

.pageprevinact, .pagenextinact
{
color:#acacac;
}


/**************************************************** rating
****************************************************/

div.ratingfull, div.ratinghalf, div.ratingnone
{
	width:12px;
	height:11px;
	background-image: url("/img/front1/rating_full.gif");
	overflow:hidden;
}
div.ratingfull {background-image: url("/img/front1/rating_full.gif");	overflow:hidden;}
div.ratinghalf {background-image: url("/img/front1/rating_half.gif");	overflow:hidden;}
div.ratingnone {background-image: url("/img/front1/rating_none.gif");	overflow:hidden;}



/**************************************************** jCarousel
****************************************************/

.jcarousel-control a
{
	color:#6890ba;
	border:1px solid #6890ba;
}

.jcarousel-control a.caract
{
	color:#ffffff;
	background-color:#6890ba;
	border:1px solid #6890ba;
}

.jcarousel-control a:hover
{
	color:#ffffff;
	background-color:#f28e00;
	border:1px solid #ea5a00;
}



/**************************************************** boxes
****************************************************/

.box2 {background-color:#6890ba;color:#d9e3ee;}

.box2 a {color:#ffffff;}
.box2 a:hover {color:#FFCC00;}


