/* @group Basic HTML */

body {
	font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #edeef1 url(../img/body-background.png) repeat-x fixed center top;
}

a {
	color: #008fc2;
	text-decoration: none;
}

p {
	margin-bottom: 18px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
}

h1 + h2 {
	margin-top: 20px;
}

dt {
	float: left;
	width: 70px;
	margin-bottom: 5px;
}

dd {
	margin-bottom: 5px;
}

p.lead {
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	color: #7e7b7f;
}

img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* @end */

/* @group Forms */

input {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #fff;
	border: none;
	padding: 2px;
	height: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

input.submit {
	height: 28px;
	width: 90px;
	margin-top: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background: url(/img/button_blue.png);
}

input.error {
	border-color: #e55b66;
}

label {
	color: #818386;
}

label.error {
	clear: right;
	width: auto;
	text-align: left;
	color: #e55b66;
	padding-left: 20px;
	padding-right: 0px;
}

label.hide {
	display: none;
}

/* @end */

/* @group Layout */

#wrapper {
	overflow: auto;
	padding-left: 22px;
	padding-right: 22px;
}

/* @group Header */

#header a {
	display: block;
	float: left;
	overflow: auto;
	color: #7e7b7f;
	margin-right: 20px;
	font-size: 12px;
}

#header img {
	overflow: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#header form {
	float: right;
	top: 45px;
	position: relative;
}

#header input {
	padding-left: 25px;
	background: rgb(229, 231, 236) url(../img/search.png) no-repeat 5px 4px;
}

/* @end */

/* @group Menu */

#menu {
	height: 40px;
	background: url(../img/menu-background.png);
}

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

#menu a {
	color: #fff;
	display: block;
	height: 20px;
	padding: 10px 30px;
	background-position: -5px top;
}

#menu li:first-child a {
	background-position: left top;
} 

#menu a:hover {
	background-image: url(../img/menu-selected.png);
}

#menu li.selected a {
	background-image: url(../img/menu-selected.png);
}

/* @end */

/* @group Breadcrumbs */

#breadcrumbs {
	color: #7e7b7f;
	font-size: 12px;
}

#breadcrumbs ul {
	overflow: auto;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#breadcrumbs li {
	float: left;
	list-style: none;
	margin-left: 0px;
}

#breadcrumbs a {
	color: #7e7b7f;
	margin-left: 8px;
	padding-left: 10px;
	background: url(../img/breadcrumbs-arrow.png) no-repeat left 5px;
}

#breadcrumbs li.current a {
	font-weight: bold;
}

#breadcrumbs li:first-child a {
	background: none;
	margin-left: 0px;
	padding-left: 0px;
}

/* @end */

/* @group Footer */

#footer {
	color: rgb(205, 207, 212);
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 12px;
	border-top: rgb(229, 231, 236) 1px solid;
	padding-top: 10px;
}

/* @end */

/* @group Submenu */

#submenu {
	height: 223px;
	width: 190px;
	background: url(../img/submenu-background.png);
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}

#submenu h2 {
	font-size: 13px;
	color: #fff;
	margin-bottom: 14px;
}

#submenu li {
	margin-bottom: 7px;
}

#submenu a {
	color: #3c3b3d;
	font-weight: bold;
}

/* @end */

/* @end */

/* @group Pages */

/* @group Start */

#splash-big {
	height: 60px;
	width: 900px;
	margin-bottom: 20px;
	padding: 220px 20px 20px 20px;
	font-size: 16px;
	font-weight: lighter;
	line-height: 20px;
	color: #fff;
	background: url(../img/splashes/splash-big-1.jpg);
}

#splash-small-1,
#splash-small-2,
#splash-small-3 {
	height: 60px;
	width: 260px;
	padding: 120px 20px 20px 20px;
	font-size: 13px;
	font-weight: lighter;
	line-height: 18px;
	color: #fff;
}

#splash-big a,
#splash-small-1 a,
#splash-small-2 a,
#splash-small-3 a {
	color: #fff;
}

#splash-small-1 {
	background: url(../img/splashes/splash-small-1.jpg);
}

#splash-small-2 {
	background: url(../img/splashes/splash-small-2.jpg);
}

#splash-small-3 {
	background: url(../img/splashes/splash-small-3.jpg);
}

/* @end */

/* @group Technology */

