/* 
    Document   : default.css
    Created on : May 8, 2013, 6:03:47 PM
    Author     : erolmurtezaoglu
    Description:
        Purpose of the stylesheet follows.
*/
body{
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-color: #fbfeff;
  color:#000000;
  /*background: url("../img/gradient_texture.png");*/
}

#wrapper{
    height: 386px;
}

.clear{
    clear: both;
    border:0px !important;
}

.nav-pills > li {
    padding-right: 17px;
}

#pupaLogo{
    width: 288px;
    height: 44px;
    margin-top:7px;
    margin-left: 7px;
    float:left;
}

#socialButtons{
    width: 450px;
    float:left;
    margin-top:7px;
}

#appleLogos{
    width: 203px;
    margin-left: 7px;
    float:left;
}

#menu{
    margin-top: 14px;
    background: url("../img/menu.png") repeat-x;
}

#menu a{
    color: #ffffff;
}

#menu_left{
    background: url("../img/menu_left.png") no-repeat;
    width: 14px;
    height: 34px;
    float:left;
}

#menu_middle{
    background: url("../img/menu_middle.png") repeat-x;
    width: 932px;
    height: 34px;
    margin: 0 auto;
}

#menu_right{
    background: url("../img/menu_right.png") no-repeat;
    width: 14px;
    height: 34px;
    float:left;
    
}

#menu_separator {
    background: url("../img/separator.png") no-repeat;
    width: 2px !important;
    height: 29px !important;
}

ul.navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
        height: 30px;
        background: url("../img/menu_middle.png") repeat-x;
}

ul.navbar li {
	display: table-cell;
	margin: 0;
	padding: 0;
        text-align: center;
        vertical-align: middle;
}

ul.navbar li:hover {
    background: url("../img/menu_middle_hover.png") repeat-x;
}

ul.navbar li .active {
    background: url("../img/menu_middle_hover.png") repeat-x;
}


ul.navbar li a {
	display: block;
        text-decoration: none;
}

ul.navbar li ul
{	margin: 0;
        padding: 0;
        position: absolute;
        visibility: hidden;
        border: 1px solid #8e258d;
        width: 128px;
        z-index: 9999;
}

ul.navbar li ul li
{	float: none;
        display: inline;
        width: 136px;
}

ul.navbar li ul li a
{	display: block;
        background: #8e258d;
        color:#FFFFFF ;
        
}

ul.navbar li ul li a:hover
{	background: #FFFFFF;
        color: #8e258d !important;
}
#footer {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #595a5c;
    margin-top: 10px;
    padding-bottom: 3px;
}

#small_box {
    width: 351px;
    float:left;
    border:medium none;
    border:2px solid #a5a5a6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 8px 3px -5px rgba(0,0,0,0.2);
    background: url("../img/pupademi_bg.png") no-repeat left;
    height: 204px;
    margin-left: 3px;
}

#small_box div{
    text-align: right;
    margin-right: 10px;
    margin-top:3px;
}

#small_box h2 {
    font-size: 14px;
    font-weight: bold;
}

#small_box p {
    font-size: 12px;
}

#medium_box p {
    font-size: 12px;
}

#medium_box h2 a {
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
    color:#000000;
}

#medium_box {
    width:580px;
    float:left;
    border:medium none;
    border:2px solid #a5a5a6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 8px 3px -5px rgba(0,0,0,0.2);
    height: 204px;
    margin-left: 16px;
    overflow: hidden;
}

#online_shop{
    border-right:1px solid #a5a5a6;height: 204px;width: 375px;float:left;text-align: center;
}

#contact_box {
    height: 204px;
    /*background: url('../img/contact_map.png') no-repeat right;*/
    width:204px;
    float:left;
    text-align: center;
}

#contact_box h2 {
    font-size: 22px;
    font-weight: bold;
    margin:8px 0 0 23px;;
}

#contact_box p {
    font-size: 9px;
    margin: 0 0 0 23px;
}

#copyright {
    font-size: 9px;
    color:#ffffff;
    margin-left: 10px;
    width: 265px;
    float: left;
    margin-top: 15px;
}

#footer_links {
    color:#ffffff;
    font-size: 10px;
    padding-right: 15px;
    padding-left: 2px;
    width: 516px;
    float:left;
    margin-top:9px;
}

#footer_links a {
    color:#ffffff;
    font-size: 10px;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}

#footer_links ul {
    list-style: none outside none;
}

#footer_links li {
    float: left;
    height: 12px;
    padding: 3px 5px;
}

#footer_social{
    width: 147px;
    float:left;
    margin-top: 7px;
}

#pupaTvInfo {
    /*width:580px;*/
    border:medium none;
    border:2px solid #a5a5a6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    box-shadow: 0 8px 3px -5px rgba(0,0,0,0.2);
    height: 90px;
    /*margin-left: 16px;*/
    
    padding-left: 14px;
    padding-top:14px;
}