html {
	margin:0px;
	padding:0px;
	display:inline;
	background-color:#3c3c3c;
	font-family:'Ubuntu', arial, sans-serif;
	font-weight:300;
}
body {
	margin:0px;
	padding:0px;
	display:inline;
}

/* Home CSS */
#top-container {
	background-image:url(../images/x-low-home.png);
	background-position:center;
	width:100%;
	height:531px;
	margin:0 auto 0 auto;
	overflow:visible;
}
#navi-container {
	width:960px;
	margin:0 auto 0 auto;
	height:538px;
}
#logo {
	background-image:url(../images/coxx-mobile-systems.png);
	height:79px;
	width:153px;
	float:right;
	cursor:pointer;
	overflow:auto;
	margin:-92px -4px 0px 0px;
}
#language {
	background-image:url(images/lang-usa.png);
	height:20px;
	width:20px;
	margin:41px 0px 0px 776px;
	position:absolute;
	cursor:pointer;
}
#languagetext {
	height:20px;
	width:200px;
	margin:45px 0px 0px 724px;
	position:absolute;
	cursor:pointer;
	font-size:10px;
}
#home-text {
	float:left;
	margin:20px 0 0 0;
}
#product-select-container {
	background-image:url(images/graph.png);
	width:100%;
	height:273px;
	padding-left:147px;
}
#product-select {
	width:960px;
	height:273px;
	margin:0 auto 0 auto;
}
.product {
	width:300px;
	height:200px;
	margin:20px 40px 0 0;
	text-align:center;
	float:left;
	cursor:pointer;
}
.home-product-title{
	font-size:15px;
	font-weight:bold;
	color:#2966ca;
	margin:10px 0 10px 0;
}
.home-product-text{
	font-size:13px;
	height:98px;
	font-weight:normal;
	color:#000;
	margin:0 0 0 0;
}
#home-info-container {
	background-color:#fcfcfc;
	width:100%;
	padding:20px 0 20px 0;
	float:left;
}
#home-info {
	width:960px;
	margin:0 auto 0 auto;
}
.home-info {
	width:400px;
	float:left;
	margin:0 40px 0 40px;
}

/* 100% width Layout */
.wcontent {
	background-color:#FFF;
	border-radius:6px;
	width:960px;
	margin:20px 0 20px 0;
	-moz-box-shadow: 1px 0px 20px #000;
	-webkit-box-shadow: 0px 3px 4px #000;
	box-shadow: 0px 0px 4px #959595;
	float:left;	
}
.wcontent-grey {
	background-color:#EFEFEF;
	width:960px;
	margin:10px 0 20px 0;
	float:left;	
}
/* Blog Layout */
.blog-post {
	background-color:#FFF;
	border-radius:6px;
	width:650px;
	margin:20px 0 20px 0;
	-moz-box-shadow: 1px 0px 20px #000;
	-webkit-box-shadow: 0px 3px 4px #000;
	box-shadow: 0px 0px 4px #959595;
	float:left;
}
.right-post {
	background-color:#FFF;
	border-radius:6px;
	width:230px;
	min-height:150px;
	margin:20px 0 20px 0;
	padding:20px 20px 20px 20px;
	-moz-box-shadow: 1px 0px 20px #000;
	-webkit-box-shadow: 0px 3px 4px #000;
	box-shadow: 0px 0px 4px #959595;
	float:right;
}
.blog-author {
	width:105px;
	float:left;
	text-align:center;
	padding:20px 0 0 0;
}
.blog-text {
	width:500px;
	float:left;
	margin:0 0 0 10px;
}

/* Product Page */
.media-btn a:link{
	background-image:url(images/view-media-btn.png);
	width:289px;
	height:47px;
	float:right;
	margin:140px 20px 0 0;
}
.media-btn a:hover {
	background-image:url(images/view-media-btn2.png);
	width:289px;
	height:47px;
	float:right;
}

.product-text-container {
	width:240px;
	margin:20px 0px 40px 60px;
	float:left;
}
.product-text-container-2 {
	width:550px;
	margin:20px 0px 40px 60px;
	float:left;
}
.product-text-container-3 {
	width:830px;
	margin:20px 0px 40px 60px;
	float:left;
	}
.product-text-container-4 {
	width:400px;
	margin:20px 0px 10px 60px;
	float:left;
}
.gallery-container {
	width:930px;
	margin:30px 30px 30px 30px;
	float:left;
}



/* Footer CSS */
#footer-container {
	width:960px;
	height:400px;
	margin:0 auto 0 auto;
}
#footer {
	width:960px;
	height:400px;
	margin:0 auto 0 auto;
}
.footer {
	width:225px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	float:left;
	margin:10px 7px 10px 7px;
}
ul.footer {
	list-style: none inside;
	padding:0;
	font-weight:normal;
	font-size:10px;
	line-height:20px;
}