/* Reset css
=================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

html { 
  min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-size: 68.75%;			/* This sets the default font size to be equivalent to 11px (11/16 = .6875) */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #595959;
	background: #dad5d1;
}
img.imleft {float:left}
img.imright {float:right}

/* blocktext */
h1, h2, h3, h4, h5, p { 
	font-weight: normal;
	padding-bottom : 0.8em; 
}
h1 {
	color: #f0027f;
	font-size: 150%;
	font-weight: bold;
}
h2 {
	color: #595959;
	font-size: 120%;
	font-weight: bold;
}
h3 {
	color: #f0027f;
	font-size: 150%;
	font-weight: bold;
	padding-bottom : 0.4em; 
}

/* a */
a, a:visited { 
	color : #f0027f; 
	text-decoration : none;
} 
a:hover { 
	text-decoration : underline;
} 

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

p.intro {
	font-size: 110%;
	font-weight: bold;
}
p.date {
	color: #f0027f;
	padding: 0;
}


ul {
	list-style: disc;
	padding-left: 25px;
}

ol {
	list-style-position: outside;
	padding-left: 25px;
}



/* Main blocks
=================================*/
#wrapper {
	width: 790px;
	margin: 0 auto;
	background: #ffffff;
}


#header {
	width: 790px;
	height: 125px;
	position: relative;
}
#header h1 {
	font-size: 2.2em;
	line-height: 1;
	font-weight: normal;
	padding: 0;
}
#header h1 a {
	display: block;
	width: 331px;
	height: 56px;
	background: url("../images/logo.gif") no-repeat 0 0;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	top: 45px;
	left: 30px;
}
#header p {
	text-indent: -10000px;
	padding: 0;
}
#header div {
	position: relative;
	top: 30px;
	left: 471px;
	width: 319px;
}





div#content {
	width: 790px;
}
div#top-horizontal {
	margin-left: 15px;
	margin-bottom: 30px;
}

div#left-col {
	margin-left: 30px;
	padding-right: 30px;
	width: 411px;
	float: left;
}

div#right-col {
	margin-right: 30px;
	width: 289px;
	float: right;
}


div.news-list-cont p a {
	color: #595959;
}
div.news-list-cont p a:hover {
	color: #f0027f;
	text-decoration: underline;
}




div.newsbody {
	padding-right: 15px;
}
div.newslist a {
	font-weight: bold;
	color: #f0027f;
}
div.newslist a:hover, div.newslist a.current {
	text-decoration: underline
}

div.galleryimage {
	float: left;
	width: 125px;
	padding-right: 27px;
	padding-bottom: 15px;
}
div.galleryimage span {
	color: #f0027f;
}
div.galleryimage span.date {
	color: #999999;
}
div.gallery-nav-left {
	float: left;
	width: 304px;
	margin-bottom: 10px;
	margin-top: 3px;
}
div.gallery-nav-right {
	float: right;
	text-align: right;
	width: 304px;
	margin-bottom: 10px;
	margin-top: 3px;
}
div.gallery-nav-left a, div.gallery-nav-right a {
	color: #595959 !important;
	font-size: 110%;
}
div.gallery-nav-left a:hover, div.gallery-nav-right a:hover {
	text-decoration: underline;
	color: #f0027f !important;
}

div.landscape {
	width: 608px;
	height: 488px;
	padding-left: 108px;
	padding-top: 113px;
}
div.portrait {
	width: 587px;
	height: 720px;
	padding-left: 150px;
	padding-top: 132px; 
}
div.gallery-im-title {
	position: relative;
	top: -110px;
	left: 100px;
	background: url(../images/pink.gif) no-repeat 0 5px;
	padding-left: 15px;
	width: 500px;
	font-weight: bold;
	font-size: 140%;
}
div.gallery-im-title span {
	font-weight: normal;
	color: #999999;
	font-size: 70%;
}


div.aptcol {
	float: left;
	width: 152px;
}
div.aptcol a {
	text-decoration: underline;
}
div.aptcol a:hover {
	text-decoration: none;
}
div.aptcol span {
	color: #a0a0a0;
	font-size: 90%;
}
div.aptcol img, img.dot {
	margin-bottom: -1px;
}

div.button {
	color: #FFF;
	background: #F0027F url(../images/arrow_fwd_white.gif) no-repeat center right;
	font-size: 100%;
	font-weight: bold;
	width: 132px;
	padding: 1px 14px 1px 1px;
	border: 3px solid #f0027f;
	cursor: pointer;
}
div.backbutton {
	color: #FFF;
	background: #F0027F url(../images/arrow_back_white.gif) no-repeat 3px 3px;
	font-size: 100%;
	font-weight: bold;
	width: 182px;
	padding: 4px 4px 4px 16px;
	cursor: pointer;
	margin-bottom: 5px;
}
div.prev {
	float: left;
	width: 99px;
}
div.next {
	float: left;
	width: 99px;
	text-align: right;
}

