
/* ---------- Basic Layout Styles ----------- */

html,
body,
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
  min-width: 1000px;
}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  position: relative;
}
#headerNav{
	width:1000px;
	margin:0 auto;
}
.region-header {
  float: right; /* LTR */
 margin-bottom: 15px;
}
#secondary-menu {
}
#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
#content{
	position: static;
}
#sidebar-first .section{
	padding: 0px 10px 0px 0px;
}
.one-sidebar #content {
  width: 810px;
}
.two-sidebars #content {
  width: 620px;
}
.no-sidebars #content {
  width: 1000px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 190px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section,
.sidebar .section {
  padding: 0 10px;
}
#breadcrumb {
  margin: 0 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}
#footer-wrapper {
  padding: 35px 5px 30px;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}
#footer {
  width: 1000px;
  min-width: 1000px;
}



/*
 * Shit that doesn't belong here
 * 
 */

.global-i2c-accessories .node {
  float: left;
  width: 50%;
  text-align: center;
}
.global-i2c-accessories .node form select{
    margin:0;
}
.global-i2c-accessories .node .field-name-field-product-media .content {
  height: 155px;
  line-height: 150px;
}

.global-i2c-accessories .node .field-name-field-product-media .content img{
    vertical-align:middle;
}
