﻿.content_wrapper {    
    min-width: 900px;
    min-height: 100%;
    overflow-x: hidden;
    width: 100%;
}

.header {
    padding: 20px 0;
}

.logo {
    float: left
}

.soc {
    float: right;
}

.soc_item {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    margin-left: 10px;
    background-color: #B5D8FB;
    color:  #DEEEFD;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border: solid 1px #DEEEFD;
    line-height: 30px;
}

.soc_item:hover {
    background-color: #565656;
}

.h1_header {
    font-size: 1.5em;
    text-shadow: 1px 1px 0 #FFFFFF;
    padding: 20px 0;
    color: #5e5e5e;
}

.main_content {
    padding-top: 20px;
padding-bottom: 20px;
}

.gadgets_list {
    position: relative;
    overflow: hidden;
    margin-left: -20px;
}

.gadgets_list li {
    position: relative;
    float: left;
    border: 1px solid #B5D8FB;    
    margin-top: 20px;
    margin-left: 20px;
}

.gadgets_list a {
    height: 84px;
    width: 162px;	
	background-color: #DEEEFD;
	display: block;
	font-size: 17px;
	color: #000000;
	line-height: 18px;
    padding-left: 84px;   
	white-space: normal;	
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

.gadgets_list a span {
    padding-top: 20px;
    display: block;
}

.gadgets_list a:hover {
    background-color: #565656;
}

.footer {
    position: relative;
    color: #5e5e5e;
    text-shadow: 1px 1px 0px #ffffff;
}

.footer a {
    color: #09659F;
}

.footer a:hover {
    text-decoration: none;
}

.cat_sections {
    margin-top: 20px;
    color: #5e5e5e;
    text-shadow: 1px 1px 0px #ffffff;
    font-size: 14px;
}

.cat_sections a {
    font-size: 18px;
    color: #09659F;
}

.cat_sections a:hover {
    text-decoration: none;
}

.footer_links {
    font-size: 11px;
    line-height: 14px;
    padding: 20px 0 50px 0;
    font-family: "Arial";
}

.links_b {
    overflow: hidden;
}

.links_b li {
    float: left;
    padding-bottom: 20px;
    margin-right: 30px;
    line-height: 20px;
}

.centerit {
    clear: both;
    margin: 0 auto;
    text-align: left;
    width: 790px;
}

.h2_caption {
    color: #292929;
    font-size: 35px;
    letter-spacing: -1px;
    padding: 33px 0 7px 20px;
    text-align: left;
    text-shadow: 1px 1px 0 #FFFFFF;
    font-weight: normal;
}

.line {
    height: 1px;
    border-top: solid 1px #D8D8D2;
    background: #FFFFFF;
    margin-top: 30px;
}


.prev {
    height: 60px;
    width: 60px;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;    
    background-color: #4096EE;
}

.prev:hover {
    background-color: #565656;    
}