html
{
	background-color: #FAFAFA;
	height: 100%;
	width: 100%;
}
body
{
	/*font: 14px/1.4 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;*/
	-webkit-font-smoothing: antialiased;
	width: 976px;
	/*box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);*/
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-color: #FFFFFF;
}
#topnav-bar
{
	height: 36px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #000000;
	margin-bottom: 22px;
}
#bottomnav-bar
{
	height: 36px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #000000;
	margin-bottom: 22px;
}
#bottom-bar
{
	height: 36px;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #000000;
}
#toplogo
{
	float: left;
	margin-left: 5px;
	margin-top: 7px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#topnav
{
	height: 100%;
	float: right;
}
#bottomnav
{
	height: 100%;
	float: left;
}
ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.features
{
	list-style-position: inside;
	list-style-type: none;
	margin: 10px 0px 30px;
	padding: 0;
	text-align: left;
}
.features li
{
	/*background: url('../images/arrow_right.png') no-repeat 3px 3px transparent;*/
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 1px 24px;
	vertical-align: middle;
}
.sitemap
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.sitemap .sitemap
{
	margin-left: 1.5em;
	padding-left: 1.5em;
}
#topnav ul
{
	height: 100%;
}
#bottomnav ul
{
	height: 100%;
	margin-left: 5px;
	margin-top: 8px;
}
#topnav li
{
	display: block;
	float: left;
	overflow-x: hidden;
	overflow-y: hidden;
	width: 85px;
	height: 100%;
	cursor: pointer;
}
#bottomnav li
{
	display: block;
	float: left;
	margin-right: 10px;
}
#topnav a
{
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	height: 100%;
	min-width: 85px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	text-align: center;
	padding-top: 8px;
}
#topnav a:hover
{
	background-color: #202020;
}
#topnav a span
{
	display: block;
}
#topnav #nav-clientarea a
{
	color: #FF7A39;
}
#topnav #nav-clientarea a:hover
{
	color: #FF9C6B;
}
#bottomnav a
{
	display: block;
	color: #999999;
}
#bottomnav a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}
#menu-bar
{
	float: left;
	height: 20px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 20px;
	margin-top: 15px;
}
a
{
	text-decoration: none;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.helptopic a
{
	text-decoration: none;
	color: #828282;
}
.helptopic a:hover
{
	color: #000000;
}
.emphasized-link
{
	font-size: 14px;
	font-weight: bold;
}
#content
{
	margin-left: 22px;
	margin-right: 22px;
}
#footer-bar
{
	background-color: #E7E7E7;
	border-top:3px solid #c71c22;
}
#footer
{
	margin-left: 22px;
	margin-right: 22px;
	padding-top: 18px;
	padding-bottom: 22px;
}
#footer:after
{
	clear: both;
	content: "";
	display: table;
}
#footer div
{
	float: left;
	width: 185px;
}
#footer span
{
	font-size: 13px;
	display: block;
	margin-bottom: 1px;
}
#footer a
{
	color: #828282;
	font-size: 13px;
	margin-bottom: 0px;
	line-height: 1.2;
}
#footer a:hover
{
	color: #000000;
}
#footer li
{
	line-height: 1.4;
}
#content-navigation-path
{
	font-size: 1em;
	line-height: 1.4;
}
#content-navigation-path a
{
	color: #fff;
	margin-bottom: 0px; /*line-height: 1.;*/
}
#content-navigation-path a:hover
{
	/*color: #000000;*/
}
#content-navigation-path h1
{
	margin-bottom: 0px;
}
.menu-section-left
{
	float: left;
	width: 600px;
	margin-top: 15px;
}
.menu-section-left span
{
	display: block;
}
/*.content-section {
	margin-bottom: 10px;
}*/
.content-section:after
{
	clear: both;
	content: "";
	display: table;
}
.content-section-left
{
	float: left;
	width: 640px;
}
.content-section-right
{
	float: right;
	margin-left: 20px;
	width: 272px;
	display: block;
}
#features-section-left
{
	float: left;
	width: 50%; /*margin-right: 10px 10px 0px 0px;*/
	padding: 30px 30px 30px 0px;
}
#features-section-right
{
	float: right; /*margin-left: 10px 0px 0px 10px;*/
	width: 50%;
	padding: 30px 30px 30px 0px;
}

@media screen and (max-width:480px)
{
	#features-section-left, #features-section-right
	{
		float: none;
		width: 100%;
	}

}
.midsection
{
	border-top: 1px #DDDDDD solid;
	padding-top: 10px;
}
.navigation-path
{
	border-bottom: 1px #DDDDDD solid;
	position: relative;
}
.right-bottom-text
{
	position: absolute;
	bottom: 0%;
	right: 0%;
	text-align: right;
}
.with-vlines
{
	padding-top: 0px;
}
.with-vlines > div
{
	padding-top: 10px;
}
.midsection > div
{
	margin-bottom: 10px;
}
.vline
{
	margin-left: 0px;
	padding-left: 10px;
	border-left: 1px #DDDDDD solid;
}
.vline-right
{
	margin-right: 0px;
	padding-right: 10px;
	border-right: 1px #DDDDDD solid;
}
.content-image-left
{
	float: left;
	margin-top: 20px;
	width: 460px;
}
.content-image-right
{
	float: right;
	margin-top: 20px;
	width: 460px;
}
.content-text-right
{
	float: right;
	margin-top: 20px;
	margin-left: 20px;
	width: 432px;
	vertical-align:middle;
}
.content-text-left
{
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	width: 432px;
	vertical-align:middle;
}
#product-content img
{
	margin-left: 4px;
	margin-top: 4px;
}
h1
{
	font-size: 15px; /*font-weight: normal;*/
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
h2
{
	font-size: 15px; /*font-weight: normal;*/
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
.small-links
{
	position: absolute;
	right: 0px;
	top: 1px;
	margin: 0px;
}
.small-links a
{
	font-size: 11px;
}
.news-date
{
	font-size: 10px;
	color: #999999;
	display: block;
}
.news-header
{
	font-weight: bold;
	display: block;
	margin-bottom: 1px;
}
#news li
{
	margin-bottom: 10px;
}
#copyright
{
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 8px;
	margin-right: 5px;
}
.product-line:after
{
	clear: both;
	content: "";
	display: table;
	margin-bottom: 10px;
}
.product-line-left
{
	float: left;
	width: 310px;
}
.product-line-right
{
	float: right;
	width: 310px;
	margin-left: 20px;
}
.product-line-title
{
	font-weight: bold;
	vertical-align: 7px;
}
.product-line-block
{
	margin-left: 30px;
}
#platform-list li
{
	width: 120px;
	height: 40px;
	display: block;
	float: left;
	margin: 0px 0px 1px 1px; /*background: #f4f4f4;*/
}
#platform-list a
{
	color: #000000;
	display: block;
	width: 100%;
	height: 100%;
}
#platform-list img
{
	margin-left: 4px;
	margin-top: 4px;
}
#platform-list span
{
	vertical-align: 10px;
}
#platform-list a:hover
{
	/*background-color: #FF7A39;*/
	background: #f4f4f4;
}
.components-list li
{
	width: 170px;
	height: 40px;
	display: block;
	float: left;
	margin: 0px 0px 1px 1px; /*background: #f4f4f4;*/
}
.components-list a
{
	color: #000000;
	display: block;
	width: 100%;
	height: 100%;
}
.components-list img
{
	margin-left: 4px;
	margin-top: 4px;
}
.components-list span
{
	vertical-align: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
.components-list a:hover
{
	/*background-color: #FF7A39;*/ /*background: #f4f4f4;*/
}
p
{
	margin-top: 6px;
	margin-bottom: 36px;
}
img
{
	border-width: 0px;
}
.products-section-left
{
	float: left;
	width: 547px;
}
.products-section-right
{
	float: right;
	margin-left: 20px;
	width: 364px;
}
.products-link-container
{
	position: absolute;
	bottom: 0px;
}
.products-link-container-with-line
{
	position: absolute;
	bottom: 0px;
	padding-top: 1px;
	border-top: 1px dotted #DDDDDD;
}
.products-section-left
{
	float: left;
	width: 547px;
}
.products-section-right
{
	float: right;
	margin-left: 20px;
	width: 364px;
}
.products-link-container
{
	position: absolute;
	bottom: 0px;
}
.products-link-container-with-line
{
	position: absolute;
	bottom: 0px;
	padding-top: 1px;
	border-top: 1px dotted #DDDDDD;
}
#gallery
{
	float: left;
}
#gallery li
{
	width: 230px;
	margin-bottom: 20px;
	float: left;
}
#gallery p
{
	position: relative;
	text-align: center;
}
#sales-menu
{
	float: left;
}
#sales-menu li
{
	height: 40px;
	display: block;
	float: left;
	margin: 0px 0px 1px 1px;
	vertical-align: middle; /*background: #f4f4f4;*/
}
#sales-menu a
{
	color: #000000;
	display: block;
	width: 100%;
	height: 100%;
}
#sales-menu img
{
	margin-left: 1px;
	margin-top: 1px;
}
#sales-menu span
{
	vertical-align: middle;
	margin-top: 25px;
}
/************** contact form  ****************/
#contact-form .form-style
{
	border: red;
	padding: 10px;
	width: 60%;
	margin-top: 20px;
}
#contact-form label
{
	float: left;
	width: 17%;
	margin-right: 10px;
	text-align: right;
}
#contact-form .label-section
{
	margin-bottom: 20px;
}
#contact-form input
{
	font: 12px/18px "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Arial, Verdana, sans-serif;
}
#contact-form select
{
	font: 12px/18px "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Arial, Verdana, sans-serif;
}
#contact-form textarea
{
	font: 12px/18px "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Arial, Verdana, sans-serif;
	width: 80%;
	height: 20%;
	overflow: auto;
}
#contact-form .inquiry
{
	font: 12px/18px "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Arial, Verdana, sans-serif;
	margin: 10px 0px 10px 17%;
}
#contact-form .send #button
{
	font: 12px/18px "Lucida Grande" , "Lucida Sans Unicode" , Helvetica, Arial, Verdana, sans-serif;
	padding: 2px 15px;
	margin-left: 17%;
	margin-top: 10px;
}
.content-section-es-left
{
	float: left;
	width: 640px;
}

.content-section-es-right
{
	float: right;
	margin-left: 20px;
	width: 272px;
	display: block;
}
