﻿
/*********************************************************************/
/****GENERAL HTML ELEMENTS********************************************/
/*********************************************************************/
html					 
{
	height:100%;
}
body					 
{
	height:100%;
	margin: 0;
	padding:0;
	font: 11px Arial, Helvetica, sans-serif;
	min-height:100%;
	color:#706f6c;
	background:url("../images/bgGradRepeat.jpg") repeat;
}
form					 
{
	height:100%;
	margin:0;
	padding:0;
}

img
{
	border-style:none;
}
a, a:visited				 
{
	font-size:11px;
	text-decoration:none;
	border:0;
	color:#706f6c;
	outline:none;
	font-weight:bold;
}
a:hover{
    /*color:#758421;*/
    color:#000;
}
ul						 
{
	padding:0 !important;
	margin:0 !important;
	list-style-type:none;
}
h1{
    padding:0;
    margin:0;
    font-size:18px;
}
p{
    margin:16px 0 0 0;
    padding:0 220px 0 0;
    line-height:16px;
}
p.intro{
    font-weight:bold;
}
/*********************************************************************/
/****Main Containers**************************************************/
/*********************************************************************/

/*The top gradient of the body background*/
#topGradBg
{
	z-index:0;
	position:absolute;
	width:100%;
	height:1200px;
	background:url('../images/bgGrad.jpg') repeat-x;
}
/*The outer most wrap*/
#container
{
	width:1020px;
	margin:0 auto;
	position:relative;/*
	background:#fff;*/
	
}
/*The next wrap containing the left and right shadows and the contentWrap*/
#innerContainer{
    padding:0 20px;
    width:980px;
    position:relative;
    overflow:hidden;
}
#contentWrap{
    padding:9px;
    width:962px;
    background:#fff;
}
#gradTop{
    position:relative;
    width:1020px;
    height:20px;   
}
#gradBottom{
    
    position:relative;
    width:1020px;
    height:20px;
}


/*********************************************************************/
/****SHADOW CLASSES FOR THE OUTER CONTAINERS**************************/
/*********************************************************************/
#gradTop div.grad
{
	position:absolute;
    background:url(../images/bgShadowT.png) repeat-x;
	height:20px;
	width:980px;
	left:20px;
}
#gradBottom div.grad
{
	position:absolute;
    background:url(../images/bgShadowB.png) repeat-x;
	height:20px;
	width:980px;
	left:20px;
}

.gradCorners{
    position:absolute;
    width:20px;
    height:20px;
    background:url(../images/bgCorners.png) no-repeat;
}
.bgTL{
    top:0;
    left:0;
    background-position:0 0;
}
.bgTR{
    top:0;
    right:0;
    background-position:-22px 0;
    
}
.bgBL{
    bottom:0;
    left:0;
    background-position:0 -22px;
    
}
.bgBR{
    bottom:0;
    right:0;
    background-position:-22px -22px;
    
}
.shadowLeft{
    background:url(../images/bgShadowL.png) repeat-y;
    position:absolute;
    left:0;
    top:0;
    width:20px;
    height:50000px;
}
.shadowRight{
    background:url(../images/bgShadowR.png) repeat-y;
    position:absolute;
    right:0;
    top:0;
    width:20px;
    height:50000px;
}


/*********************************************************************/
/****HEADER SECTION***************************************************/
/*********************************************************************/

#header{
    height:34px;
    background:url(../images/bgHeader.jpg) repeat-x;
    padding:52px 48px;
}
#header h1{
    padding:0;
    margin:0;
    width:50%;
    display:inline;
}
#header span.contact{
    float:right;
    display:inline;
    font-weight:bold;
    font-size:13px;
    /*color:#aaa699;*/
    color:#bcb9af;
}
#header a{
    
    font-weight:bold;
    font-size:13px;
    color:#bcb9af;
}
#header a:hover{
    
    font-weight:bold;
    font-size:13px;
    color:#fff;
}
/*********************************************************************/
/****CONTENTSECTION***************************************************/
/*********************************************************************/

#content{
    padding:50px 48px 92px 48px;
}

.navigation
{
    padding:9px 0;
    height:20px;
}
.navigation ul{
    background:url(../images/bgNav.gif) repeat;
    height:20px;
    border-right:1px solid #d6d7c7;
}
.navigation li{
    display:inline;
    float:left;
}
.navigation a{
    display:block;
    padding:3px 10px 0 10px;
    height:17px;
    border-right:1px solid #d6d7c7;
}
.navigation a:hover, .navigation a.active{
    background:url(../images/bgNavOver.gif) repeat;
    color:#fff;
}
#flashContainer{
    width:962px;
}
.table_contacts{
    border:none;
    margin-top:30px;
}
.table_contacts td{ vertical-align:top; width:180px; padding:0; font-size:13px;}
/*.table_contacts label{ color:#abb95e; font-weight:bold;}*//*OLD GREEN*/
.table_contacts label{   font-weight:bold;}
.table_contacts span{ color:#7e8c2a;}
.table_contacts a{ color:#7e8c2a; font-size:13px;}
.table_contacts a:hover{ color:#282620;}

/*********************************************************************/
/****FOOTER SECTION***************************************************/
/*********************************************************************/

#footer{
    background:#282620;
    padding:10px;
    color:#bcb9af;
    height:13px;
}
#footer a{
    
    font-weight:bold;
    color:#bcb9af;
}
#footer a:hover{
    
    color:#fff;
}

/*********************************************************************/
/****GENERIC CLASSES**************************************************/
/*********************************************************************/
.floatLeft{
    float:left;
}
.floatRight{
    float:right;
}
/*********************************************************************/
/****FONT RELATED STYLING*********************************************/
/*********************************************************************/


@font-face{
    font-family:Ravie;
    src: url( ../fonts/RAVIE.TTF ) format("truetype");  
}

@font-face{
    font-family:TEMPSITC;
    src: url( ../fonts/TEMPSITC.TTF ) format("truetype");  
}

#header, #header a, .navigation, .Din{
    /*font-family:TEMPSITC, Arial, Helvetica, sans-serif;*/
}

p.Din{
    font-size:16px; line-height:19px;
}


/*********************************************************************/
/****BROWSER HACKS****************************************************/
/*********************************************************************/


*+ html #header span.contact{
    margin-top:-32px;
}
* html #header span.contact{
    margin-top:-32px;
}

* html .navigation li{
    float:left;
}

* html .navigation a{
    float:left;
}
/*Remove png backgrounds from elements*/
* html #gradTop div.grad, * html #gradBottom div.grad, * html .gradCorners, * html .shadowLeft, * html .shadowRight{
    background:none;
}