/*
Theme Name: CHRobotics
Theme URI: http://wordpress.org/
Description: Default WP template for CHRobotics
Author: CHRobotics
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu
Text Domain: CHRobotics
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

html, body {
	height: 100%;
}

body {
	margin: 10px 0px;
	padding: 0px;
	background: #5F5F5F url(images/homepage01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-size: 20px;
	color: #000000;
}

h3 {
	font-size: 14px;
	color: #C52A40;
	margin-bottom: 10px;
	margin-top: 10px;
}

ol, ul {
	margin: 0px 0px 40px 16px;
	text-align: justify;
	line-height: 160%;
}

ul {
	list-style-type: disc;
}

p {
	margin-top: 0px;
	margin-bottom: 16px;
	line-height: 160%;
}

a {
	color: #22609a;
	
}

a:hover {
	
}

a img {
	border: none;
	text-decoration: none;
}

img.border {
	padding: 4px;
	border: 1px solid #C3C3C3;
}

img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 180%;
}

.list1 li {
	padding-left: 14px;
	background: url(images/homepage11.gif) no-repeat left center;
}

.list_image {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;	
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 1000px;
	height: 81px;
	margin: 0px auto;
	background: #FFFFFF url(images/homepage02.jpg) repeat-x left top;
}

/** LOGO */

#logo {
	float: left;
	width: 400px;
	height: 81px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	text-indent: -999em;
	line-height: normal;
}

#logo h1 a {
	display: block;
	height: 70px;
}

/** TOPMENU */

#topmenu {
	float: right;
	height: 41px;
	padding: 40px 0px 0px 0px;
	background: url(images/homepage04.jpg) no-repeat right top;
}

#topmenu p {
	margin: 0px;
	padding: 0px 25px 0px 0px;
	line-height: normal;
	color: #1C1C1C;
}

#topmenu a {
	padding: 0px 10px;
	color: #2C2C2C;
}

/** HEADER2 */

#header2 {
	width: 946px;
	height: 32px;
	margin: 0px auto;
	padding: 1px 27px;
	background: #323232;
}

/** MENU */

#menu {
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal
}

#menu li {
	float: left;
	height: 23px;
	padding: 9px 13px 0px 13px;
	position: relative;
}

/*#menu ul .children {*/
#menu li ul {
	border-left:1px solid #323232;
	border-right: 1px solid #323232;
	margin-top: 4px;	
	padding-top: 1px;
	padding-bottom: 5px;
	background: #323232;
	list-style:none;
	position:absolute;
	left:-9999px;
	z-index: 10;
}

/*#menu ul .children li {*/
#menu li ul li {
	padding-top: 10px;
	float: none;
	border-top: 1px solid #444;
}

#menu ul a{
	white-space:nowrap;
}

#menu li:hover ul {
	left:0;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
	background: #F8AA1F;
}

#menu .current_page_item a {
	text-decoration: none;
	/*color: #323232;*/
	color: #FFFFFF;
}

/** PAGE */

#page {
	width: 948px;
	margin: 0px auto;
	padding: 25px 25px 0px 25px;
	background: #FFFFFF;
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	padding-bottom: 15px;
}

.wide #page {
}

/** CONTENT */

#content {
	float: left;
	width: 678px;
	background: #ffffff;
	/*border: 1px solid #dddddd;*/
	margin-right: 5px;
	padding-left: 5px;
}

#content-left-sidebar {
	float: right;
	width: 678px;
	background: #ffffff;
	/*border: 1px solid #dddddd;*/
	margin-left: 5px;
	padding-right: 5px;
}

#content-no-sidebar {
	float: left;
	width: 938px;
}

/*
.home #content {
	width: 688px
}
*/

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 358px;
}

.two-columns .column2 {
	float: right;
	width: 358px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	border: 1px solid grey;
	padding: 10px;
	width: 230px;
}

#sidebar-left {
	float: left;
	border: 1px solid grey;
	padding: 10px;
	width: 230px;
}

/*
.home #sidebar {
	width: 250px;
}
*/

/** PRODUCT CONTENT */

#product-top-wrapper {
	width: 900px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#product-image-summary-wrapper {
	float: left;
	width: 595px;
}

#product-gallery {
	width:188px;
	float:left;
	margin-right: 20px;
	/*border: 1px solid grey;*/
}

#product-summary {
	width: 380px;
	float: right;
}

#product-cart {
	width: 200px;
	float: right;
	margin-left: 20px;
	padding: 10px;
	padding-left: 25px;
	padding-right: 25px;
	border: 1px solid grey;
	background: #efefef;
}

#product-cart p.price {
	font-weight: bold;
}

#product-cart h3.price-heading {
	display: inline;
}

#product-cart .pricing-info {
	text-align: center;
}

#product-content-wrapper {
	width: 938px;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
	margin-top: 1px;
}

#product-content-description {
	text-align: left;
	padding: 15px;
}

#product-content-specs {
	text-align: left;
	padding: 15px;
	display: none;
}

#product-content-docs {
	text-align: left;
	padding: 15px;
	display: none;
}

#product-content-videos {
	text-align: left;
	padding: 15px;
	display: none;
}

#product-content-related {
	text-align: left;
	padding: 15px;
	display: none;
}

/** Product menu */

#product-header {
	height: 32px;
	margin: 0px auto;
}

#product-menu {
	float: left;
}

#product-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#product-menu ul li {
	float: left;
	height: 23px;
	padding: 9px 13px 0px 13px;
	border: 1px solid grey;
}

#product-menu a {
	text-decoration: none;
}

#product-menu table {
	border-collapse:collapse;
	margin: 0px;
	width: 938px;
}

#product-menu tr {
	margin: 0px;
	height: 23px;
}

#product-menu td {
	margin: 0px;
	padding: 9px 13px 9px 13px;
	background: #eaeaea;
	border: 1px solid grey;
}

#product-menu td.prod-menu-unselected {
	
}

#product-menu td.prod-menu-selected {
	border-bottom: 0px;
	background: #ffffff;
}

#product-menu td.product-menu-padding {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid grey;
	background: #ffffff;
}

#product-menu a:hover {
	text-decoration: underline;
}


/** FOOTER */

#footer {
	width: 1000px;
	margin: 0px auto;
	background: url(images/homepage12.gif) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 35px 0px 0px 0px;
	text-align: center;
	color: #AFAFAF;
}

/** BOX1 */

#box1 {
	width: 1000px;
	margin: 0px auto;
}