﻿html
{
    /*background:#81B9D4 url(../images/gloss/skybg2.jpg) top repeat-x;*/
    background-attachment:fixed;
	margin: 0px auto;
	padding: 0px;
}
body
{
	margin:0px auto;
	padding: 0px;
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	behavior:url(./css/csshover.htc);   
}

#botback
{
    background:url('../images/gloss/bottom-bg.png') repeat-x 50% bottom;
    height:100%;
    width:100%;
    position:fixed;
    bottom:0px;
    left:0px;
    
    /*Disable in <=IE6*/
    display:block !important;
    display:none;
}
#background_inside
{
   height:auto;
   width:778px;
   position:absolute;
    top: 1px;
   /* left: 206px; */
}
#bg_image
{
   border-width:0px 2px 0px 2px;
	border-color:#F98A18;
	border-style:solid;
	background-color:#FFFFFF;
   height:390px;
   width:774px;
   position:relative;  
}
h1
{
	font-weight:bold;
	font-size:1.6em;
	color:#0065B4;
	margin-bottom:2px;
	margin-top:0px;
}
h2
{
	font-weight:bold;
	font-size:1.1em;
	color:#F98A18;
	margin-bottom:2px;
	margin-top:2px;
}
h3,h4
{
	font-weight:bold;
	font-size:1.0em;
	margin-bottom: 2px;
	margin-top:2px;
}
h3
{
    color:#0065B4;
}
h4
{
    color:#F98A18;
}
a
{
	color:#336699;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color:#F98A18;
}
img
{ 
	vertical-align:middle;
	border:none;
}
p
{
	clear:both;
	font-size:0.9em;
	text-align:justify;
}
#all 
{
	margin: 0px auto;
	width:760px;
}
#maincontentholder 
{
	position:absolute;  
	top:111px;
	width:760px;
	margin-top:3em;
    left: 0px;
}
#footerholder 
{
	position:absolute;
	top:100%;
	clear:both;
	background-color:#FFF;
	width:774px;
	border-width:0px 2px 2px 2px;
	border-color:#F98A18;
	border-style:solid;
}
#leftsection {
	margin-left:10px;
}
#content 
{
	float:right;
	width:500px;
	text-align:justify;
	/*margin-right:5px;*/
	position:relative;
	right:40px;
}

.itemSummary {
	margin-bottom: 25px;
}

.itemSummary h2 {
	font-size: 120%;
}


#content #ThumbImage
{
    margin-right: 5px;
}

#contentwide
{
	float:left;
	width:760px;
	text-align:justify;
	position:relative;
	left:8px;
	padding:0px;
}
#contentholder 
{
	position:absolute;
	top:100%;
	width:778px;
	background:url('../images/gloss/background-04.png') repeat-y center;
}
/*breadcrumbs*/
#uc_main_breadCrumb
{
	margin-bottom:5px;
}
#uc_main_breadCrumb .seperator
{
	margin-left:5px;
	margin-right:5px;
}
#uc_main_breadCrumb .currentkeyword
{
	font-weight:bold;
	color:#F98A18;
}
/*old content*/
#uc_main_pageContent 
{
	clear:both;	
	margin-bottom:10px;
}
#uc_main_pageContent .Arial_Wh_12_B
{
	color:White;
	text-indent:4px;
	font-weight:bold;
	padding-bottom:1px;
	padding-top:1px;
	display:block;
}
/*drop shadow effect*/
.shiftcontainer
{
	left:7px;
	position:relative;
    top: 0px;
}
.shadowcontainer
{
	background:transparent url(../images/bigshadow2.gif) no-repeat bottom right;
	position:relative;
	left:-3px;
	top:-2px;
	padding:2px 0px 0px 3px;
}
.shadowcontainer .innerdiv 
{
	background-color:white;
	position:relative;
	left:-5px;
	top:-5px;
}
/*Debug*/
.debug 
{
	display:none;
}
/*New button style*/
.styledbutton
{
    position:relative;
    float:right;
    background:url(../images/gloss/strechybutton/bluebutton-bg.png) repeat-x;
    right:10px;
    margin-bottom:-7px;
}
.styledbutton:hover
{
    background:url(../images/gloss/strechybutton/orangebutton-bg.png) repeat-x;
}
.styledbutton:hover a,
.styledbutton:hover input
{
    background:url(../images/gloss/strechybutton/orangebutton-leftbit.png) no-repeat;
}
.styledbutton:hover .buttonrightbit
{
    background:url(../images/gloss/strechybutton/orangebutton-rightbit.png) repeat-x;
}
.styledbutton a,
.styledbutton input
{
    background:url(../images/gloss/strechybutton/bluebutton-leftbit.png) no-repeat;
    height:31px;
    display:block !important;
    display:inline-block;
    z-index:3;
    color:#FFF !important;
    text-decoration:none !important;
    padding:4px 0px 0px 10px;
    min-width:81px;
    text-align:center;
    /*font-size:14px;*/
    font-weight:bold;
    border:none;
}
.styledbutton input
{
    padding:0px 0px 7px 10px;
}
.buttonrightbit
{
    background:url(../images/gloss/strechybutton/bluebutton-rightbit.png) repeat-x;
    width:10px;
    height:31px;
    position:absolute;
    top:0px;
    right:-10px;
}

