﻿/* Azmira Shoppes Style Sheet */
/* Main Styles for All Pages */

.background {
	background: #fcec94 url('animals3.jpg') repeat; 
/*
    background-color: #fcec94;
    background-image: URL("animals3.jpg");
    background-repeat: repeat;
*/
}

.container {
	margin: 0 auto 0 auto;	
    width: 750px;
    border: #dc8408 5px solid;
    background-color: white;    
    font-family:"Times New Roman",Georgia,Serif;
    padding: 5px;
}

div.clear { both; }


.text_color1 {
	color: green;	
}

.text_color2 {
	color: #003399;	
}

.text_color3 {
	color: green;
	text-decoration: underline;	
}


.text_color4 {
	color: #003399;
}

.border_color1 {
	border: 2px #fcec94 solid;
	padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;/**/
}

.border_color2 {
	border: 2px #dc8408 solid;
	padding: 5px;
}

.smaller {
	font-size: 75%;
}

.close h1 {
    margin-top: 0px;
}

.close h2 {
    margin-top: 0px;
}

.close h3 {
    margin-top: 0px;
}

.close h4 {
    margin-top: 0px;
}

.close h5 {
    margin-top: 0px;
}

.close h6 {
    margin-top: 0px;
}

.close p {
    margin-top: 0px;
}

.close a {
    margin-top: 0px;
}

.close img {
    margin-top: 0px;
}

.closer h1 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.closer h2 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.closer h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.closer h4 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.closer h5 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.closer h6 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.closer p {
    margin-top: 0px;
    margin-bottom: 5px;
}

.closer a {
    margin-top: 0px;
    margin-bottom: 5px;
}

.closer img {
    margin-top: 0px;
    margin-bottom: 5px;
}

.closest h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.closest h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.closest h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.closest h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.closest h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.closest h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.closest p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.closest a {
    margin-top: 0px;
    margin-bottom: 0px;
}

.closest img {
    margin-top: 0px;
    margin-bottom: 0px;
}

.centered {
	text-align: center;
}

.justified {
	text-align: justify;
}

.right_aligned {
	text-align: right;
}

.header {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.address_block {
    float: left;
    width: 180px;
    padding: 5px;
}

.page_specific {
    float: right;
    position: relative;
	width: 180px;
    padding: 5px;
	min-height: 285px;
    z-index: 1/**/
}

.tip_link {
	position:absolute;
	bottom:5px;
}

.logo {
    position:absolute;
	left:180px;
	top:25px;
	z-index: 0;
}

.social_links {
    position:absolute;
	left:200px;
	top:215px;
}

#social_links ul {
	margin: 0;
	padding: 0;
}

#social_links li {
	float: left;
	list-style-type: none;
	text-decoration: none;
	border: none;
	padding-right: 10px;
}

#social_links a {
	display: block;
	border-right: 2px transparent solid;
	border-bottom: 2px transparent solid;
}

#social_links a:hover {
	height: 40px;
	border-right: 2px gray solid;
	border-bottom: 2px gray solid;
}

#social_links img {
	border: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;/
}

#menu li {
    float: left;
	width: 25%;
	list-style-type: none;
	text-decoration: none;
	border: none;
	text-align: center;
}	

#menu a {
	color: #003399;
	display: block;/**/
	margin: 1px;
	padding: 5px 3px;
	border: 1px #dc8408 solid;
	background-color: #fcec94;
}

#menu a:hover {
	color: green;
}

.footer {
	border: 3px #dc8408 double;
	background-color: #fcec94;
	height: 30px;
	width: 744px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.footer ul {
	margin: 0;
	padding: 0;
}

.footer li {
    float: left; 
	width: 25%;
	list-style-type: none;
	text-decoration: none;
	border: none;
	text-align: center;

}	

.footer a {
	color: #003399;
	/* margin: -5px;  */
	/* padding: 5px 3px; */			
	border: none;
}

.footer a:hover {
	color: green;
}


