/* ------------------------------------------------------------

  	* ADVMT.com

  	* Developed by Cole Winans, of Syneticus LLC

	* http://www.syneticus.com


  	screen.css
  	- Site wide style, layout, and function

	reset.css
	- Eric Meyer reset
	
	grid.css
	- 960.gs grid
	
	text.css
	- Typography stylesheet

------------------------------------------------------------ */


/* Make HTML 5 elements display block-level for consistency
------------------------------------------------------------ */
  
header, nav, article, footer, address {  
    display: block;  
}

/* =Structure
------------------------------------------------------------ */
body {
	background: url("../images/wrapper-bg-new.jpg") repeat-x;
	font: 14px/22px "Arial", Helvetica, sans-serif;
	background-color: #fff;
}

header {
	margin-top: 10px;
}

#navigation {
	background: url("../images/navigation-bg.png") no-repeat;
	height: 52px;
	margin-top: -50px;
}

article {
	background: url("../images/article-bg.png") repeat-y;
	padding-bottom: 10px;
	overflow: auto;
}

#interior.product article {
	overflow: hidden;
}

footer {
	background: url("../images/article-bg.png") repeat-y;
	padding-bottom: 10px;
}

#footer-close {
	background: url("../images/footer-bg.png") no-repeat;
	min-height: 41px;
}


/* =Elements
------------------------------------------------------------ */

/* =Links
-------------------------------*/
#navigation ul li a {
	color: #fff !important;
	font-size: 17px;
	text-decoration: none;
	text-shadow: 1px 1px #666666;
	font-weight: normal;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

footer ul li a {
	color: #a8a8a8;
	font-size: 12px;
	text-decoration: none;
}

footer ul li a:hover {
	color: #939393;
}

footer ul li a.active {
	color: #939393;
}

a, .newsticker-jcarousellite a {
	color: #4a60cc !important;
}

a:hover, .newsticker-jcarousellite a:hover {
	color: #6277dd !important;
}

/* =Headers
-------------------------------*/
h1 {
	font-size: 28px;
	color: #4966a5;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 {
	font-size: 16px;
	color: #4966a5;
	font-weight: normal;
	margin-bottom: 5px;
}

#interior h1 {
	text-align: center;
}

/* =Images
-------------------------------*/
#home .content img {
	padding: 0px 0px 10px 10px;
}

#product-images img {
	margin-right: 25px;
	border: 3px solid #d3d3d3;
	width: 220px;
	height: 155px;
} 

#product-images img.last {
	margin-right: 0px;
}

/* =Text
-------------------------------*/
p {
	color: #646568;
	margin-bottom: 15px;
}

.featured-box p {
	font-size: 13px;
}

footer span {
	color: #a8a8a8;
	font-size: 12px;
}

/* =Lists
-------------------------------*/
ul li {
	color: #646568 !important;
}

#navigation ul {
	width: 575px;
	float: right;
	margin-top: 8px;
	margin-right: 20px;
}

#navigation ul li {
	padding-right: 5px;
	display: inline;
}

footer ul {
	text-align: center;
	margin-bottom: 5px;
}

footer ul li {
	display: inline;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
}

ul.left {
	float: left;
	width: 40%;
}

ul.right {
	float: right;
	width: 40%;
}

/* =Utilities
------------------------------------------------------------ */
.right {
	float: right;
}

/* =Layout
------------------------------------------------------------ */
#product-images {
	margin: 20px 0px 20px 50px;
}

#logo {
	margin-left: 60px;
	margin-bottom: 10px;
}

.content {
	width: 830px;
	margin: auto;
	padding-top: 20px;
}

#featured {
	width: 860px;
	float: left;
	display: block;
}

.featured-box {
	background: url("../images/featured-box-bg.jpg") no-repeat;
	width: 261px;
	height: 173px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.featured-box .last {
	margin-right: 0;
}

.featured-container {
	padding: 10px;
	text-align: center;
}

#clients {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

/* =Footer
-------------------------------*/
footer .content {
	text-align: center;
	padding-top: 0;
}

/*news scroller start*/
#newsticker-demo { 
width:100%; 
background:#inherit; 
padding:0; 
}

.newsticker-jcarousellite a { text-decoration:none; color:#646568; background-color:inherit; display:block; }
.newsticker-jcarousellite a:hover { text-decoration:none; color:blue; background-color:inherit; }

#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { width:100%; max-height:125px !important; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:0; margin:0 0 0 0; }
.newsticker-jcarousellite .thumbnail { float:left; width:100%; }
.newsticker-jcarousellite .info { float:right; width:100%; }
.newsticker-jcarousellite .info span.cat { display: block; /*font-size:10px; color:#808080;*/ }

.clear { clear: both; }
/*news scroller end*/