/******************* main elements *********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}

.clear{clear: both;}

.gray{color: #666;}

.left{float: left;}
.right{float: right;}

html
{
    background: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    height: 100%;
}

body
{
    font-size: 1.2em;
    color: #040403;
    height: 100%;
    background: #fff url(../images/header-back.gif) repeat-x;
}

body.inside
{
    background: #fff url(../images/header-back-inside.gif) repeat-x;
}

a
{
	color: #FF0000;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

p, ul
{
    line-height: 1.8;
}

h2{
	font-size: 1.5em;
	color: #383838;
	font-weight: bold;
	padding: 0 10px 15px 0;
	margin:  0 0 15px 0;
	border-bottom: 1px solid #C7C6C4;
}

h3{
  font-size: 1.3em;
  color: #ff0000;
  font-weight:bold;
  margin:  15px 0 10px 0;
}

h4{
  font-size: 1.1em;
  color: #383838;
  margin:  15px 0 10px 0;
}

h5 {
	font-size: 1.1em;
	font-weight: normal;
	color: #FF0000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}

.readmore{
  font-style: italic;
  font-weight: bold;
}
em {
  font-size: 1em;
}

/***************** main containers ********************/
#wrapper{
	width: 900px;
	margin: 0 auto -120px auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header{
    width: 900px;
    height: 115px; 
}

#sidebar{
	float: left;
	width: 275px;
	padding: 10px 0px 10px 10px;
	background: url(../images/sidebar-bg.gif) repeat-y;
}

#text{float: right; width: 590px; padding: 0 0px 30px 0;}

/*********** logo and contact details in the header area ***********/
#logo{float: left; height: 115px;}

#contacts{
	width: 200px;
	float: right;
	height: 62px;
	position: relative;
	top: 30px;
}
#contacts p{
  text-align: right;
  color: #fff;
  line-height: 1.4;
}
#contacts p a{
	color: #ddedc7;
}

/***************** main menu links ********************/
#mainmenu{
	float: right;
	width: 525px;
	position: relative;
	top: 24px;
}

#mainmenu ul{float: right; list-style: none;}

#mainmenu li{
	background: url(../images/menu-back.gif) no-repeat;
	width: 100px;
	height: 29px;
	float: left;
	text-align: center;
	margin: 0 0 0 5px;
}

#mainmenu li.active{
  background: url(../images/menu-back-active.gif) no-repeat;
}

#mainmenu li.active a{
	color: #FFFFFF;
}

#mainmenu li a{
	width: 100px;
	display: block;
	padding: 4px 0 10px 0;
	font-size: 1.1em;
	color: #999;
	letter-spacing: -0.03em;
	font-weight: bold;
	position: relative;
	z-index: 80;
}

#mainmenu li a:hover{
  text-decoration: none;
  background: url(../images/arrow1.gif) no-repeat center bottom;
}

#mainmenu li.active a:hover{
  background: none;
}


/***************** banner *****************/
#banner{
    height: 220px;
    margin: 0 0 30px 0;
}

.fade-me{
    width: 900px;
    height: 180px;
    padding: 40px 0 0 0;
}

#first{background: url(../images/banner-01.jpg);}
#second{background: url(../images/banner-02.jpg);}
#third{background: url(../images/banner-03.jpg);}
#fourth{background: url(../images/banner-04.jpg);}

#banner p, #banner ul, #banner ol{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5;
	color: #333333;
}

#banner ul, #banner ol{
    padding: 0 0 0 30px;
}

#banner .slogan{
    color: #fff;
    font-size: 2.5em;
    padding: 0 0 5px 0;
}

#banner a{
    color: #617091;
}

#banner-inside{
    height: 75px;
    margin: 0 0 35px 0;
}

#banner-inside p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 3.2em;
	font-style: italic;
	padding: 5px 0 0 0;
}

/***************** sidebar on the left ***************/
#sidebar li{
	width: 275px;
	list-style: none;
	line-height: 2;
	border-bottom: #999 solid 1px;
	margin-bottom: 5px;
}

#sidebar li a{color: #515151; }

.imageplace {
	border: solid #666666 1px;
	padding: 1px;
}

/**************************** footer ******************/
.push{height: 120px;}

#footer{
  background: url(../images/footer-back.gif) repeat-x;
  height: 120px;
  width: 100%;
}

#footer p{
	margin: 0px auto;
	padding: 65px 0 0 0;
	color: white;
	font-size: 0.95em;
	line-height: 1.6;
	width: 600px;
}

#footer p a{
	color: #FF0000;
}


/******************* other elements within text ******************/
blockquote{
    font-size: 0.9em;
    margin: 0 0 15px 0;
}

#text blockquote p{
    padding: 0;
}

blockquote div{
    background: url(../images/blockquote-start.gif) no-repeat;
    padding: 15px 25px 5px 45px;
}

blockquote cite{
    height: 29px;
    display: block;
    background: url(../images/blockquote-end.gif) no-repeat right top;
    font-style: italic;
    font-weight: bold;
    color: #494f5e;
}


table{
  padding: 5px 0 15px 0;
  border-collapse: collapse;
}

th{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: #617091;
  color: #fff;
}

td{
  padding: 5px 40px 5px 15px;
  text-align: left;
  border: 1px solid #dadada;
  margin: 1px;
  background: url(../images/shadow-back.gif) repeat-x left bottom;
}

#text p, #text-inside p{
  padding: 0 0 15px 0;
}

#text ul, #text-inside ul, #text ol, #text-inside ol{
  padding: 0 0 0 20px;
} 

#text img, #text-inside img{
  border: 1px solid #ddd;
  padding: 2px;
  margin: 0 5px 5px 0;
}

#text img.right, #text-inside img.right{
  margin: 0 5px 5px 25px;
}


/**************** contact form **************************/
input, select, option{
  height: 18px;
}

input, select, textarea{
	border: solid 1px #ddd;
	background: transparent url(../images/contact-input-back.gif) repeat-x;
	width: 190px;
}

option{background: white;}

textarea{
	width: 400px;
	background: transparent url(../images/contact-textarea-back.gif) repeat-x left bottom;
}

input.submit-button{
	background: url(../images/contact-send-button.gif) no-repeat;
	width: 78px;
	height: 29px;
	border: 0;
	color: #999;
	font-weight: bold;
}
