body
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    font-variant: normal;
    font-weight: 400;
	background: #bdbbbc;
	color: #404041;
}

header, footer, .container
{
    min-width: 990px;
}

header
{
    height: 30px;
    border-bottom: solid 2px #666667;
    min-width: 990px;
    width: 100%;
}

footer
{
    border-top: solid 2px #666667;
    clear: both;
}

ul
{
    list-style: none;
}

h1
{
    font-size: 240%;
}

h2
{
    font-size: 180%;
}

h3
{
    font-size: 150%;
}

a
{
    text-decoration: none;
    color: #f37524;
}

a:hover
{
    text-decoration: underline;
}

.container
{
    min-width: 990px;
	background: #ffffff;
}

.main-container
{
    text-align: left;
}

.header-container, .footer-container, .main-container
{
    margin: 0 auto;
    width: 990px;
}

.crossbrowser-logo
{
	margin-top: .3em;
    float:left;
    width: 92px;
    height: 22px;
	background: url('Images/logo_cb.png');
}

.cb-navigation
{
    margin-top: 8px;
    margin-bottom: 0px;
    float:right;    
}

.cb-navigation li
{
    margin-left: .5em;
    float:left;    
}

.cb-navigation li a
{
    color: #ffffff;
    font-size: 14px;
    padding: .2em 1.25em;
    font-weight: normal;
}

.cb-navigation li a:hover
{
    color: #f37524;
    text-decoration: none;
}

.footer-block
{
    width: 35%;
    float:left;
    text-align: left;
}

.footer-block h3
{    
	color: #f37524;
	margin-top: 24px;
    margin-bottom: .7em;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
}

.footer-block ul
{
    margin-bottom: 1.1em;
	display: inline;
}

.footer-block ul li
{
    margin-bottom: .5em;
}

.footer-block ul li a
{
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

.footer-block ul li a:hover
{
	color: #f37524;
}

.footer-right-block 
{
    width: 25%;
    float:right;
}

.footer-right-block ul
{
	float: right;
}

.footer-right-block ul li
{
	margin-bottom: 1.2em;
}

.footer-right-block ul li a
{
	display: block;
	width: 32px;
	height: 32px;
}

.facebook
{
	background: url('Images/facebook.png');
}

.twitter
{
	background: url('Images/twitter.png');
}

.googleplus
{
	background: url('Images/gplus.png');
}

.rss
{
	background: url('Images/rss.png');
}

.product-left
{
    float:left;
    border: 1px solid #bdbbbc;
    border-radius: 4px;
    width: 28%;
    height: 220px;
    margin: 0px 46px 46px 0;
    padding: 10px;
	box-shadow: 0 0 3px rgba(0,0,0,.6);
}

.product-left-wide
{
    width: 45%;
	height: 175px;
    margin: 0 55px 0 0;
}

.product-left-last
{
    margin: 0;
}

.blog-news
{
    border-top: 1px solid #bdbbbc;
    clear:both;
	height: 275px;
}

.blog-left
{
    float:left;
    width: 26%;
    height: 135px;
    margin: 0px 46px 46px 0;
    padding: 10px;
}

.blog-left a.headline
{
	font-weight: bold;
}

.products-slideshow
{
	width: 100%;
	height: 450px;
	border-bottom: 1px solid #bdbbbc;
}

.slides
{
	margin-left: 45px;
}

.slides-next
{
	display: block;
	width: 50px;
	height: 45px;
	position: relative;
	left: 900px;
	top: -200px;
	background-image: url('http://www.crossbrowserbook.com/Content/Images/next.png');
}

.slides-prev
{
	display: block;
	width: 50px;
	height: 45px;
	position: relative;
	left: -60px;
	top: -245px;
	background-image: url('http://www.crossbrowserbook.com/Content/Images/prev.png');
}

.browseemall
{
	width: 275px;
	height: 48px;
	background-image: url('http://www.crossbrowserbook.com/Content/Images/logo_browseemall.png');
	display: block;
}

.crossbrowservalidator
{
	width: 275px;
	height: 48px;
	background-image: url('http://www.crossbrowserbook.com/Content/Images/logo_crossbrowservalidator.png');
	display: block;
}

.url2picture
{
	width: 275px;
	height: 48px;
	background-image: url('http://www.crossbrowserbook.com/Content/Images/logo_url2picture.png');
	display: block;
}

.browseemallapi
{
	width: 275px;
	height: 48px;
	background-image: url('http://www.crossbrowserbook.com/Content/Images/logo_browseemallapi.png');
	display: block;
}

.handbook
{
	width: 300px;
	height: 48px;
	background-image: url('http://www.crossbrowserbook.com/Content/Images/logo_handbook.png');
	display: block;
}


a.button
{
	padding: .5em 1em;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	border: medium none;
	margin: -.5em .8em 4em 0;
	padding-top: .4em;
	padding-bottom: .4em;
	color: #fff;
	background-color: #f37524;
	box-shadow: 4px 4px 0 0 #ebebeb;	
}

a.button:hover
{
	background-color: #f7911c;
}

.product-left p
{
	margin-bottom: 25px;
}

.details-content h2
{
	margin: 0;
	padding-top: 30px;
}

.hidden 
{
    display:none;
}