@charset "utf-8";
/* POTRAIT INNOVATIONS COMMON CSS STYLES */

* {
	margin: 0;
	padding: 0;
}

html {
	background: #cfe1ed url(../media/images/bg.jpg) top left repeat-x;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
}

/* COMMON */
.clear {
	clear: both;
	height: 1px;
}

img {
	color: #FFFFFF;
	font-size: 7px;
}

a {
	outline: none;
	text-decoration: none;	
}

img, div { behavior: url(../resources/iepngfix.htc) }
/* END OF COMMON */

/* CONTAINER */
#container-top {
	background: transparent url(../media/images/header.jpg) top left no-repeat;	
	width: 956px;
	height: 32px;
	margin: 17px auto 0 auto;
}

#container {
	background: transparent url(../media/images/middle.jpg) top left repeat-y;	
	width: 956px;
	margin: 0 auto 0 auto;
}

#container-bottom {
	background: transparent url(../media/images/footer.jpg) top left no-repeat;	
	width: 956px;
	height: 32px;
	margin: 0 auto 0 auto;
}
/* END OF CONTAINER */

/* HEADER */
#header {
	width: 896px;
	min-height: 131px;
	position: relative;
	top: -49px;
	left: 0;
	margin: 0 auto 0 auto; 
	z-index: 9000;
}

#header #logo {
	background: transparent url(../media/images/logo.jpg) top left no-repeat;	
	width: 183px;
	height: 83px;
	cursor: pointer;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 1;
}

#header #logo h1 span {
	margin: 0 0 0 -9999px;
}

/* PHONE */
#header #phone {
	width: 260px;
	position: absolute;
	bottom: 28px;
	right: 0;
}

#header #phone p {
	color: #872333;
	font-size: 24px;
	text-align: center;
	font-weight: bold;	
}
/* END OF HEADER */

/* NAVIGATION - FIND ALL STYLES ON NAV.CSS */
#navigation {
	width: 886px; /* MINUS THE BORDER WIDTHS */
	height: 43px;
	background-color: #1177bb;
	border-left: 5px solid #afd6f0;
	border-right: 5px solid #afd6f0;
	border-bottom: 5px solid #afd6f0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8000;
}

ul#nav, #nav {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}


ul#nav li {
	float: left;
	width: auto;
	height: 43px;
	position: relative;
}

ul#nav li a {
	color: #FFFFFF;
	font-size: 12px;
	width: auto;
	height: 43px;
	line-height: 43px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px 0 9px;	
}

ul#nav li ul, ul#nav li.current ul { /* second-level lists */
	 position: absolute;
	 width: 325px;
	 background: #ffffff url(../media/images/bg_nav.jpg) bottom left repeat-x;
	 top: 43px;
	 left: 0;
	 padding: 10px 0 10px 0;
	 border-left: 5px solid #1177bb;
	 border-right: 5px solid #1177bb;
	 border-bottom: 5px solid #1177bb;
	 -webkit-border-bottom-right-radius: 10px;
	 -webkit-border-bottom-left-radius: 10px;
	 -moz-border-radius-bottomright: 10px;
	 -moz-border-radius-bottomleft: 10px;
	 border-bottom-right-radius: 10px;
	 border-bottom-left-radius: 10px;
	 text-align:left;
}

ul#nav li li {
	width: 97.5%;
	height: 26px;
	display: block;
	cursor: pointer;
	padding: 0 0 0 4px;
	line-height: 26px;
	float: none;
}

ul#nav li li a {
	color: #1177bb;
	font-size: 12px;
	width: auto;
	height: 26px;
	line-height: 26px;
	display: block;
	padding: 0;
	font-weight: normal;
	text-indent: 10px;
}

ul#nav li a:hover { 
	color: #add0ed;
}

ul#nav li li a:hover {
	color: #ffffff;
}

ul#nav li li:hover a { 
	color: #ffffff;
	background-color: #eeaa44;
}
/* NAVIGATION */

/* LOCATION */
#header #location {
	background: transparent url(../media/images/btn_location.jpg) top left no-repeat;	
	width: 157px;
	height: 56px;
	display: block;
	position: absolute;
	top: 0;
	right: 122px;
	text-align: center;
	z-index: 9000;
}

ul#loc1 {
	width: 157px;
	height: 56px;
	margin: 0;
	padding: 0;
}

ul#loc1 li {
	width: 157px;
	height: 56px;
	display: block;
}

