/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

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

a:link {
	color: #D72020;
}

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

a:visited {
	color: #D72020;
}

body {
	
	background: #FFD723 url(images/back_all.jpg) repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#container
{
position: relative; 
float: left;   
width: 1000px;
margin: 0 auto;
background: #ffffff;
text-align: left;
	
}


#header 
{
position: relative;   
float: left;   
width: 100%;
background: #ffffff;
height: 306px;
text-align: left;		
}

#menu1
{
border-left: 4px solid #FFFFFF;
width: 992px;
height: 80px;
background: url(images/header_top.gif) repeat-x;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 79px;
	height: 46px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 35px;

}

#menu a:hover {
	width: 79px;
        height: 46px;
	color: #D72020;
	text-decoration: underline;
	background: #FFFFFF url(images/header_top_over.gif) repeat-x;
}



#picone {
position:absolute;
background: #ffffff url(images/big_pic1.jpg) no-repeat;
width: 365px;
height: 141px;
padding-top: 80px;
border-left: 4px solid #ffffff;
}


#pictwo {
background: #ffffff url(images/big_pic3.jpg) no-repeat;
width: 413px;
height: 211px;
margin-left: 365px;
}

#pictwo p{
font-size: 14px;
font-weight: bold;
color: #ffffff;
margin-left: 20px;
margin-right: 20px;
}


#picthree {
background: #ffffff url(images/Ikonkar-425x211.jpg) no-repeat;
width: 425px;
height: 211px;
margin-left: 206px;
}




#left
{
position: relative;   
float: left;   
width: 237px;   
 
padding: 10px;

}

#left H3
{
width: 225px;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat
}


#left H3
{
width: 225px;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat
}


#left ul {
	list-style: none;
	border-bottom: 1px solid #D72020;
	border-left: 1px solid #D72020;
	border-right: 1px solid #D72020;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #D72020;
}
#left a:visited {
	color: #D72020;
}

#left p
{
padding: 10px;
border-bottom: 1px solid #D72020;
border-left: 1px solid #D72020;
border-right: 1px solid #D72020;
}




#center
{
position: relative;   
float: left;   
left: 1%;   
right:1%;   
width: 470px;
padding-top: 10px;
background: #ffffff;
}

#center H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #D72020;
}



#center a
{
color: #D72020;
text-decoration: none;
}

#center p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
        text-align: justify;
}

#center h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #D72020;
}



#right
{
position: relative;   
float: right;   
width: 237px;
 
padding: 10px;

}

#right H3
{
width: 225px;
height: 25px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat
}


#right ul {
	list-style: none;
	border-bottom: 1px solid #D72020;
	border-left: 1px solid #D72020;
	border-right: 1px solid #D72020;
}

#right li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#right li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#right a {
	color: #D72020;
}
#right a:visited {
	color: #D72020;
}

#right p
{
padding: 10px;
border-bottom: 1px solid #D72020;
border-left: 1px solid #D72020;
border-right: 1px solid #D72020;
}



#footer {
	width: 1000px;
        height: 44px;
	clear: both;
	padding-top: 20px;
	background: url(images/footer.gif) repeat-x;
	border-top: 5px solid #A6640E;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}