/* CSS Document */
html { 				
	height: 100%; margin-bottom: 1px; 
}
body {
	font-family:"trebuchet MS", Verdana, Arial, sans-serif;
	background-color:#ffffff;
	font-size: 87.5%; 
}
	
html>body {
	font-size: 14px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	/*margin:0; 
	padding:0; */
} 

.container {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	width:910px;
}

.content {
	width:800px;
}

.bull {
	color: #939598;
	font-size:1.5em; 
}

.style1 {
	color: #0066CC;
}
.style2 {
	color: #D62B57;
}
p {
	line-height: 1.5em;
	font-size:1em;
	margin-top: 1em;
	margin-bottom: 1em; 
}
	
h1 {
	font-size:1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
	color:#DE3273; 
}
h2 {
	font-size:1.1667em;
	line-height: 2em;
	margin-top: 0em;
	margin-bottom: 0.643em; 
}

h3 {
	font-size:1.1667em;
	line-height: 0.785em;
	margin-top: 1.677em;
	margin-bottom: 1em;
	color:#DE3273; 
}

a {	
	color:#0099FF;
	text-decoration:none; 
}
a:hover {		
	color:#00CCFF;
	text-decoration:none; 
}

.linkpink:link, .linkpink:visited {	
	color:#DE3273;
	text-decoration:none;
	font-weight:bold;
}
.linkpink:hover {	
	color:#FF3399;
	text-decoration:none;
	font-weight:bold; 
}


/* MENU */

.bgHome {
	background-image:url(images/images/m_home.gif);
	background-repeat:no-repeat;
}

.bgAbout {
	background-image:url(images/images/m_about_us.gif);
	background-repeat:no-repeat;
}

.bgServices {
	background-image:url(images/images/m_services.gif);
	background-repeat:no-repeat;
}

.bgProducts {
	background-image:url(images/images/m_products.gif);;
	background-repeat:no-repeat;
}

.mhome:link, .mhome:visited {
	background-image:url(images/m_home.gif);
	background-repeat:no-repeat;
	display:block;
	width:161px;
	height:72px;
}
.mhome:hover {
	background-image:none;
}

.mabout:link, .mabout:visited {
	background-image:url(images/m_about_us.gif);
	background-repeat:no-repeat;
	display:block;
	width:216px;
	height:62px;
}
.mabout:hover {
	background-image:none;
}

.mservices:link, .mservices:visited {
	background-image:url(images/m_services.gif);
	background-repeat:no-repeat;
	display:block;
	width:197px;
	height:62px;
}
.mservices:hover {
	background-image:none;
}

.mproducts:link, .mproducts:visited {
	background-image:url(images/m_products.gif);
	background-repeat:no-repeat;
	display:block;
	width:212px;
	height:72px;
}
.mproducts:hover {
	background-image:none;
}

.foot {
	background-image:url(images/foot.jpg);
	background-repeat:no-repeat;
	height:50px;
	font-size:9px;
	color:#FFFFFF;
	vertical-align:middle; 
}
.foot a {
	color:#FFFFFF;
	font-size:9px; 
	text-decoration:none;
}
				
.foot a:hover {
	color:#000000;
}