ul#loc1 li a.location {
	color: #6c7072;
	font-size: 14px;
	font-weight: bold;
	line-height: 48px;
	text-decoration: none;
	width: 157px;
	height: 56px;
	display: block;
}

ul#loc1 li ul {
	position: absolute;
	width: 385px;
	top: 43px;
	right: 0;
}

ul#loc1 li ul li {
	background: transparent url(../media/images/bg_locations.jpg) top left no-repeat;
	width: 385px;
	height: 300px;
	display: block;
}
 
ul#loc1 li ul li #search, ul#loc1 li ul li #offers {
	margin: 0;
	padding: 0;
	width: 190px;
	height: 215px;
	float: left;
	position: relative;
	display: block;
	text-align: left;
}

ul#loc1 li ul li #search h4 {
	width: 165px;
	font-size: 12px;
	color: #FFFFFF;
	display: block;
	margin: 32px 0 25px 25px;
	text-align: left;
}

ul#loc1 li ul li #search p {
	width: 165px;
	text-align: left;
	margin: 0 0 5px 25px;
	color: #6c7072;
	font-size: 11px;
}

ul#loc1 li ul li #search p label {
	color: #6c7072;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}

ul#loc1 li ul li #search input {
	padding: 5px;
	width: 115px;
	border: 1px solid #f1a80b;
	margin: 0 0 5px 25px;
	text-align: left;
}

ul#loc1 li ul li #search select {
	padding: 5px;
	width: 127px;
	border: 1px solid #f1a80b;
	margin: 0 0 5px 25px;
	text-align: left;
}

ul#loc1 li ul li #search a.search {
	color: #6c7072;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 82px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

ul#loc1 li ul li #search ul#radius {
	border: 1px solid #f1a80b;
	width: 125px;
	height: 28px;
	position: relative;
	z-index: 9999;
	left: 25px;
	top: 0;
}

ul#loc1 li ul li #search ul#radius li {
	color: #6c7072;
	font-size: 11px;
	width: 125px;
	height: 28px;
	line-height: 28px;
	background: #FFFFFF url(../media/images/arrow_orange.jpg) top right no-repeat;
	list-style: none;
	text-indent: 12px;
}

ul#loc1 li ul li #search ul#radius li a {
	color: #6c7072;
	font-size: 11px;
	text-decoration: none;
	line-height: 28px;
}

ul#loc1 li ul li #search ul#radius li ul {
	position: absolute;
	width: 125px;
	left: -999%; 
	border-left:  1px solid #f1a80b;
	border-bottom:  1px solid #f1a80b;
	border-right:  1px solid #f1a80b;
	background-color: #FFFFFF;
}

ul#loc1 li ul li #search ul#radius li ul li {
	background-color: #FFFFFF; 
	background-image: none;
	width: 125px;
	height: auto;
	line-height: 28px;
	border: none;
	display: block;
}

ul#loc1 li ul li #search ul#radius li ul li a {
	background-color: #FFFFFF; 
	background-image: none;
	width: 113px;
	height: auto;
	border: none;
	display: block;
	text-indent: 0;
	padding: 0 0 0 12px;
}

ul#loc1 li ul li #offers h4 {
	width: 165px;
	font-size: 12px;
	color: #1177bb;
	display: block;
	margin: 0 0 5px 25px;
	text-align: left;
}

ul#loc1 li ul li #offers p {
	width: 165px;
	text-align: left;
	margin: 0 0 5px 25px;
	color: #6c7072;
	font-size: 11px;
}

ul#loc1 li ul li #offers p a {
	color: #119955;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	width: 25px;
	height: 10px;
	margin: 0;
}

ul#loc1 li ul li #offers p a:hover, ul#loc1 li ul li #location-links a:hover {
	text-decoration: none;
}

ul#loc1 li ul li #location-links {
	clear: both;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	margin: 0 0 0 8px;
	height: 32px;
	line-height: 32px;
}

ul#loc1 li ul li #location-links a {
	color: #FFFFFF;
	margin: 0 5px 0 5px;
	font-size: 11px;
	text-decoration: underline;
}
/* END OF LOCATION */

/* FACEBOOK */
#header .facebook {
	width: 117px;
	height: 43px;
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 9000;
}
/* END OF FACEBOOK */

/* TAGLINE */
#header #tagline {
	width: 675px;
	position: absolute;
	bottom: 23px;
	right: 0;
	z-index: 1;
}

#header #tagline #ideas {
	width: auto;
	position: absolute;
	top: 8px;
	right: 2px;
}

