html, body {
	margin: 0;
	height: 100%;
	background-color: #000000;
}
#home {
	background-image: url(img/homepage_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#inner {
	background-image: url(img/carbon_bkg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#banner {
	padding: 0;
	margin-bottom: 0;
	height: 110px;
	position: relative;
	zoom: 1;
}
#header {
	height: 300px;
	clear: both;
}
#header img {
}
#title {
	height: 110px;
}
#title img {
	margin-left: 300px;
}
#headertext {
	margin-left: 300px;
}
#content {
	padding: 0;
	margin-left: 300px;
}
#sidebar {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}
#sidebarbtm {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}
.menuwrap {
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper {
	min-height: 100%;
	margin-bottom: -110px;
	position: relative;
}
#footer {
	clear: both;
	padding: 0;
	margin-top: 0;
	background-image: url(img/footer_carbon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 110px;
	position: relative;
}
.logo {
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
.main {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
/* Clearfix Start */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:right;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
* html .clearfix {
	height: 1%;
}
/* Clearfix Ends */
/* Split Starts */
.split {
}
.splitleft {
	float: left;
	width: 310px;
}
.splitright {
	float: right;
	width: 310px;
}
.splitacc {
	margin-bottom: 25px;
	padding-top: 25px;
}
.splitleftpic {
	float: left;
	width: 220px;
}
.splitrighttext {
	float: right;
	width: 400px;
}
.split h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 0px;
	font-weight: normal;
	color: #eee;
}
/* Split Ends :-) */
/* Typography Starts */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 0px;
	font-weight: normal;
	color: #eee;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #EEEEEE;
	font-weight: normal;
	line-height: 150%;
}
h3 {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #898989;
	border-right-color: #898989;
	border-bottom-color: #898989;
	border-left-color: #898989;
	padding-top: 15px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #C2C210;
	font-weight: normal;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #C2C210;
	font-weight: normal;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	font-weight: normal;
}
#content p {
	color: #CCCCCC;
	font-size: 14px;
}
#footer p {
	color: #999;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 110px;
}
/* Typography Ends */
a.ovalbutton {
	background: transparent url('img/oval-gray-left.gif') no-repeat top left;
	display: block;
	float: left; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton {
	color: #494949; /*button text color*/
	text-decoration: none;
}
a.ovalbutton span {
	background: transparent url('img/oval-gray-right.gif') no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}
a.ovalbutton:hover { /* Hover state CSS */
	background-position: bottom left;
}
a.ovalbutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: black;
}
.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}
/* Button Ends */
.clearfooter {
	height: 125px;
	clear: both;
}
/* Side Menu Starts */
.glossymenu {
	padding: 0;
	width: 220px; /*width of menu*/
	border: 1px solid #838383;
	border-bottom-width: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.glossymenu a.menuitem {
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	background-color: black;
	background-image: url(img/menu.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: white;
}
.glossymenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 7px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover {
	background-image: url(img/menu_over.jpg);
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
}
.glossymenu div.submenu ul li a {
	display: block;
	color: #444;
	text-decoration: none;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
}
.glossymenu div.submenu ul li a:hover {
	background: #eee;
	color: #000;
}
#portfolio ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#portfolio li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#rotate {
	margin-top: 10px;
	height: 280px;
	overflow: hidden;
	float: left;
	width: 250px;
	padding: 0;
}
ul {
	margin: 0px;
	padding: 0px;
}
.intropic {
	float: right;
	margin-top: 10px;
}
.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
}
.mustagree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
}
select.formSelect {
	width: 125px;
	background-color: #eee;
}
input.formInputText {
	width: 125px;
	background-color: #eee;
}
textarea {
	width: 125px;
	background-color: #eee;
}
#content a:link, #content a:visited {
	color: #FFFFFF;
}
#content a:hover {
	color: #FFFF99;
}
.dimensions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
}
.photostrip {
	margin-right: -20px;
	margin-bottom: 25px;
	height: 150px;
}
.photo {
	background-color: #666666;
	width: 148px;
	margin-right: 20px;
	float: left;
	border: 1px solid #898989;
	height: 148px;
}
.highlightit img {
	border: 1px solid #898989;
	width: 148px;
	height: 148px;
	margin-right: 20px;
	float: left;
}
.highlightit:hover img {
	border: 1px solid #FFFF99;
}
.highlightit:hover {
	color: red; /* Dummy definition to overcome IE bug */
}
.picstrip {
	margin-right: -20px;
	margin-bottom: 25px;
	height: 175px;
}
.picture {
	background-color: #666666;
	width: 318px;
	margin-right: 20px;
	float: left;
	border: 1px solid #898989;
	height: 173px;
}
.customers {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898989;
}
.cushycms {
}
.cushycms-wysiwyg {
}
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
}.infotable {
	font-size: 10px;
}
.infotable p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
a:focus {
	outline:none
}
.sbtn {
	position: absolute;
	top: 32px;
	right: 0px;
	width:220px;
	height:40px;
	z-index: 99;
}
#signupbtn {
	display:block;
	width:220px;
	height:40px;
	background-image:url(img/sign.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

#signupbtn:hover {
	background-position:0 -40px;
}

#signupbtn span {
display:none;
}
#social {
	margin-top: 20px;
	height: 48px;
	padding-left: 15px;
}
.iconrt {
	float: left;
	margin-right: 37px;
}
a.linkopacity img {
   	filter:alpha(opacity=50);
   	-moz-opacity: 0.4;
  	 opacity: 0.5;
   	-khtml-opacity: 0.4;}
     a.linkopacity:hover img {
   	filter:alpha(opacity=100);   
   	-moz-opacity: 1.0;   
  	 opacity: 1.0;
  	 -khtml-opacity: 1.0; }
#headingbdr {
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 20px;
}
#videobdr {
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 20px;
	margin-top: 15px;
}
#easyTooltip{
	padding:5px 10px;
	border:1px solid #777;
	color:#fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #000;
   	filter:alpha(opacity=70);
   	-moz-opacity: 0.7;
  	 opacity: 0.7;
   	-khtml-opacity: 0.7;}

.video {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: right;
}
