/* CSS Document */

body {
	background: #000 url(../images/bg_grad.jpg) top repeat-x;
	text-align: center; 			/* center to float main wrap div in IE*/
}

#wrapper {
	width: 958px;
	margin: 0 auto;
	border: #000 solid 1px;
	text-align: left;
}

#header {
	float: left;
	width: 958px;
	min-height: 94px;
	background: #000 url(../images/header_bg.jpg) bottom right no-repeat;
	border-bottom: #cb9e17 solid 1px;
}

#keymenu {
	float: left;
	width: 800px;
}

#keymenu ul{
	display: block;
	margin: 20px 0 0 0;
	font-size: 1.2em;
}

#keymenu li {
        float: left;
	display: block;
	padding: 0 20px 0 20px;
	border-right: #cb9e17 solid 1px
}

#keymenu li.last {
	border-right: none;
}

#keymenu a:link, #keymenu a:visited {
	color: #fff;
	text-decoration: none;
}

#keymenu a:hover, #keymenu a:active {
	color: #cb9e17;
	text-decoration: none;
}

#logo {
	float: left;
	width: 158px;
	height: 94px;
	text-align: center;
}

#menu {
	float: left;
	width: 958px;
	height: 60px;
	background: #000 url(../images/menu_off.jpg) top repeat-x;
}

#content {
	float: left;
	width: 938px;
	padding: 0 10px 10px 10px;
	background: #000 url(../images/content_bg.jpg) bottom repeat-x;
}

#inner_content_top {
        float: left;
	width: 738px;
	padding: 10px;
	background: #fff url(../images/content_inner_bg.jpg) bottom repeat-x;
        margin-bottom: 10px;
}

#inner_content {
        float: left;
	width: 738px;
	padding: 10px;
	background: #fff url(../images/content_inner_bg.jpg) bottom repeat-x;
}

#inner_content_product {
        float: left;
	width: 510px;
        min-height: 493px;
	padding: 10px;
        margin: 0 0 0 8px;
	background: #fff url(../images/content_inner_bg.jpg) bottom repeat-x;
}

#inner_content_vertical_left {
        float: left;
        width: 350px;
}

#inner_content_vertical_right {
        float: left;
	width: 380px;
	padding: 10px;
        margin: 0 0 0 8px;
	background: #fff url(../images/content_inner_bg.jpg) bottom repeat-x;
}

#site_press_menu {
       width:380px;
       float:right;
       color: #fff;
}

#site_press_menu ul {
       list-style-type: none;
}

#site_press_menu li {
       margin-bottom: 5px;
}

#side_bar {
       float: right;
       width: 170px;
}


#side_bar p {
       color: #ccc;
}

#side_bar img.border{
       border: #000 solid 1px;
}

#footer {
	width: 958px;
	margin: 0 auto;
	padding: 5px 0 20px 0;
}

#notice {
	float: left;
	width: 50%;
	text-align: left;
	color: #333333;
}
#notice p {
        color: #333333;
}

#notice a:link, #notice a:visited {
	color: #333333;
	text-decoration: none;
}

#notice a:hover, #notice a:active {
	color: #cb9e17;
	text-decoration: underline;
}

#credits {
	float: right;
	width: 50%;
	text-align: right;
}
#credits p {
	color:#333333;
}

#credits a:link, #credits a:visited {
	color: #333333;
	text-decoration: none;
}

#credits a:hover, #credits a:active {
	color: #cb9e17;
	text-decoration: underline;
}

/*------------ POPUP BUBBLE --------------*/
.bubbleInfo {
        position: relative;
}

.trigger {
        /*position: absolute;*/
}

.popup {
        position: absolute;
        display: none;
        z-index: 999;
        border-collapse: collapse;
}

.popup td.corner {
        height: 15px;
        width: 19px;
}

.popup td#topleft { background-image: url(/media/images-popup/bubble-1.png); }
.popup td.top { background-image: url(/media/images-popup/bubble-2.png); }
.popup td#topright { background-image: url(/media/images-popup/bubble-3.png); }
.popup td.left { background-image: url(/media/images-popup/bubble-4.png); }
.popup td.right { background-image: url(/media/images-popup/bubble-5.png); }
.popup td#bottomleft { background-image: url(/media/images-popup/bubble-6.png); }
.popup td.bottom { background-image: url(/media/images-popup/bubble-7.png); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(/media/images-popup/bubble-8.png); }

.popup table.popup-contents {
        background-color: #fff;
}

.popup td#topleft,.popup td#topright,.popup td#bottomleft,.popup td#bottomright, .popup td.bottom img, .popup td.bottom, .popup td.left, .popup td.right, .popup td.top { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sProperties); }