#header #tagline #ideas label {
	float: left;
	line-height: 30px;
	margin: 0 10px 0 0;
}

#header #tagline #ideas ul#portrait {
	float: left;
	margin: 0;
}

#header #tagline h2 {
	color: #872333;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-weight: normal;
	float: left;
}

#header #tagline h2 span {
	color: #6c7072;
	font-size: 17px;
	font-weight: bold;	
}

#header #tagline h2 span a {
	color: #6c7072;
	font-size: 17px;
	text-decoration: none;
}
/* END OF TAGLINE */

/* TOP NAV */
#header #top-nav {
	width: auto;
	position: absolute;
	bottom: 30px;
	right: 5px;
}

#header #top-nav a {
	font-size: 11px;
	color: #1177bb;
}

#header #top-nav a:hover {
	text-decoration: none;
}

#header #top-nav span {
	font-size: 11px;
	color: #1177bb;
	margin: 0 3px 0 3px;
}
/* END OF TOP NAV */

/* COUPON */
.coupon {
	background: transparent url(../media/images/img_coupon-bg.jpg) top left no-repeat;
	width: 170px;
	height: 179px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff;
	font-size: 14px;
	margin: 0 0 20px 0;
}

.coupon p {
	padding: 0 0 0 0;
}

.coupon p.first {	
	padding: 15px 0 0 0;	
}

.coupon p.big {
	font-size: 48px;
}

.coupon p.big sup {
	font-size: 34px;
	vertical-align: text-top;
}

.coupon p span {
	font-size: 12px;	
}

.coupon p.red {
	font-size: 28px;
	font-weight: bold;
	color: #731627;
}

.coupon p.red span {
	font-size: 18px;
}

.coupon p.red sup {
	font-size: 18px;
	vertical-align: text-top;
}
/* END OF COUPON */

/* RESOURCES */
#resources {
	width: 896px;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	clear: both;
}

/* QUICK LINKS */
#resources #quick-links {
	width: 550px;
	height: 65px;
	float: left;
	margin: 20px 0 0 0;
}

#resources #quick-links h5 {
	color: #1177bb;
	font-size: 14px;
	line-height: 65px;
	border-right: 1px solid #c3e0f3;
	width: 130px;
	text-align: center;
	float: left;
}

#resources #quick-links p {
	float: left; 
	margin: 0 20px 0 20px;
	color: #6c7072;
	font-size: 12px;
	text-align: left;
}

#resources #quick-links p a {
	color: #6c7072;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
}

#resources #quick-links p a:hover {
	text-decoration: underline;
}
/* END OF QUICK LINKS */

/* SPECIALS */
#resources #specials {
	float: right;
	width: 320px;
	border: 1px solid #bfbfbf;
	padding: 8px;
	position: relative;
	z-index: 1;
}

/* INNER */
#resources #specials .inner {
	background: #ffffff url(../media/images/bg_nav.jpg) bottom left repeat-x;
	padding: 5px 10px 10px 10px;
	text-align: left;
}
/* END OF INNER */

#resources #specials form {
	border-top: none;
}

#resources #specials label {
	font-size: 15px;
	color: #1177bb;
	font-weight: bold;
	margin: 5px 5px 0 0;
}

#resources #specials p {
	color: #434343;
	font-size: 10px;
	margin: 3px 0 0 0;
}

#resources #specials input {
	border: 1px solid #d0d0d0;
	padding: 5px;
	color: #6c7072;
	font-size: 11px;
	margin: 10px 0 0 0;
	vertical-align: top;
	width: 135px;
}

#resources #specials input.submit {
	border: none;
	padding: 5px 2px 5px 2px;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background-color: #1177bb;
	cursor: pointer;
	width: auto;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#resources #specials input.submit:hover {
	background-color: #5d5d5d;
}

/* ICON */
#resources #specials .icon {
	position: absolute;
	top: -5px;
	right: -9px;
}
/* END OF ICON */
/* END OF SPECIALS */
/* END OF RESOURCES */

/* FOOTER */
#footer {
	width: 956px;
	margin: 0 auto 0 auto;
}

#footer p {
	text-align: right;	
	color: #1177bb;
	font-size: 11px;
	margin: 10px 20px 25px 0;
}

#footer p a {
	text-decoration: none;
	color: #6c7072;
	font-size: 11px;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer p span {
	color: #6c7072;
	font-size: 11px;
	margin: 0 5px 0 5px;
}
/* END OF FOOTER */
