@charset "utf-8";
#header {
	height: 175px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#content {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	background-image: url(images/bg_content_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 14px;
}
#content img {
	float: left;
	margin-right: 10px;
	margin-bottom: 1px;
}

#contactInfo td {
	padding-left: 10px;
}
#contactInfo h5 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 10px;
}
#content h4 {
	font-size: 14px;
	margin-bottom: 5px;
	font-family: Arial;
	color: #FF9900;
	background-repeat: no-repeat;
	line-height: 20px;
}
#content span {
	font-size: 18px;
	color: #999999;
	font-family: Arial;
}

.product {
	padding-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	background-image: url(images/bg_intro_product.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
#intro {
	margin-bottom: 15px;
}

.product a {
	color: #FF6600;
	text-decoration: none;
}
#intro a {
	color: #FF6600;
	text-decoration: none;
}

.product a:hover {
	text-decoration: underline;
}
#intro a:hover {
	text-decoration: underline;
}
.tagline {
	color: #FF6600;
	font-weight: bold;
}


* {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer {
	height: 276px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	padding-top: 15px;
}
#rightMenu {
	background-image: url(images/bg_right_menu2.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-left: 20px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#topMenu {
	height: 26px;
	margin-top: 124px;
}



#topMenu ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#topMenu li {
	float: left;
	margin-right: 3px;
}
#topMenu li a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 24px;
	background-image: url(images/bg_top_menu.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: 3px;
	background-color: #FF9900;
}

#topMenu li a:hover {
	background-image: url(images/bg_top_menu_hover.jpg);
	background-repeat: repeat-x;
	background-color: #FFCC00;
}
#profilInfo {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	width: 280px;
	margin-left: 620px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #00CCFF;
}
#profilInfo a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#profilInfo a:hover {
	text-decoration: underline;
}
#bg_content {
	background-image: url(images/bg_content.jpg);
	background-repeat: repeat-x;
}
