@charset "utf-8";
/* about azul main CSS Document */

body {
	background: #335789;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

#azulcontainer {
	width:977px;
	margin:0 auto;
	padding:0;
}

/* ------ holds very top menu items, above the header ---*/
#azultopmenu {
	text-align:right;
	margin: 0 15px 5px 0;
}
#azultopmenu a, #azultopmenu a:visited {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	padding:0 4px;
}
#azultopmenu a:hover {
	color:#c8ddf8;
}
						

/* ------ header tag ------*/
#azulheader {
	background: url(images/header.jpg) no-repeat;
	height:120px;
	margin-top:5px;
}

/* -- body of site tag, holds the background image that will sit behind menu --*/
#azulmain {
	background: url(images/white-bkg.jpg) repeat-y;
	padding: 0 0 0 0;
	margin:0;
	
}

/* ----- menu div, sets bkg and height ---*/
#azulmenu {
	height:30px;
	background: url(images/menu-bkg.jpg) no-repeat;
	padding:10px 25px 0 45px;
	margin:0;
	font-weight:bold;
	
}

/* --- actual menu definitions, holds menu items -----*/


.pottery a, .pottery a:visited {
	color:#c10000;
	text-decoration:none;
	font-size:14px;
}
.pottery a:hover {
	color:#335889;
	text-decoration:underline;
}

.bluepottery a, .blupottery a:visited {
	color:#335889;
	text-decoration:none;
	font-size:13px;
	padding: 0 12px;
}
.bluepottery a:hover {
	color:#f77810;
	text-decoration:underline;
}

/* ----- main content and definitions-----*/
#azulmaincontent {
  margin: 10px 220px 0 220px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
  padding: 0 2.5em 0 2.5em; /* padding here creates white space "inside the box." */
}

.azulsubs {
	font-weight:bold;
	color:#000;
	border-bottom: 2px solid #000;
}

#azulmaincontent a, #azulmaincontent a:visited {
	color:#f77810;
	font-weight:bold;
	font-size:12px;
}

#azulmaincontent a:hover {
	color:#335889;
}

.imageborder {
	border:2px solid #000;

}

#beyondfooter {
	color:#fff;
}
#beyondfooter a, #beyondfooter a:visited {
	color:#fff;
	font-weight:bold;
}
#beyondfooter a:hover {
	color: #FC0;
}


/* ----- floated boxes on left container and definitions -----*/
#azulleftfloatedbox {
	float:left;
	width:210px;
	margin-left:30px;
	margin-top:10px;
}
#azulleftfloatedbox a, #azulleftfloatedbox a:visited {
	color:#335889;
	font-weight:bold;
	font-size:12px;
	line-height: 16px;
}

#azulleftfloatedbox a:hover {
	color:#f77810;
}
.subtitles {
	font-weight:bold;
	font-size:13px;
	color:#33588a;
}

/* ------ first box on left  and definitions -----*/
#azulspecialsbox {
	border: 2px solid #728bae;
	padding:5px;
	background: #fff url(images/lil-bubbles.jpg) top right no-repeat;
	text-align:left;
}

/* ------second box on left  and definitions -----*/
#azulglazebox {
	border: 2px solid #728bae;
	padding:5px;
	background: #fff url(images/lil-bubbles.jpg) top right no-repeat;
	text-align:left;
	margin-top:10px;
}

/* ------ search box on left  and definitions -----*/
#azulsearchbox {
	border: 2px solid #728bae;
	padding:5px;
	background: #fff url(images/lil-bubbles.jpg) top right no-repeat;
	text-align:left;
	margin-top:10px;
}

/* ------ second box on left  and definitions -----*/
#azulstorebox {
	border: 2px solid #728bae;
	padding:5px;
	margin-top:10px;
	background: #fff url(images/lil-bubbles.jpg) top right no-repeat;
	text-align:left;
}

/* ------ right floated boxes on right  and definitions -----*/
#azulrightfloatedbox {
	float:right;
	width:210px;
	margin-right:30px;
	margin-top:10px;
	text-align:left;
}
#azulrightfloatedbox a, #azulrightfloatedbox a:visited {
	color:#335889;
	font-weight:bold;
	font-size:12px;
	line-height: 16px;
}

#azulrightfloatedbox a:hover {
	color:#f77810;
}

/* ------ cart box on right  and definitions ----*/
#azulcartbox {
	border: 2px solid #728bae;
	padding:5px;
	background: #fff url(images/lil-bubbles.jpg) top right no-repeat;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#azulfooter {
	clear:both;
	height:15px;
	background: url(images/footer.jpg) no-repeat;
	padding:20px 45px;
	font-size:11px;
	font-weight:bold;
	text-align:left;
}
#azulfooter a, #azulfooter a:visited {
	color:#335889;
	text-decoration:none;
	padding: 0 15px;
}
#azulfooter a:hover {
	color:#f77810;
	text-decoration:underline;
}