@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	line-height:25px;
	color:#777777;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a {
	color:#660033;
	text-decoration:none;
	font-size:12px;
}

a:hover {
	color:#999999;
	text-decoration:none;
	font-size:12px;
}

h1 {font-size:20px; color:#660033; font-weight:normal; font-family:Arial, Helvetica, sans-serif; margin:0 0 5px 0;}
h2 {font-size:16px; color:#660033; font-weight:normal; font-family:Arial, Helvetica, sans-serif;}
h3 {font-size:15px; color:#9b9b9b; font-weight:bold; font-family:Arial, Helvetica, sans-serif; padding:3px; margin:0 10px;}
h4 {font-size:14px; color:#356cb5; font-weight:bold; font-family:Arial, Helvetica, sans-serif; padding:3px; margin:10px;}


body,html {
	background:#e6e6e6;
	width:100%;
	height:100%;
}

#content {
	width:980px;
	margin:0 auto;
}

#content p a{
	font-size:14px;
}

#footer {
	background:url(../graphics/footer.jpg) no-repeat bottom center;
	height:220px;
	margin:0 auto;
}

#footerContent {
	width:980px;
	margin:0 auto;
}

#footerContent p{
	line-height:15px;
	font-size:12px;
	margin:0 15px 0 25px;
}

#footerContent a{
	font-size:12px;
	color:#999999;
	line-height:12px;
}

#footerContent a:hover{
	color:#777777;
}

#footerContent #left {
	margin-left:50px;
	width:400px;
	float:left;
}

#footerContent #left h3{
	margin-left:20px;
}

#footerContent #right {
	width:400px;
	float:right;
	text-align:right;
	font-size:12px;
}

#footerContent strong {
	font-size:12px;
	margin:0;
	line-height:12px;
}

#footerContent #credits {
	padding-top:45px;
}

#footerContent #credits {
	font-size:10px;
	color:#999999;
	line-height:10px;
	text-align:center;
}

#footerContent #credits a {
	font-size:10px;
	color:#999999;
	line-height:10px;
	text-align:center;
	text-decoration:underline;
}

#imagebar {
	position:relative;
	top:0;
	z-index:100;
	overflow:hidden;
	background:transparent url(../graphics/imagebarbg.png) repeat;
	border:1px solid #CCCCCC;
	border-left:none;
	border-right:none;
	margin-left:-9px;
	height:130px;
	padding:10px 0;
	width:999px;
	*margin-left:-7px;/*hack for ie7*/
	_margin-left:2px;/*hack for ie6*/
}


#page {
	margin:0 auto;
	width:950px;
}

#pageContent {
	float:left;
	padding:0 15px;
}

#pageText {
	margin:75px 0 75px 50px;
	font-size:12px;
	width:420px;
	float:left;
}

#pageText p{
	padding:10px;
	text-align:justify;
}

.pageImg {
	float:right;
	margin-top:-100px;
	margin-bottom:-200px;
	position: relative;
	top:0;
	right:0;
	z-index: 100;
}

.push {
	height:250px;
}

#wrapper {
	background:url(../graphics/bg.jpg) repeat-y top center;
	margin:0 auto -220px auto;
	/*min-height:100%;
	height: auto !important;*/
}

.clearer {
	clear:both;
}

/*========================*/
/*=========  MENU =======*/
/*======================*/

#menu {
	width:100%;
}

#menu ul {
	border-top:1px solid #CCCCCC;

}

#menu li {
	list-style:none;
	float:left;
}

#menu li a {
	outline:none;
	display:block;
	text-decoration:none;
	padding-right:15px;
	margin:5px 10px;
	color:#777777;
	font-size:15px;	
	background-image: url(../graphics/menu_divider.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#menu li a:hover {
	color:#333333;
}

#menu ul li a.last {
	background:none;
}

.products {
	width:180px;
	float:left;
}

.products li {
	list-style:circle;
	margin-left:25px;
}

.products li a {
	font-size:14px;
}

.services li {
	list-style:circle;
	margin-left:25px;
}