body.technology #heading {
	height: 100px;
	width: 900px;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	color: #fff;
	background: url(../img/heading-technology.png);
}

body.technology #heading h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

body.technology #heading p {
	width: 540px;
}

body.technology .puff p a {
	color: #000;
}

/* @end */

/* @group Text */

body.text #text {
	width: 660px;
	margin-left: 50px;
}

body.text #text > p,
body.text #text > ul,
body.text #text > ol {
	max-width: 540px;
}

body.text #text ul {
	list-style-type: disc;
	list-style-image: url(../img/list-bullet.png);
	list-style-position: outside;
	margin-top: 10px;
	margin-bottom: 20px;
}

body.text #text ul li {
	margin-left: 14px;
	margin-bottom: 10px;
}

body.text #text ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 10px;
	margin-bottom: 20px;
}

body.text #text ol li {
	margin-left: 20px;
	margin-bottom: 10px;
}

body.text #text blockquote {
	width: 510px;
	padding-left: 30px;
	color: #7e7b7f;
	background: url(../img/quotes.png) left 2px no-repeat;
}

body.text #text td,
body.text #text th {
	border-top: rgb(229, 231, 236) 1px solid;
	border-bottom: rgb(229, 231, 236) 1px solid;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-size: 11px;
	width: 165px;
}

body.text #text thead th {
	border-top: none;
}

body.text div.box {
	float: right;
	width: 340px;
	height: 200px;
	padding: 20px;
	margin-left: 20px;
	background: url(../img/box-background.png)
}

body.text div.right {
	float: right;
	width: 380px;
	margin-left: 20px;
	margin-bottom: 20px;
}

body.text div.right p {
	font-size: 11px;
	color: #7e7b7f;
	width: 100%;
	margin: 0px;
}

/* @end */

/* @group Products */

body.products .grid_4 {
	margin-top: 20px;
	height: 232px;
}

body.products .grid_4 p a {
	color: #000;
}

/* @end */

/* @group Product */

body.product #heading {
	height: 30px;
	margin-bottom: 30px;
	width: 900px;
	padding: 20px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;
	color: #fff;
	background: url(../img/heading-product.png);
}

body.product #heading h1 {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

body.product #heading ul {
	float: right;
	margin-right: 10px;
}

body.product #heading ul li {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
}

body.product #heading a {
	color: #fff;
}

body.product #heading a.selected {
	color: #000;
}

body.product h2.intro {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}

body.product ol li {
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-type: decimal;
}

body.product .spec {
	font-size: 12px;
}

body.product .spec h2 {
	margin-bottom: 20px;
	border-top: rgb(229, 231, 236) 1px solid;
	padding-top: 10px;
}

body.product .spec p + h2,
body.product .spec dl + h2,
body.product .spec ol + h2,
body.product .spec ul + h2 {
	margin-top: 20px;
}

body.product .spec ul li {
	margin-left: 20px;
	margin-bottom: 5px;
	list-style-type: square;
}

body.product .grid_6 {
	margin-top: 40px;
}

body.product .chart {
	border-left: rgb(229, 231, 236) 1px solid;
	margin-left: 9px;
}

body.product .chart li {
	display: block;
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 10px;
	background: rgb(229, 231, 236);
}

body.product .chart li span {
	float: right;
}

body.product .chart p {
	font-size: 12px;
	color: #7e7b7f;
	margin: 10px 0 0px 10px;
}

body.product table {
	width: 100%;
}

body.product td,
body.product th {
	border: rgb(229, 231, 236) 1px solid;
	padding: 5px 10px 5px 10px;
	text-align: right;
}

body.product th {
	background: rgb(229, 231, 236);
}

/* @end */

/* @group Search */

body.search #text {
	width: 660px;
	margin-left: 10px;
}

body.search b {
	font-weight: bold;
}

body.search #text ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 10px;
	margin-bottom: 20px;
}

body.search #text ol li {
	margin-left: 30px;
	margin-bottom: 10px;
}

body.search #text ul.pagination li  {
	list-style: none;
	float:left;
	height: 28px;
	margin-left: 0px;
	margin-right: 10px;
}

body.search #text ul.pagination li a {
	height: 18px;
	padding: 5px 8px;
}

body.search #text ul.pagination li.active a {
	background: rgb(229, 231, 236);
	color: #fff;
}

/* @end */

/* @end */
