/* CSS Document */

/* Layout Classes */

	body {
		margin:0px;
		padding:20px 0px;	
		background: #FFF url(../images/common/kirg_bgGrad.jpg) top left repeat-x;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-align:center;
		color:#333;
		line-height:1.1em;
		font-size:100.1%;
		}
	
	#marginContainer{
		width:759px;
		margin:0 auto;
		padding:0px 3px;
		text-align:left;

		background: #FFF url(../images/common/kirg_shadow.jpg) top left repeat-x;
		}
		
	#container{
		width:740px;
		margin:0px;
		padding:10px;
				
		background-color: #FFF;
		}
	
	#head {
		width:740px;
		clear:both;
		background-color:#FFF;
		}
		
	#nav {
		width:700px;
		clear:both;
		padding:5px 10px;
		background-color:#FFF;
		}
		
	#content {
		width:740px;
		padding:0px;
		background-color:#FFF;
		}
		
	#left {
		float:left;
		width:125px;
		margin-right:10px;
		padding:0px;
	}
	
	#leftMenu {
		width:125px;
		border: 1px solid #999;
		border-bottom:none;
		background-color:#027ABB;
	}
	
	#leftBottom {
		background-color:#027ABB;
	}
		
	#middle, #middleProducts {
		display:inline;
		float:left;	
		width:465px;
		background-color:#FFF;
		}
	
	#middleProducts {
		width:602px;
		}
		
	#right {
		float:right;
		width:125px;

	}
	
	#rightLogo {
		width:125px;
		border: 1px solid #CCC;
		border-bottom:none;
		background-color:#FFF;
	}
	
	#rightBottom {
		background-color:#027ABB;
	}		
		
	#rightLogo img{
		padding:7px 0px;
		margin-left:12px;
	}
	
	#products{
		font-size:0.8em;
		}
		
	#products a img{
		border:1px solid #999;
		}
	
	#products a:hover img{
		border:1px solid #027ABB;
	}

	#copyright {
		width:740px;
		border-top:1px solid #027ABB;
		background-color:#FFFFFC;
		margin-top:40px;
	}

/* end Layout Classes */
		
/* Default Tags */

	img{
		display:block;
		padding:0px;
		}

	form{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.8em;
		margin-left:15px;
		}
		
	input, textarea, select, option {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:inherit;
	}
	
	select.subject{
		width:230px;
		}

	input.button{
		border:1px solid #BBBDBE;
		background-color: #FFFFFC; 
		font-weight: bold;
		height:auto;
		}
		
	select{
		width:160px;
		}
		
	textarea{
		width:230px;
		}
		
	p{
		font-size:0.8em;
		margin:5px 15px 10px 15px;
		text-align:justify;
		}
		
	#nav p{
		font-size:0.7em;
		margin: 0px;
		color:#666666;
		}

		
	h1, h2{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:22px;
		font-weight:500;
		line-height:normal;
		text-decoration:none;
		letter-spacing:0.05em;
		color:#BB4302;
		padding:0px;
		margin:2px 0px 5px 10px;
		clear:both;
		}
		
	h2{
		font-weight:bold;
		font-size:14px;
		margin:0px 15px;
		}
		
	a, a:link, a:visited, a:active{
		color:#BB021E;
		}
	
	a:hover{
		text-decoration:none;
		}

	#nav a, #nav a:link, #nav a:visited, #nav a:active{
		color:#666;
		}
	
	#nav a:hover{
		text-decoration:none;
		color:#BB4302;
		}		
		
/* end Default Tags */

/* Custom Classes */

	.clear{
		display:block;
		clear:both;
		}
	
	#copyright p{ 
		font-size:10px; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		text-align:left;
		padding:5px 0px;
		margin:0px;
		}
	
	.feature{
		margin:20px;
		border: 1px solid #999;
		}
		
	.feature img{
		float:left;
		margin-right:10px;
		}

/* end Custom Classes */
