* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font: 62.5% Arial, sans-serif;  
    background: url(../img/bg2.gif) repeat-x top right;
}

fieldset {
    border: 0;
}

hr {
    display: none;
}

.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}

.red {
	color:#EE545B;
}

img {
    border: none;
    background: #f3fdff;
}

li {
    list-style-type: none;
}

a {
    color: #ee545b;
}

a:visited {
    /*color: #000;*/
}

a:hover {
    /*color: #000;*/
}

p, li {
    color: #414141;
}

li p {
    font-size: 1em;
}

h2 {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 2.3em;
}

h3 {
    margin-bottom: 19px;
    font-size: 1.4em;
    color: #5f5f5f;
}

h3 a {color: #5f5f5f!important;}

h4 {
    margin-bottom: 10px;
    font-size: 1.3em;
    line-height: 1em;
    color: #171919;
}

table {
	border-collapse:collapse;
	width:90%;
	margin-left:1px;
	margin-bottom:15px;
}

th {
	font-size: 1.4em;
	font-weight:bold;
	border:1px solid #E8E8E8;
	padding:5px;
}

td {
	border:1px solid #E8E8E8;
	padding:5px;
	font-size:1.2em;
}

table.emails td { border: none;}

td h3{ font-size:1em;}

strong.price {
	font-size:1.4em;
	color:#EE545B;
}

.header-cover {
    position: relative;
}

.header-right {
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 272px;
    background: url(../img/header-right.gif) repeat-x;
}

.header-left {
    position: absolute;
    right: 50%;
    top: 0;
    width: 50%;
    height: 272px;
}

.header {
    position: relative;
    height: 272px;
}

.header-content {
    width: 990px;
    height: 245px;
    margin: 0 auto;
    padding: 27px 0 0 0;
    background: url(../img/header1.jpg) no-repeat top right;
}

.header-content .plate {
    float: right;
    height: 31px;
    width: 255px;
    overflow: hidden;
    padding-top: 5px;
    color: #fff;
    font-size: 17px;
    font-family: tahoma, sans-serif;
}

.header-content .plate a {
    color: #fff;
    text-decoration: none;
}

.header-content .plate a:hover {
    text-decoration: underline;
}

.header .logo {
    clear: right;
    float: right;
    width: 655px;
    height: 150px;
    overflow: hidden;
    padding-top: 19px;    
}

.header .logo p, .shopping-cart-plate {
    margin-bottom: 10px;
    height: 23px;
    overflow: hidden;
    padding-left: 8px;
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
}

.header .logo h1 {
    font-size: 52px;
    font-weight: normal;
}

.header .logo h1 a {
    text-decoration: none;
    color: #fff;
}

.header .logo h1 strong {
    font-size: 65px;
}

.header .logo .shopping-cart {
    margin-top: -13px;
    letter-spacing: 3px;
}

.shopping-cart-plate {
    clear: right;
    float: right;
    width: 513px;
    padding-top: 11px;
}

.shopping-cart-plate a {
    color: #000;
    text-decoration: none;
    text-transform: lowercase;
}

/* content */

.content-cover {
    position: relative;
    width: 100%;
    clear: both;
}

.content-elast {
    position: absolute;
    left: 50%;
    width: 50%;
    bottom: 0;
    right: 0;
    height: 28px;
    background: url(../img/content-cover.gif) repeat-x right bottom;
}

.content {
    position: relative;
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 90px 55px 0;
    background: url(../img/content.gif) no-repeat right bottom;
}

.main-side {
    float: right;
    width: 600px;
    overflow: hidden;
    padding-top: 25px;
}

.info-side {
    text-align:justify;
    float: right;
    width: 414px;
}

.info-side.full-width {
    float: none;
    width: 100%;
}

.main-side cite, .main-side p, .main-side li {
    font-size: 1.4em;
	padding-bottom:.5em;   
}

.author{
	text-align:right;
	font-weight:bold;
}

.main-side li li {
    font-size: 1em;
	padding-top:.25em;
	padding-bottom:.25em;
}

.main-side p, .main-side ul {    
    margin-bottom: 17px;
}

.main-side ul ul {
	margin-bottom:0;
	padding-top:.25em;
	margin-left:10px;
}

.main-side li {
    padding-left: 9px;
    background: url(../img/item.gif) no-repeat left 3px;
}

.main-side ol {
	padding-left:20px;
	margin: 10px 0;
}

.main-side ol li {
    padding-left: 0;
    background: none;
	list-style:decimal;
}

.about-part,
.features-part {
	width:280px;
	padding-right:20px;
	padding-bottom:2em;
	float:left;
}

.why {    
    width: 160px;
    margin: 20px 437px 0 0;
    background: #f3fdff url(../img/why.gif) no-repeat;
}

.why-inner {
    min-height: 401px;
    height: auto !important;
    height: 401px;    
    padding: 60px 5px 40px 12px;
    background: url(../img/why-bottom.gif) no-repeat left bottom;
}

.why li {
    padding-left: 7px;
    background: url(../img/item-small.gif) no-repeat left 3px;
    font: 1.1em/1.2em arial, sans-serif;
}

.why li a {
    padding-right: 9px;
    text-decoration: none;
    background: url(../img/arrow1.gif) no-repeat right bottom;
}

.extra {
    margin-right: 620px;
    padding: 30px 45px 0 0;
    text-align: right;
    background: url(../img/gear.gif) no-repeat right top;
}

.extra ul {
    margin-bottom: 54px;
    min-height: 175px;
    height: auto !important;
    height: 175px;
}

.extra ul li {
    line-height: 1em;
}

.extra ul a {
    display: block;
    margin-bottom: 1px;
    font: 16px/17px vardana, Myriad Pro, arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding-right: 17px;
    background: url(../img/arrow1.gif) no-repeat right -26px; 
}

.extra ul a:hover {
    background-position: right 5px;
}

.extra form {
    padding-right: 17px;
}

.extra form label {
    color: #51a6cb;
    font-size: 1.1em;
}

.extra form .input {
    margin-bottom: 10px;
    height: 21px;
    width: 133px;
    border: 2px solid #cb452e;
}

.extra form .submit {
    margin-right: 2px;
    height: 16px;
    padding-right: 11px;
    border: none;
    background: url(../img/arrow.gif) no-repeat right 4px;
    font-size: 1.1em;
    color: #000;
    cursor: pointer;
}

.footer {
    text-align: center;
}

.footer ul {
    margin-bottom: 7px;
}

.footer li {
    display: inline;
    color: #118cd1;
    font-size: 1.1em;
}

.footer li a {
    color: #118cd1;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
}

.footer li a:hover {
    text-decoration: underline;
}

.footer p {
    font-size: 1.1em;
    font-weight: bold;
    color: #818687;
}

.bottom {    
    background: #a7f0ff url(../img/footer.gif) repeat-x;
}

.bottom-inner {
    width: 940px;
    margin: 0 auto;
    padding: 40px 30px 55px 0;
    background: url(../img/bottom.gif) no-repeat right top;    
}

.info-side form {
	width:100%;
}

.info-side form p {
	clear:both;
	float:left;
	width:100%;
}

.info-side form p.submit{
	clear:both;
	float:none;
	padding-left:150px;
}

.info-side form label {
	float:left;
	width:150px;
	font-weight:bold;
}

.info-side form .input {
	border: 2px solid #5f5f5f;
	width:250px;
	padding:2px;
}

.info-side form textarea.input {
	width:350px;
	height:150px;
}

.info-side form .button{
	width:120px;
	border: 2px solid #5f5f5f;
	background:#cccccc;
	font-weight:bold;
	color:#414141;
}
.error { color:#ff0000; padding-left:150px;}

.news {
	width: 175px;
	font-size: 12px;
	text-align: left;
}

.news h3 {
	font-size: 15px;
	margin: 10px 0;
}

.news h6 {
	font-size: 13px;
	margin: 6px;
}
