﻿.psh
{
    color: Purple;
    font-weight: bold;
    font-size: 27pt;
}

/*------------------------------------------------------------------------------------------------------*/
body
{
    background-color: rgb(250, 250, 250);
    color: rgb(100, 100, 100);
    margin: 0px;
}

.center_content
{
    width: 100%;
    border: 0px;
    padding: 0;
    margin: 0 auto;
}

h1
{
    font-family: "GarageGothic Regular";
    font-size: 20px;
    letter-spacing: -1px;
    color: rgb(43, 160, 214);
}

.heading
{
    width: 100%;
    height: 60px;
    background: #636363; /* #2183c4;*/
    background: -webkit-gradient( linear,  left top,  left bottom,  from(#636363),   to(#292929) 		);
    background: -moz-linear-gradient( top,  #636363,  #292929 		);
    font-size: 16px;
   
    text-align: center;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    margin-bottom: 5px;

    position:fixed;
    top:0px;
    left:0px;
    
}

.menu_list
{
    margin: 0px;
    text-align: center;
}

.menu_list li
{
    list-style: none;
    display: inline;
    /*float: left;*/
}

.menu_list li a
{
    text-decoration: none;
    
    color: white;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin:30px;
    font-family: "GarageGothic Regular";
}

.menu_list li a:hover
{
    background-image: url('../Images/link_background.png');
    background-repeat: repeat-x;
}

.main_area
{
    margin-top:65px;
}
.clear
{
    clear:both;
    height:10px;
}
.box1
{
     border: 9px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
    
   
    margin: 16px;
    margin-left: 0px;
    width: 660px;
    height: 350px;
    float: left;
}
.box1 a
{
    text-decoration: none;
    font-family: "GarageGothic Regular";
    font-size: 20px;
    letter-spacing: -1px;
    color: rgb(43, 160, 214);
}

.box1 a:hover
{   
    color: rgb(100, 100, 100);

    opacity: 1; /*box-shadow: blur;*/
    -moz-text-shadow: 0 0 20px #000;
    -webkit-text-shadow: 0 0 20px #000;
    text-shadow: 0 0 20px #000;
    filter: Shadow(Color=red, Direction=130, Strength=1); /* IE Proprietary Filter*/
}

.box2
{ 
    border: 9px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
    
    margin: 16px;
    margin-right: 0px;
    width: 262px;
    height: 180px;
    float: left;
}
.box2 a
{
    text-decoration: none;
    font-family: "GarageGothic Regular";
    font-size: 20px;
    letter-spacing: -1px;
    color: rgb(43, 160, 214);
}

.box2 a:hover
{
    letter-spacing: -1px;
    color: rgb(100, 100, 100);
    
    opacity: 1; /*box-shadow: blur;*/
    -moz-text-shadow: 0 0 20px #000;
    -webkit-text-shadow: 0 0 20px #000;
    text-shadow: 0 0 20px #000;
    filter: Shadow(Color=red, Direction=130, Strength=1); /* IE Proprietary Filter*/
}
.box3
{
     border: 9px;
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
    
  
    margin: 16px;
    margin-right: 0px;
    margin-top:7px;
    width: 262px;
    height: 146px;
    float: left;
    
}

.box3 a
{
    text-decoration: none;
    font-family: "GarageGothic Regular";
    font-size: 20px;
    letter-spacing: -1px;
    color: rgb(43, 160, 214);
}

.box3 a:hover
{   
    color: rgb(100, 100, 100);

    opacity: 1; /*box-shadow: blur;*/
    -moz-text-shadow: 0 0 20px #000;
    -webkit-text-shadow: 0 0 20px #000;
    text-shadow: 0 0 20px #000;
    filter: Shadow(Color=red, Direction=130, Strength=1); /* IE Proprietary Filter*/
}

.box3 li
{
    list-style: none;
    text-decoration: none;
    text-align: center;
    padding-bottom: 20px;
}

.box4
{
    border: 1px solid black;
    margin: 16px;
    margin-right: 0px;
    width: 645px;
    height: 320px;
    float: left;
}

.box5
{
    margin-left: 5px;
    margin-top: 16px;
    margin-right: 0px;
    margin: bottom:16px;
    width: 50px;
    height: 300px;
    float: left;
}

.bottom
{
    clear: both;
    text-align: center;
    font-size: 12px;
}
.bottom a
{
    text-decoration: none;
    font-size: 12px;
    color: rgb(100, 100, 100);
}
.bottom a:hover
{
    text-decoration: none;
    font-size: 20px;
    margin: 15px;
}

.footer
{
    clear: both;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 11px;
    color: white;
    background-color: black;
}


.addcart
{
    width: 198px;
    position: fixed;
    top: 180px;
    right: 100px;
    float: right;
    background: #9DD31E; /* #2183c4;*/
    background: -webkit-gradient( linear,  left top,  left bottom,  from(#9DD31E),   to(#2183c4) 		);
    background: -moz-linear-gradient( top,  #9DD31E,  #2183c4 		);
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
    font-size: medium;
    color: White;
    font-weight: bolder;
}

.offer
{
    width: 198px;
    position: fixed;
    top: 400px;
    right: 100px;
    float: right;
    background: #DE003F; /* #2183c4;*/
    background: -webkit-gradient( linear,  left top,  left bottom,  from(#DE003F),   to(#96002B) 		);
    background: -moz-linear-gradient( top,  #DE003F,  #96002B 		);
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
    font-weight: bolder;
    color: White;
}

.price
{
    font-size: x-large;
    color: Wheat;
    text-shadow: v-shadow;
}

.upgrade
{
    border: 9px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
    font-weight: bolder;
}


/*--------------------------------------*/
h2
{
    font-family: "Cambria";
    font-size: 30px;
    font-weight: normal;
}

p
{
    font-family: "Cambria";
}


.coloredTextBig
{
    color: rgb(141,26,133);
    font-weight: bold;
    font-size: 30px;
}

.coloredTextSmall
{
    color: rgb(141, 26, 133);
}

.steps_list
{
    font-family: "Cambria";
}

.steps_list li
{
    list-style: none;
    display: inline;
    float: left;
    margin-right: 20px;
}

.benefits_list
{
}

.benefits_list li
{
    list-style-type: none;
    background: url('Images/tick.png') no-repeat top left;
    height: 45px;
    padding-left: 40px;
}

.needs_list
{
    margin: 0px;
}

.needs_list li
{
    list-style: none;
    clear: both;
}


.roundEdje
{
    border: 9px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
    font-weight: bolder;
    margin: 40px;
}

.roundEdje2
{
    border: 9px;
    -moz-border-radius: 8px 0px 0px 8px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-box-shadow: 1px 1px 5px #000;
    -webkit-box-shadow: 1px 1px 5px #000;
    box-shadow: 1px 1px 5px #000;
    font-weight: bolder;
    margin: 40px;
}


.roundEdje a
{
    text-decoration: none;
    font-family: "GarageGothic Regular";
    font-size: 20px;
    letter-spacing: -1px;
    color: rgb(43, 160, 214);
}
.roundEdje li
{
    list-style:none;
}

.roundEdje a:hover
{
    background-image: url('../Images/link_background.png');
    background-repeat: repeat-x;
    color: #292929;
}
