/* CSS Document */
#sango-holder{
position: relative;
top: -30px;
}
/*
|---------------------------------------
|				HEADER
|---------------------------------------
*/
#sango-header{
position: relative;
width: 1000px;
height: 190px;
}
#logo{
position: relative;
left: 16px;
top: 9px;
}
#sango-official-website{
position: relative;
left: 101px;
top: 68px;
}
/*
|---------------------------------------
|			NAVIGATION MENU
|---------------------------------------
*/
#navigation-background{
position: relative;
top: -4px;
width: 1000px;
height: 70px;
background-image: url(../pictures/navigation-menu-background.png);
background-position: 2px 0px;
background-repeat: no-repeat;
text-align: left;
}
#navigation-option-position{
position: relative;
left: 24px;
}
#navigation-option{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
}

#navigation-option a{
text-decoration: none;
color: #000000;
}
#navigation-option a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #FFFFFF;
}
/*
|---------------------------------------
|			BODY CONTENT
|---------------------------------------
*/
#front-content{
position: relative;
top: -2px;
width: 1000px;
height: auto;
text-align: left;
}
/*
|---------------------------------------
|			NAVIGATION button
|---------------------------------------
*/
#button-position{
position: relative;
top: 3px;
left: -2px;
}
.menu-link{
outline: none;
text-decoration: none;
cursor: pointer;
}
.menu-link img{
border: none;
}
#menu-button{
position: relative;
top: -4px;
}
#gallery-button{
position: relative;
top: -9px;
}
#blogs-button{
position: relative;
top: -13px;
}
#stores-button{
position: relative;
top: -17px;
}
/*
|---------------------------------------
|			CONTACT CONTENT
|---------------------------------------
*/
#contact-content{
width: 680px;
height: auto;
position: relative;
top: 3px;
left: -10px;
}
#upper-background{
background-image: url(../img/contact-us-bgupper.png);
width: 680px;
height: 9px;
background-repeat: no-repeat;
}
#middle-background{
background-image: url(../img/contact-us-bgmiddle.png);
width: 680px;
height:auto;
background-repeat: repeat-y;
text-align: left;
}
#lower-background{
background-image: url(../img/contact-us-bglower.png);
width: 680px;
height: 10px;
background-repeat: no-repeat;
}
#contact-us-content{
text-align: center;
}
#address-header{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
}
#contactinformation-holder{
border: 0px solid #ffcc00;
width: 500px; 
height: auto; 
position: relative; 
left: 50px;
}
#contactinformation-word{
font-family: Arial;
font-size: 14px;
color: #666666;
font-weight: bold;
}
.philvending{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #ffcc00;
height: 18px;
border: 0px solid #ffcc00;

}
.location-style-description{
font-family: Arial;
font-size: 13px;
color: #666666; 
}
#address-style{
font-family: Arial;
font-size: 13px;
color: #666666;
font-weight: bold;
}
.location-style-description-number{
border: 0px solid #ffcc00;
height: 40px;
position: relative;
left: 10px;

}
#phone-style{
font-family: Arial;
font-size: 12px;
color: #666666;
font-weight: bold;
}
.number-style{
font-family:Arial;
font-size: 11px;
font-weight: ;
color: #666666;
}
#address-position{
position: relative;
left: 10px;
}

/*
|---------------------------------------
|			FOOTER
|---------------------------------------
*/
#footer{
position: relative;
top: 0px;
left: 0px;
width: 1000px;
height: 38px;
background-image: url(../pictures/footer-background.png);
background-position: center;
background-repeat: no-repeat;
text-align: center;
}
#footer-content{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}



