* {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

html {
    margin: 0 auto;
    max-width: 1200px;
}

body {
	margin: 0;
}


#account, #navigation, #footer {
	background-color: black;
	color:white;
	font-size:0.9em;
}

#navigation {
	font-weight:bold;
}

#header {
	background-image: url("brushed_metal.jpg");
	background-repeat: repeat;
	position: relative;
	height:186px;
}


img.bolt {
	position:absolute;
	margin:5px;
}

img.bolt.tr {
	top:0;
	right:0;
}
img.bolt.tl {
	top:0;
	left:0;
}
img.bolt.br {
	bottom:0;
	right:0;
}
img.bolt.bl {
	bottom:0;
	left:0;
}


#wrapper {
	overflow:auto;
	margin-top:80px;
}

#side_bar { 
	float:left; 
	width:200px;
	min-height:400px; 
	margin:14px;
	margin-left:50px;
}

#main {
	margin-left:350px;
	margin-right:100px;
	width:690px;
}

#full_main {
	width:100%;
	height:200px;
	background-color: green;
}


#call_today {
	position:absolute;
	left:792px;
	text-align: center;
	margin-top:30px;
}

#call_today h1 {
	font-size:3em;
	margin-top:-20px;
}

#logo, #call_today {
	
}

#logo {
	position: absolute;
	left: 80px;
	top:10px;
}

#tagline {
	margin-top: -10px;
	margin-bottom:-4px;
}


#product_nav {
	padding-left:10px;
}

#product_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#product_nav li, #product_nav h3 {
    cursor: pointer;
    margin-bottom:3px;
}
#product_nav li:hover {
	color:#666;
}

#product_search {
	width:185px;
	height:40px;
	font-size:1.17em;
	padding:10px;
	font-weight:bold;
	border: solid 1px black;
}


#product_nav h3 {
	margin-top:40px;
	margin-bottom:10px;
}


ul.featured_categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.featured_categories li {
    float: left;
    display:block;
    margin-right:43px;
    margin-bottom:40px;
	border: solid 2px grey;
	margin: 20px;
	position: relative;
	cursor: pointer;
}

ul.featured_categories li:hover {
  -webkit-filter: brightness(90%);
}

ul.featured_categories li.featured_portable {
	margin-left:0px;
}
ul.featured_categories li.featured_portable h3 {
	right:0;
	top:0;
}


ul.featured_categories li.featured_office {
	margin-right: 0;
}
ul.featured_categories li.featured_office h3 {
	margin-right: 0;
	right:0;
	bottom:0;
}

ul.featured_categories li.featured_accessories {
	margin-right: 0;
}
ul.featured_categories li.featured_accessories h3 {
	margin-right: 0;
	left:0;
	bottom:0;
}

ul.featured_categories {
	margin-bottom:80px;
	margin-top:65px;
}
ul.featured_categories h3 {
	margin: 0;
	position: absolute;
	background-color: grey;
	color: #fff;
	padding: 5px 24px;
}


ul.testimonials {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom:100px;
}

ul.testimonials li {
	width:300px;
    float: left;
    display:block;
    margin-right:86px;
}

ul.testimonials li:last-child {
	margin-right:0px;
}

#featured_video {
	margin-bottom:80px;
}

#testimonial {
	margin-bottom:50px;
}

ul.vert_nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
}

ul.vert_nav.right li {
	float:right;
}

ul.vert_nav li {
    float: left;
    cursor: pointer;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#navigation_logo {
    float: left;
    padding: 3px 10px;
}

/* Change the link color to #111 (black) on hover */
ul.vert_nav li:hover {
    background-color: #444;
}


ul.products,ul.products li {
	list-style-type: none;
    list-style-position:inside;
    margin:0;
    padding:0; 
}

ul.products li {
	width: 100%;
    height: 150px;
    background-color: #ddd;
    border: #666;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

ul.products li p {
	font-size: small;
}
ul.products li img {
	height: 150px;
	width: 150px;
	float: left;
	margin-right:15px;
}


ul.products li h3 {
	font-size: medium;
}

ul.products li > h3 {
	margin-top:0px;
}

ul.products li button {
	position: absolute;
	top:10px;
	right:10px;
}

button {
	-moz-box-shadow: 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: 0px 1px 0px 0px #ffffff;
	box-shadow: 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
button:active {
	position:relative;
	top:1px;
}




# table builder

.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li {
	cursor: pointer;
    padding: 5px;
    margin: 0px;
    text-align: center;

}

.menu.horz li {
    display: inline-block;
}

.menu.vert li {
	display: block;
}

#accessory_menu li {
	color:white;
	background-color:#bbb;
	margin-bottom:5px;
	width:100px;
}

#accessory_menu li:hover {
	background-color: grey;
}

#color_menu {
	margin-bottom:50px;
}

#color_menu li {
    color: #eee;
    width: 80px;
}

#accessory_menu {
	width:200px;
	float:left;
}

#table_image_container {
	position:relative;
	float:left;
}

#table_image_container img {
	position: absolute;
	top:0;
	left:0;
}

#right_column, #left_column, #center_column {
	overflow:auto;
	padding:0px 10px;
	height:100%; 
	position:absolute; 
}

#right_column {
	width:300px; 
	background-color:#ccc; 
	right:0;

}

#left_column {
	width:300px; 
	background-color:#ccc; 
	left:0;
}

#center_column {
	left:320px; 
	right:320px
}

#table_image, #base_image, #base_image_grey_out, #option_overlay_image, #accessory_overlay_image, #accessory_overlay_image > div, #option_overlay_image > div {
	position:absolute;
	right:0;
	left:0;
	top:0;
	bottom:0;
}

#table_image, #table_image > div > img, #option_overlay_image > div > img, #accessory_overlay_image > div > img {
	width:100%;
}

#base_image_grey_out {
	background-color: black;
    opacity: 0.5;
    display:none;
}

#options > form > div, #accessories > form > div {
	padding:5px;
	background-color:grey;
	margin-bottom:5px;
	color:white;
}

#options > form > div:hover, #accessories > form > div:hover {
	opacity:0.7;
}

#accessories > form > div {
	font-size:small;
}

#options > form > div label, #accessories > form > div label,
#options > form > div input, #accessories > form > div input {
	cursor:pointer;
}

#options > form > div > input {
	margin:7px;
}

#table p {
	font-size: small;
}

#price_add_cart {
    position: absolute;
    top: 16px;
    right: 20px;
    border-radius: 7px;
    border: 1px solid #dcdcdc;
}

#add_cart {
    float: left;
    border: none;
}


#price {
    float: left;
    padding: 5px 20px;
}