﻿* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:0.5em 2.5%; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }

h1{
    margin: 5px
}
/*
p, h1, h2{
	padding: 0;
	margin: 0;
}
*/

html{
	height: 100%;
	font: calibri;
	font-family: calibri, verdana, arial;
	font-size: 0.9em;
	color: #FFFFFF;
}

body{
	 margin: 0;
	 padding: 0;
	 background-image: url('image/bg_rpt.png');
	 background-repeat: repeat-x;
}

#SiteContainer
{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#Logo{
    width: 150px;
    height: 140px;
    float: left;
    background-image: url('image/logo_150.png');
    background-repeat: no-repeat;
}

#Header{
	width: 950px;
	height: 90px;
	float: left;
	background-image: url('image/title_top.png');
	background-repeat: no-repeat;	
}

#Menu{
	width: 950px;
	height: 50px;
	float: left;
	}

#SubMenu{
	width: 1100px;
	height: 40px;
	background-image: url('image/menu_spacer.png');
	background-repeat: no-repeat;
	clear: both;
}


#Content{
	width: 1100px;
	min-height: 400px;
	}


#Footer{
	clear: both;
	height: 60px;
	background-image: url('image/bg_rpt_footer.png');
	background-repeat: repeat-x;
}


#Menu img{
	padding: 0;
	margin: 0;
}


#Footer p{
	height: 40px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	text-align:center;
}

.textbox{
	float: left;
	padding:5px;
	margin: 5px 0 5px 5px;
	background-color: #333333;
}

.textbox p{
	text-align:justify;
	padding: 5px 0 5px 5px;
	margin: 5px;
}

img.clearStyles{
	padding: 0;
	border: 0;
}

/* list items *********************************************************************************************/

.ProductsMenu{
	padding: 0;
	 margin: 0; 
	 color:#F16EAA; 
	 font-weight:bold;
	 font-size:1.1em;
	 }

ul.ProductsMenu li{
    width: 160px;
	height: 25px;
	vertical-align: middle;
	list-style-type: none;
	list-style-image: none;
}

ul.ProductsMenu li a { 
	padding:0 0 0 -25px;
	line-height:20px;
	font-weight:bold;
	color:#67C9F0;
	text-decoration:none;
}

ul.ProductsMenu li a:hover { 
	text-decoration:underline;
}

/*end list items *********************************************************************************************/


/*links*/
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}
.link{ background:url(images/bull.gif) 0 6px no-repeat; padding:0 0 0 9px; color:#F16EAA; font-weight:bold;}
.link_1{ color:#F06EAA; font-weight:bold;}
/*end links*/
