* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 0.96em;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	color: #444444;
	word-spacing:0.1em
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #00a2e5;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #00a2e5;
	margin: 25px 0px 10px 0px;
}

p {
	margin-bottom: 10px;
}

a {
	color: #00a2e5;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #CCCCCC;
}

a:hover {
	border-bottom: 1px solid #00a2e5;
}

a img {
	border: 0px;
}

ul {
	margin-bottom: 15px;
}

li {
	margin-left: 20px;
	margin-bottom: 1em;
	font-size: 1em;
}

body {
	background: url(../../images/layout/site_bg.jpg) top repeat-x #333333;
}

#main_div {
	width: 1005px;
	height: 500px;
	margin: 10px auto;
}

#header_top {
	height: 16px;
	width: 990px;
	background: url(../../images/layout/site_border_top.gif) top center;
	margin: 0px 8px;
}

#header {
	background: url(../../images/layout/site_bg.gif) repeat-y center;
}

#header a {
	border: 0px;
}

#header img {
	margin: 20px 0px 20px 30px;
}

#navigation_main {
	background: url(../../images/layout/navbar_bg.jpg) top;
	height: 36px;
}

#navigation_main ul {
	float: left;
	height: 36px;
	background: url(../../images/layout/navbar_left.jpg) left top no-repeat;
	padding: 0px 0px 0px 30px;
	margin: 0px;
}

#navigation_main ul li {
	float: left;
	list-style: none;
	text-indent: -5000px;
}

#navigation_main ul li a {
	display: block;
	height: 26px;
	border: 0px;
}

#nav_products, #nav_technology, #nav_support, #nav_about {
	height: 26px;
	margin: 5px 0px 0px 0px;
}

#nav_products:hover, #nav_technology:hover, #nav_support:hover, #nav_about:hover {
	background-position: 0px -26px;
}

#nav_products {
	background: url(../../images/layout/navigation_links/products.gif);
	width: 86px;
}

#nav_technology {
	background: url(../../images/layout/navigation_links/technology.gif);
	width: 106px;
}

#nav_support {
	background: url(../../images/layout/navigation_links/support.gif);
	width: 72px;
}

#nav_about {
	background: url(../../images/layout/navigation_links/about.gif);
	width: 60px;
}

.in {
	background-position: 0px -26px !important;
}

#navigation_main p {
	float: right;
	height: 36px;
	width: 14px;
	background: url(../../images/layout/navbar_right.jpg) right top no-repeat;
}

#navigation_main p a {
	visibility: hidden;
}

#main_content {
	background: url(../../images/layout/site_bg.gif) repeat-y center;
}

.anchor {
	display: none;
}

.text_content {
	padding: 30px 30px;
}

.text_content_margin {
	padding: 30px 260px 50px 296px;
}

.text_content_margin li {
	margin-bottom: 3px;
}

.list_content {
	padding: 30px 40px 50px 200px;
	width: 769px;
}

#footer {
	height: 62px;
	background: url(../../images/layout/footer_bg.jpg) repeat-x top;
	margin: 0px 13px;
	padding: 20px 30px 0px 17px;
}

#footer span {
	color: #CCCCCC;
	padding-left: 15px;
	font-variant: small-caps;
	letter-spacing: 0.07em;
}

#footer img {
	vertical-align: middle;
}

#footer_bottom {
	height: 15px;
	background: url(../../images/layout/site_border_bottom.gif) bottom center;
	margin: 0px 8px;
}