﻿/* general layout */
body {
    margin: 0;
    padding: 0;
    border: 0px;
    background-image: url(../images/bodyBg.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #808080;
}
    body.subpage {
        background-image: url(../images/SubbodyBg.png) !important;
    }

html {
    background-image: url(../images/htmlBG.png);
    background-repeat: repeat-y;
    background-color: #eeeeee;
    width: 100%;
    height: 100%;
}

div.MainPage {
    background-image: url(../images/MainPageBG.png);
    background-repeat: no-repeat;
    max-width: 1176px;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    padding-top: 20px;
    text-align: left;
    float: left;
}
div.SubMainPage {
    background-image: url(../images/SubMainPageBG.png) !important;
}

div.PageRight {
    padding-top: 160px;

}



/* fonts */
@font-face {
    font-family: 'Aaargh';
    src: url('../Aaargh-fontfacekit/Aaargh-webfont.eot');
    src: url('../Aaargh-fontfacekit/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('Aaargh-fontfacekit/Aaargh-webfont.woff') format('woff'),
         url('../Aaargh-fontfacekit/Aaargh-webfont.ttf') format('truetype'),
         url('../Aaargh-fontfacekit/Aaargh-webfont.svg#AaarghNormal') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
    color:#0072c6;
    text-decoration: none;
}

/* header */

#leftTopLogo {
    border: 0px;
}
div.Header {
    font: 12px 'Aaargh', Arial, sans-serif; 
	letter-spacing: 0;	
	font-style: italic;
	width: 680px;
}
div.Header img {
    float: left;
    padding-right: 10px;
}

div.Header h1 {
    font: 18px 'Aaargh';
    color: #808080;
}



/* Horizontal menu */
div.Menu ul {
    display: table;
    padding: 0;
}
div.Menu li {
    display: table-cell;
    text-align: left;
}
div.Menu a
{
	font: 26px 'Aaargh', Arial, sans-serif; letter-spacing: -1px;	
	padding-right: 30px !important;
}
a.menu-item.selected
{
	text-decoration: underline;
}

div.Menu
{
	float: none;
	clear: both;
	/*height: 30px;*/
	padding-top: 20px;
    height: 80px;
}



/* Content */
div.Content {
    min-height: 300px;
}
div.Content div.Left, div.Content div.Center, div.Content div.Right  {
    width: 288px;
    float: left;
    margin-right: 20px;
}

div.LeftWide {
    width: 596px;
    float: left;
    margin-right: 20px;
}

div.Content h2 {
    clear: both;
    padding-top: 20px;
    font: 20px 'Aaargh', Arial, sans-serif; letter-spacing: -1px;	
    color: #c72923;
}

div.Content h3 {
    font: 18px 'Aaargh', Arial, sans-serif; letter-spacing: -1px;	
    color: #990000;
}

div.reseller {
    float: left;
    width: 50%;
}

div.ProductExample img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

div.ProductExample h2 {
    clear:none !important;
}

div.ProductExample {
    clear: both;
    width: 100%;
    max-width: 950px;
}

/* right */
div.PageRight h3 {
    font: 24px 'Aaargh', Arial, sans-serif; letter-spacing: -1px;	
    color: #fff;
    margin-top: 0px;
    padding-top: 0px;
}

/* footer */

div.Footer {
    clear: both;
    padding-top: 40px;
}