div.aptinfo {
	font-size: 120%;
	margin-top: 20px;
	font-weight: bold;
}
div.aptinfo h1 {
	font-size: 310%;
	font-weight: bold;
}
div.aptinfo span {
	color: #f0027f;
	font-weight: normal;
}

div.aptdesc {
	float: left;
	width: 270px;
}
div.pink-cont {
	float: right;
	padding: 10px;
	width: 132px;
	color: #ffffff;
	background: #f0027f;
}
div.pink-cont h2 {
	color: #ffffff;	
	font-weight: bold;
}

div.pink-cont label {
	color: #ffffff;
	float: left;
	width: 132px;
	font-weight: normal;
	font-size: 90%;
}
div.pink-cont input.text {
	float: left;
	width: 132px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #f0027f;
	background: #FFDFF0;
	border: 1px solid #FFeFF3;
}
div.pink-cont input.submit {
	width: 100px;
	background: #ffffff url(../images/arrow_fwd_pink.gif) no-repeat center right;
	color: #f0027f;
	border: 2px solid #ffffff;
	margin: 0;
	padding: 0 15px 0 0;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
	margin-top: 10px;
}



/* main_menu
=================================*/
ul.main-menu {
	float: left;
	width: 152px;
	font-size: 100%;
	padding: 0;
} 
ul.main-menu li {
	list-style: none;
	padding-bottom: 5px;
	color: #595959;
}
ul.main-menu li a {
	text-decoration: none;
	color: #595959 !important;
}
ul.main-menu li a:hover, ul.main-menu li a.current {
	color: #f0027f !important;
	text-decoration: underline;
}

/* subnav_menu
=================================*/
div#sub-menu-cont {
	width: 259px;
}
ul.sub-menu {
	font-size: 100%;
	padding-left: 0;
} 
ul.sub-menu li {
	padding: 2px 0;
	list-style: none;
}
ul.sub-menu li.first {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
ul.sub-menu li a {
	color: #595959;
	text-decoration: none;
	padding: 2px 5px;
}
ul.sub-menu li a:hover, ul.sub-menu li a.current {
	color: #f0027f;
}
ul.sub-menu ul {
	margin-left: -10px;
} 




/* form
=================================*/
div.form-cont label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	font-size: 90%;
}
div.form-cont input, div.form-cont select {
	float: left;
	width: 185px;
	margin-bottom: 5px;
	color: #f0027f;
	border: 1px solid #595959;
}
div.form-cont input.small {
	width: 85px;
}
div.form-cont input.bottomspace {
	margin-bottom: 15px;
}

div.form-cont span.mand {
	color: #f0027f;
	font-weight: bold;
}
div.form-cont input.submit {
	width: 130px;
	background: #f0027f url(../images/white_arrow.gif) no-repeat center right;
	color: #ffffff;
	border: 0;
	margin: 0;
	padding: 2px 15px 2px 0;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	cursor: pointer;
	margin-left: 160px;
	margin-top: 20px;
}

/* Table
==============================================*/

table#pricelist {
  font-size: 100%;
  border-collapse: collapse;
  width: 608px;
  border: 0;
  margin-top: 2px;
  margin-bottom: 20px;
}

table#pricelist thead {
  background: #f0027f;
  color: #FFF;
}

table#pricelist th {
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}

table#pricelist th, td {
  padding: 0.3em 0.7em;
  vertical-align: top;
}

/* Only on pricelist page, put bottom border on the cells and padding*/
table#pricelist td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0027f;
}

table#pricelist th a {
	color: #ffffff !important;
	text-decoration: underline;
}
table#pricelist th a:hover {
	text-decoration: none;
}
table#pricelist th a.asc {
	padding-left: 12px;
	background: url(../images/arrow_asc.gif) no-repeat center left;
}
table#pricelist th a.desc {
	padding-left: 12px;
	background: url(../images/arrow_desc.gif) no-repeat center left;
}

/* Icons
===================================================*/

a.pdf {
  background: transparent url('../images/pdf.gif') no-repeat 0px 0px;
  font-weight: bold;
  line-height:200%;
  padding: 2px 0 15px 25px;
  font-weight: normal;
}
a.up {
  background: transparent url('../images/arrow_up.gif') no-repeat 0px 5px;
  padding: 0 0 0 20px;
  font-weight: normal;
}
a.down {
  background: transparent url('../images/arrow_down.gif') no-repeat 0px 5px;
  padding: 0 0 0 20px;
  font-weight: normal;
}



/* Footer
==============================================*/
div.footer {
	height: 100px;
	width: 790px;
	font-size: 90%;
	margin-top: 20px;
	padding-left: 100px;
	padding-top: 25px;
	background: url("../images/premier_burrell_logo_pink.gif") no-repeat 30px 0;
}
div.footer p {
	padding-bottom: 2px;
}
div.footer div {
	float:right; 
	width:250px; 
	margin-right:50px; 
	_margin-right:-40px; 
}
 


