@import url(menu.css);

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 100%;
	margin:0;
	padding:0;
	text-align:center; 
}
html>body {
	font-size: 16px; /* IE can’t read this */
}

/* emsizing hacks */
table, td p, td td, td td td {
	font-size: 100%;
}
/******************/

h1 {
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
	font-size:1.2em;
	color:#82262f;
	font-weight:bold;
	margin:0;
	padding:0;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #666666;
	font-size: 0.75em;
	line-height: 120%;
}

p {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #666666;
	font-size: 0.7em;
	line-height:150%;
}

input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #666666;
	color: #666666;
	font-size: 0.9em;
}
select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #666666;
	color: #666666;
	font-size: 0.9em;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #666666;
	color: #666666;
	font-size: 0.9em;
}

a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	
}

ol {
	padding:0;
	margin:1.5em;
}
ol li {
	font-size:0.7em;
}

ul#prices {

}
#prices li {
	font-size:0.7em;
}

ul#links {
	margin-left:1.25em;
	padding:0;
}
#links li {
	font-size:0.7em;
}
#links li a {

}
#links li a:hover {
	text-decoration:underline;
}
#links li.cathead {
	list-style-type:none;
	font-weight:bold;
	padding-top:5px;
}

.simplelist {
	margin:0;
	padding-left:1em;
}
.simplelist li {
	font-size:0.65em;
}

#outerwrapper {
	width:780px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background-image:url(../../images/swoosh.gif);
	background-repeat:no-repeat;
	background-position:0 510px;
}

#headerbar {
	position:relative; 
	height:135px;
	width:100%;
	background-image:url(../../images/phone-swoosh.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin:10px 0 5px 0;
}
#logo {
	float:left;
}

#mainbar {
	width:600px; 
	float:right; 
	position:relative;
}
#menubar {
	width:170px; 
	float:left; 
	position:relative; 
	margin-right:10px;
}
#menusection {
	background-color:#efe9eb;
}
#menubar p {
	font-family:arial, helvetica, sans-serif;
	padding:0 3px;
	margin:0;
	font-size:0.7em;
	font-style:italic;
	color:#023a71;
}

#contentbar {
	display:inline;
	float:left; 
	position:relative;
	width:340px;
}
#contentdiv {
	background-color:#edf6ff;
	padding:5px 10px;
}
.measuring {
	background-image:url(../../images/measuring-ruler.jpg);
	background-repeat:no-repeat;
	background-position:120px 25px;
}
img.measuring {
	float:right;
	background-image:none;
}

#photobar {
	width:250px; 
	float:right; 
	position:relative; 
	margin-left:10px;
	text-align:center;
}

#footerbar {
	height:50px; 
	background-color:#FFFFFF; 
	clear:both;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}

.alert {
	font-weight: bold;
	color: #ff0000;
	font-size: xx-small;
}

.strong {
	font-weight:bold;
}

.fieldlabel {
	font-weight: bold;
	font-size: 0.65em;
}

.gallerypointer {
	font-size: xx-small;
}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.9em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}

/* offer styles ***/
#offers{
	margin-top:10px;
	border-top: 1px dotted #cccccc;
}
.offeritem {
	font-size:0.7em;
	margin:10px 0;
	border-bottom: 1px dotted #cccccc;
}
.offerimage {
	text-align:center;
	margin:5px 0;
}
.offertitle {
	color:#023a71;
	font-weight:bold;
	text-align:left;
	margin-right:2em;
}
.offerdate {
	color: #5b92c8;
	font-style:italic;
	text-align:right;
}
.offerbody {
	padding-top:10px;
	padding-bottom:15px;
}

/******************/

/* news styles ****/
#noticeboard {
	margin-top:10px;
	border-top: 1px dotted #cccccc;
}
.newsitem {
	font-size:0.7em;
	margin:10px 0;
	border-bottom: 1px dotted #cccccc;
}
.newstitle {
	color:#023a71;
	font-weight:bold;
	text-align:left;
	margin-right:2em;
}
.newsbody {
	padding-top:10px;
	padding-bottom:15px;
}
.newsdate {
	color: #5b92c8;
	font-style:italic;
	text-align:right;
}
/*******************/
