/*==================*/
/*      COMMON      */

body {
	font-family: Arial,Helvetica,sans-serif;
 	font-size: 11px;
}
			
h1, h2, h3, h4, h5, p, a, img {
	margin: 0;
	padding: 0;
	border: 0;
}

h3 {
	font-family: arial;
	font-size: 18px;
	color: #666666;
	font-weight: 500;
	line-height: 20px;
}

h4 {
	font-family: arial;
	font-size: 15px;
	color: #4d779d;
	margin-bottom: 10px;
	line-height: 17px;
	font-weight: 700;
}

h5 {
	font-family: arial;
	font-size: 11px;
	color: #666666;
	margin-top: 8px;
	margin-bottom: 3px;
}

a:hover {
	background-color: #EEEEEE;
}

/*===================*/
/*      WRAPPER      */

#container {
	border: 1px solid #bebebe;
	border-bottom: none;
	padding: 13px;
}

#container p {
	font-size: 12px;	
}

/*=================*/
/*      TITLE      */

#title {
	margin: 0px 0px 2px 1px;
}

/*========================*/
/*      MAIN DISPLAY      */

#maindisplay {
	position: relative;
	background-color: #555555;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

/*=========================*/
/*      PRODUCT BLURB      */

#productblurb {
	float: left;
	width: 240px;
	margin-bottom: 10px;
}

#productblurb_content {
	margin-left: 17px;
	margin-top: 5px;
}
	
#productblurb_content p {
	width: 195px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
}
	
#productblurb_content a {
	color: #c55c00;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
}
	
#productblurb_content img {
	margin-bottom: 1px;
	margin-left: 2px;	
}

/*===========================*/
/*      PRODUCT DETAILS      */

#productdetails {
	float: left;
	width: 200px;
	margin-left: 40px;
	margin-bottom: 10px;
}
	
#productdetails_content p {
	margin-bottom: 3px;
}
	
#productdetails_content a{
	color: #6f6f6f;
	margin-top: 13px;
}

/*======================*/
/*      LEARN MORE      */

#learnmore {
	float: left;
	width: 220px;
	height: 147px;
	border-left: 1px solid #c2c2c2;
	margin-bottom: 10px;
}

#learnmore_content {
	margin-top: 5px;
	margin-left: 46px;
	margin-right: 46px;
}
	
#learnmore_content p {
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	margin-bottom: 10px;	
}
	
#learnmore_content a {
	color: #c55c00;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
}

#learnmore_content img {
	margin-bottom: 1px;
	margin-left: 2px;	
}

/*=================*/
/*      IMAGE      */

#image {
	padding-top: 3px;
	text-align: center;
}

/*========================*/
/*      FLOATING BOX      */

#floatingbox {
	position: absolute;
	top: 181px;
	left: 24px;
	width: 182px;
	background-color: #363636;
	
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
	
#floatingbox_content {
	margin: 10px;
}

#floatingbox h4 {
	color: #ffffff;
	margin-bottom: 5px;
}
	
#floatingbox p {
	color: #ffffff;
	font-weight: 500;
	line-height: 14px;
	font-size: 11px;
	margin-bottom: 5px;
}

#floatingbox a {
	color: #c55c00;
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
	padding: 1px;
}
	
#floatingbox img {
	margin-bottom: 1px;
	margin-left: 2px;
}

/*=====================*/
/*     SUMMARY BAR     */

#summary_bar {
    margin: 8px 8px 5px 15px;
}

/*=====================*/
/*      SLIDESHOW      */

#slideshow {
    position: relative;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    float: left;
}

#slideshow img {
	margin: 2px;
	border: 2px solid #373735;
}

#slideshow img.selected {
	border: 2px solid #ffffff;
}

#slideshow img.active, #slideshow img:hover {
	border: 2px solid #eeeeee;
}

#slideshow a:hover {
	background-color: transparent;
}

/*======================*/
/*      CASE STUDY      */

#casestudy {
	position: relative;
	float: right;
	background-color: #363636;
	color: #FFFFFF;
	font-weight: 400;
	height: 69px;
	width: 428px;
	display: table;
}

#casestudy_copy {
	display: table-cell;
    vertical-align: middle;
    padding: 0 22px;
    margin: auto 0;
}

#casestudy a {
	color: #c55c00;
	text-decoration: none;
	display: inline-block;
}

#casestudy img {
	margin-left: 2px;
}

#casestudy_link {
	font-weight: 600;
}