* {
    margin:0px;
    padding:0px;

    list-style: none;
}
body {
    background: url('../img/bg.gif') repeat-x #000;   
    text-align: center; 
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    color: #1b0000;
}

h1  { font-size: 2em; margin: .67em 0 }
h2  { font-size: 1.5em; margin: .83em 0 }
h3  { font-size: 1.17em; margin: 1em 0 }
h4  { margin: 1.33em 0 }
h5  { font-size: .83em; line-height: 1.17em; margin: 1.67em 0 }
h6  { font-size: .67em; margin: 2.33em 0 }
p     { font-size: 1em; margin: 1em 0em; }
br, .clear { clear: both; }
.bg{ clear:both; border-bottom:1px solid #dedede; padding:0px 0 5px 5px; margin:0 0 10px 0; background:none; list-style:none;}

/********** oseCenter **********/
.osecenter { 
    background-color: #fff;
    float: left;
    width: 100%; 
    background: url('../img/banner-top.gif') #fff no-repeat left top;
	padding-top: 10px;  
    padding-bottom: 10px;
}

.pageContent {
    clear: both;
}
.pageContent { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 860px;
 margin-left: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-right: 10px;
 padding-left: 10px;
 min-height:300px; height:auto !important; height:300px;
}

.container {
    background-color: #fff;
    float: left;
    padding-bottom: 10px;
    width: 100%; 
}
.title { float:left; font-size: 1.5em; font-weight: bold; margin: .53em 0;}

.maincontent
{
	width: 100%;
	float: left;
}

.maincontent p{
	margin-top:10px;
	padding-left: 10px;
}

.maincontent ul{
	margin:10px;
}

.leftcontent {
	float: left;    
    display: inline;
	margin-right: 20px; 
	padding-left: 10px;
    width: 520px; 
}

.rightcontent {
    float: left; 
    display: inline;
    width: 290px;  
    margin-right: 0px; 
    margin-top: 0px;
    padding-left: 15px; 
    padding-bottom: 15px; 
    border-left: 1px solid #c8c7c7;
}

.topcontent{
    position: relative;
    width: 890px;
    height: 332px;
    overflow: hidden; 
	padding-left: 5px;  
	padding-top: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.bottomcontent{
	margin: 10px;
	width: auto;
}

/* wrap of toolbox's content */
.toolbox {padding:4px 10px 16px 10px ; margin-bottom:10px; height:20px; background: url(admin/images/titleback.gif); border-left: 1px solid #efefef;
  border-right: 1px solid #efefef; }
.toolbox p {font-size: 12px; color: #ff931e; margin:0; padding:8px 10px 16px 10px ; margin-bottom:10px;}
.toolbox a {font-size: 11px; padding:6px; margin:4px;  }
.toolbox img { float: left;padding: 4px 0px 0px 12px;}
.toolbox em { float: left;padding: 8px 0px 0px 6px;	font-size:11px;	color:#fff;	font-style:normal;}
.toolbox li.active {background-color:#b8128f;font-weight:normal;	}


/***********oseMessages**********/

.info, .success, .warning, .error, .validation{
margin: 10px 0px;
padding:8px;
float: none; 
}

.info {
color: #00529B;
background-color: #BDE5F8;
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
}
.error {
color: #D8000C;
background-color: #FFBABA;
}


/***********oseButtons**********/
.btn { font-family: Tahoma; font-size: 11px; display: block; position: relative; background: #444; padding: 4px; margin-right: 2px; float: left; color: #fff; text-decoration: none; cursor: pointer; -webkit-border-radius: 4px;  -moz-border-radius: 4px;}
.btn * { font-style: normal; background-image: url(buttons/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #ff931e; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(buttons/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #ff931e; }
   
.right-col {
    float: right; 
    display: inline;
    width: 290px;  
    margin-right: 20px; 
    margin-top: 15px;
    padding-left: 10px; 
    padding-bottom: 15px; 
    border-left: 1px solid #c8c7c7;
}
.left-col {   
    float: left;    
    display: inline;
    width: 360px; 
}

.home .left-col  {  
    padding-top: 45px;
	padding-bottom: 45px;
	padding-right: 20px; 
    margin-left: 0px;
    width: 360px; 
	border-right: 1px solid #c8c7c7;
}

.home .right-col  {
    margin: 0px;
    padding: 0px;
    width: 420px;
    border: 0px none;
	margin-right: 30px; 
}
.content-padding {
    padding-top: 10px;
}
.entire {    
    position: relative;
    width: 900px;
    margin: 30px auto;
    margin-top: 215px;
    text-align: left;
}
.mainnav {
    height: 35px;   
    background: url('../img/mainnav-left.gif') no-repeat #fff left top; 
}
.mainnav ul {
    width:100%;
    height: 100%; 
    background: url('../img/mainnav-right.gif') no-repeat  right top;  
}
.mainnav li {
    float:left;    
}
.mainnav a {
    height: 31px;
    width: 144px;
    line-height: 31px;    
    font-size: 15px;
    float:left;
    margin: 2px 3px;
    text-align: center;
    text-decoration: none;
    color: #333; 
    position: relative;
    top: 0px;
    left: 0px;   
	outline: none;
}
.mainnav a.active {
     background: url('../img/link-bg.gif') repeat-x;  
     color: #fff;  
}
.mainnav a.active span {
     float:left;
     height: 100%;
     width: 100%;
     background: url('../img/link-left.gif') no-repeat left top; 
}

.mainnav a:hover {
     background: url('../img/link-bg.gif') repeat-x;  
     color: #fff;  
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.mainnav a:hover span {
     float:left;
     height: 100%;
     width: 100%;
     background: url('../img/link-left.gif') no-repeat left top; 
}

.adminnav {
    height: 35px;   
    background: #fff; 
	width:100%;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.adminnav ul {
    width:100%;
    height: 100%; 
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.adminnav li {
    float:left;    
}
.adminnav a {
    height: 31px;
    width: 144px;
    line-height: 31px;    
    font-size: 15px;
    float:left;
    margin: 2px 3px;
    text-align: center;
    text-decoration: none;
    color: #333; 
    position: relative;
    top: 0px;
    left: 0px;   
	outline: none;
}

.adminnav a:hover {
     background: url('../img/link-bg.gif') repeat-x;  
     color: #fff;  
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.adminnav a:hover span {
     float:left;
     height: 100%;
     width: 100%;
     background: url('../img/link-left.gif') no-repeat left top; 
}

.banner {
    background: url('../img/banner-top.gif') #fff no-repeat left top;
    padding: 5px;
    padding-top: 15px;    
        
}
.banner-inner {
    position: relative;
    width: 890px;
    height: 332px;
    background: #000;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

#banner-map {
    position: absolute;
    top: 100px;
    right: 15px;
    z-index: 10;
}

.banner-controls {
    position: absolute;
    top: 15px;
    right: 15px;

}
.banner-controls-buttons {
    position: relative;
    z-index: 10;
    float: left;

}
.banner-controls a {
    float: left;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0px 2px;
    font-size: 1px;
    background-color: #fff;
   
}
.banner-controls a.active {
    background: url(../img/active.gif);
}

.logo {
    position: absolute;
    width: 200px;
    height: 100px;
    background: url('../img/logo.gif') no-repeat left top;
    top: 30px;
    margin-left: -100px;
    left: 50%;    
    color: transparent;
}

.latest-news {
    margin-top: 0px;
}
.latest-news-img {
    margin-top: 10px;
    margin-left: 10px;
    width: 260px;
    height: 90px;
    position: relative;
}
.latest-news-img span {
    position: absolute;
    top: 0px;
    left: 0px;    
    z-index: 2;
    width: 260px;
    height: 90px;
}
.latest-news-img img {
    position: absolute;
    top: 0px;
    left: 0px; 
    z-index: 1;
}
.latest-news h2 { 
    background-color: #FF931E;
    padding: 5px 10px; 
	margin-right: 10px;
    font-size: 15px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.latest-news span.date {
    margin-top: 2px;
    font-size: 12px;
    font-style: italic;
    position: absolute;
    right: 10px;
}

.latest-news p {
    margin-left: 10px;
    margin-top: 10px;
    padding-right: 10px;
    font-size: 11px;
}
.latest-news strong {
    font-size: 12px;
}
.latest-news a {
    display: block;
    padding-bottom: 10px;
    color: #000;
    text-decoration: none;
}

.latest-news a:hover,
.latest-news a:hover p {
    text-decoration: underline;    
}
.latest-news a img {
    border: 0px none;
}

.more {
    padding: 4px 7px;
    color: #000;
    font-size: 12px;
    background-color: #FF931E;
    float: left;
    text-decoration: none;
    margin-top: 7px;
}

.clients {
    clear: both; 
    padding-top: 0px;
   
}
.clients ul {
    float: left;
    padding-bottom: 20px;
}
.clients li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}
.clients li img {  
    float: left;
}

.contact-left {
    margin-top: 10px;
    background-color: #FF931E;
    padding: 5px 20px;
    min-height: 400px;
    font-weight: bold;
}

.contact {
    margin-top: 40px;
}
/* Forms */
form{margin:0; padding:0;}
label{margin:4px 8px 4px 0px; padding:5px 2px; float:left; width:100px; text-align:right; cursor: pointer; font-size: 13px;}
select{ border: 1px solid #ccc; margin:4px 8px 4px 0px; padding:5px 2px;}
input{ margin:4px 8px 4px 0px; padding: 7px;  background-color: #999; border: 1px solid #777; color: #fff;}
input.required{ margin:4px 8px 4px 0px; padding: 7px;  background-color: #999; border: 1px solid #777; color: #fff; width: 300px;; }
textarea{padding: 3px;border: 1px solid #ccc;}
textarea.required{ margin:4px 8px 4px 0px; padding: 5px 2px; border:solid 1px #ccc; vertical-align:top; width: 310px;}

form span {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

form input.submit {
    padding: 5px 10px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-transform:uppercase;
    background-color: #FF931E;
    float: left;
    text-decoration: none;
    margin-top: 7px;
    width: auto;
    border: 0px none;
    float: right;
}
.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	display: block;
	float: left;
}

.select {
	position: absolute;
	width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(select.gif) no-repeat;
	overflow: hidden;
}

.products {
    clear: both;
}
.products li {
    float:left;
    width: 265px;
    height: 280px;
    background: url(../img/product-1.gif) no-repeat;
    margin-right: 14px;
    position: relative;
}
.products li.p2 {
    background: url(../img/product-2.gif) no-repeat;
}
.products li.p3 {
    background: url(../img/product-3.gif) no-repeat;
}
.products li h2{
    margin: 16px;
    margin-top: 25px;  
    margin-bottom: 13px;       
}
.products-content {
    float: left;
    margin-left: 16px;
    margin-top: 5px;
}
.products-content  p{
    margin: 2px 0px;
    font-size: 14px;
    font-weight: bold;
}
.products li span{
    font-size: 30px;
    position: absolute;
    right: 16px;
    bottom: 80px;
    font-weight: bold;
}
.shadow-left {
    position: absolute;
    z-index: 5;
    left: -60px;
    top: 1px;
    width: 60px;
    height: 340px;  
    background: url(../img/left.jpg);
}

.shadow-right {
    position: absolute;
    z-index: 5;
    right: -60px;
    top: 1px;
    width: 60px;
    height: 340px; 
    background: url(../img/right.jpg);
}

.footer p{
    font-size: 11px;
    text-align: center;
    color: #fff;
}

.footer a {text-decoration: none; color: white;}

.footer a:hover{text-decoration: underline; color: orange;}

/***************************************************
			HOME PAGE SLIDER
***************************************************/
#slideshow-holder{
	width: 890px;
	height: 335px;
	position: relative;
	margin: 0;
	overflow: hidden;
	padding: 0px;
}
#slideshow{
	margin: 0px;
	padding: 0px;
	width: 890px;
	height: 335px;
}
#slideshow-holder .bottom {
	height: 0px;
	width: 890px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#box-nav-slider{
	height:23px;
	position: absolute;
	right: 20px;
	bottom: 300px;
	z-index: 10;
	width: 74px;
	background-image: url(../img/slider/nav_back.png);
}
#slideshow-navigation a{
	display:block;
	float:left;
	width:15px;
	height:15px;
	background-image: url(../img/slider/dot_off.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 2px;
	margin-top: 4px;
	margin-right: 6px;
	outline: none;
}
#slideshow-navigation a:hover {
	background-image: url(../img/slider/dot_on.png);
	background-repeat: no-repeat;
}
#slideshow-navigation {
	float:right
}
#slideshow-navigation .activeSlide {
	background-image: url(../img/slider/dot_on.png);
	background-repeat: no-repeat;
}
.slide-text {
	position: relative;
	width: 890px;
    background: none repeat scroll 0 0 transparent !important;	
}
.slide-text .desc {
	position: absolute;
	top: 35px;
	width: 420px;
	right: 25px;
	padding-top: 20px;
	height: 270px;
}
.slide-text h1{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-size: 32px;
}
.slide-text p{
	color:#B4B4B4;
	z-index: 999;
	top: 0px;
	right: 0px;
	padding-bottom: 25px;
}
.slide-text img {
	background-image: url(../images/transparent_bg.png);
	background-repeat: repeat;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}