/*--------------------------------------------------------------


Website: http://ivd.bg
Done by: http://into-smth.com

Table of Content

	1. Div Section
	2. H1 & p styles
	3. Links style
	4. Menu
	5. Switch langugage 
	6. Input styles

Colors:
#a9a9a9	- background gray
#6F6F6F - text gray
#770d29 - dark red
 -------------------------------------------------------------- */
 
 
body {height: 100%; margin: 0; padding: 0; overflow-y: auto; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; color: #6f6f6f;}

/* --------------------------------------------------------------*/
/* ---------------------  1. div section    ---------------------*/
/* --------------------------------------------------------------*/
#content { display: block; width: 42%; margin: 0 0 0 48%; height:100%; bgcolor:#FFF;}

#fixed { display: block; position: fixed; top: 0; left: 0; width: 46%; margin:0; padding:0; height:100%;}
		#silver {width:100%; height:20%; background-color:#a9a9a9; background-image:url(images/logo.gif); background-repeat:no-repeat; background-position:left bottom;}
		#red{width:100%; height:80%; background-color:#770d29; border-top:1px white solid;}

* html #fixed {position: absolute;}

.hide {display:  none;}

#switch{width:63%; float:left; text-align: center;}
#divmenu{width:35%; float:left; text-align:right; margin-right:1%;}
#space{width:100%; clear:both;}
#footer{width:100%; text-align:right;}
/* --------------------------------------------------------------*/
/* ---------------------  2. h1 & p styles  ---------------------*/
/* --------------------------------------------------------------*/
h1 {font-size: 1.2em; color: #770d29; padding-bottom:2%; padding-top:3%; text-indent: 0.20in;}
strong {font-weight: bold; color:#770d29;}
p {font-size:0.75em; color:#6F6F6F;}
p.act {padding-left: 4%;}
span.sub{font-size: 1.0em; color: #770d29;}
span.small_sub{font-size: 0.7em; color: #6f6f6f; text-indent:0.35in;}
#footer p {color:#fff; font-size:0.65em;}

/* --------------------------------------------------------------*/
/* ---------------------   3. link styles   ---------------------*/
/* --------------------------------------------------------------*/
a:link, a:visited, a:active{text-decoration: none; text-transform: none; color: #8b0e04;}
#content a:hover {text-decoration: underline;}
#footer a:hover{background-color: #fff; color:#770d29;}
#footer a{color: #fff;}

/* --------------------------------------------------------------*/
/* ---------------------  4. menu & switch  ---------------------*/
/* --------------------------------------------------------------*/
#menu{width: 80%; float:right; padding: 0 0 1em 0; margin-bottom: 1em; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 0.9em; background-color: #770d29; color: #fff;}

* html #menu{width: 80%;}/*IE 6 only */

#menu ul{list-style: none; margin: 0; padding: 0; border: none;}

#menu li {border-bottom: 1px solid #fff; margin: 0;}

#menu li a{display: block; padding-top:1%; padding-bottom:1%; border-left: 1px solid #fff; border-right: 1px solid #fff; background-color: #770d29; color: #fff; font-weight:bold; text-decoration: none; width: 100%;}

html>body #menu li a{ width: auto;}/*Non IE6 width*/

#menu li a:hover{border-left: 1px solid #fff; border-right: 1px solid #fff; background-color: #fff;
color: #770d29;}

#menu span {font-size:0.70em; display: inline-block; border-left:1px #fff dotted; margin-left:2%; padding-left:8%; padding-right:3%; font-weight:normal; margin-left: 6%;}


/* --------------------------------------------------------------*/
/* ---------------------     5.switch       ---------------------*/
/* --------------------------------------------------------------*/
#sw{width: 35%; float: right; padding: 0 0 1em 0; margin-bottom: 1em; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 0.7em; background-color: #770d29; color: #fff;}

* html #sw{width: 35%;}/*IE 6 only */

#sw ul{list-style: none; margin: 0; padding: 0; border: none;}

#sw li {border-bottom: 1px solid #fff; margin: 0;}

#sw li a{display: block; padding-top:1%; padding-bottom:1%; border-left: 1px solid #fff; border-right: 1px solid #fff; background-color: #770d29; color: #fff; text-decoration: none; width: 100%;}

html>body #sw li a{ width: auto;}/*Non IE6 width*/

#sw li a:hover{border-left: 1px solid #fff; border-right: 1px solid #fff; background-color: #fff;
color: #770d29;}


/* --------------------------------------------------------------*/
/* ---------------------    6. inputs       ---------------------*/
/* --------------------------------------------------------------*/
input.btn{color:#6F6F6F; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; font-size:0.75em; background-color: white;}

input,select,textarea{border: 1px solid #770d29; font-size: 0.75em;	color: #6F6F6F; background-color: transparent;}

li.sub {font-size: 0.75em; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif; color:#6f6f6f;}

ul.list {text-align:left; list-style-type: none; font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;	font-weight: normal; color:#6f6f6f;}
