@import url(menu.css);
@import url(newsletter.css);
@import url(shop.css);

html {
	height:100%;
}

body {
	font-family:"Trebuchet MS", sans-serif, Arial;
	background-color: #ffffff;
	color: #666666;
	font-size:100%;
	height:100%;
	text-align:center;
	margin:30px 0 0 0;
	padding:0;
}
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-weight:bold;
	font-size:0.8em;
	padding:0;
	margin:0 0 1em 0;
	color:#ffffff;
}

h2 {
	font-weight:bold;
	font-size:1em;
	padding:0;
	margin:0 0 1em 0;
}

h3 {
	font-weight:bold;
	font-size:0.8em;
	padding:0;
	margin:0 0 1em 0;
}

p {
	font-size: 0.75em;
	padding:0;
	margin:0 0 1em 0;
}
#leftbar p {
	color:#ffffff;
}

input {
	color:#666666;
	border: 1px solid #cccccc;
	font-size: 0.75em;
}
input.subscribe {
	border:none;
	background-color:#e8e8e8;
	font-size:0.75em;
	width:130px;
}
input.smabtn {
	font-size:0.7em;
	border:none;
	background-color:#fb9622;
	color:#ffffff;
	margin-left:2px;
	padding:0;
}
input.noborder {
	border:none;
}

select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}

a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
a#basketlink {
	position:absolute;
	right:5px;
	top:2px;
	font-size:0.65em;
}

ul li {
	
}
ul.sma {
	margin-left:1.5em;
}
ul.sma li a {
	color:#666666;
}

/* architecture **/
#outerwrapper {
	margin:0 auto;
	text-align:left;
	width:960px;
	min-height:100%;
	background-color:#ffffff;
	background-image:url(/images/faux-col-bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}

#headerbar {
	position:relative;
}
#logo {
	float:left;
	width:230px;
	height:210px;
	background-color:#67686a;
	text-align:center;
}
#headerimage {
	float:left;
	width:730px;
	height:170px;
	background-color:#999999;
	padding:20px 0;
}

#contentdiv {
	
}

#leftbar {
	float:left;
	width:170px;
	padding:10px 30px;
	background-color:#999999;
	line-height:1.9em;
}

#mainpane {
	float:left;
	width:730px;
	position:relative;
}
#mainpane.light {
	background-color:#ffffff;
}
#mainpane.dark {
	background-color:#67686a;
}
#mainpane.dark p {
	color:#ffffff;
}

#mainpane #leftcol {
	width:300px;
	float:left;
	margin:30px;
}
#mainpane #leftcol p {
	line-height:2.5em;
}

#mainpane #rightcol {
	float:right;
	margin:30px 40px 20px 0;
}
#mainpane #rightcol img {
	display:block;
	margin:10px 0 0 0;
}

#basketcontent {
	padding:20px;
}

#menubar {
	background-color:#ffffff;
	padding:10px 0 10px 20px;
}

div#map {
	margin:0 0 0 15px;
	border:1px solid #666666;
}

#signupbar {
	margin-right:10px;
	padding:10px 0;
	border-top:1px dashed #cccccc;
	border-bottom:1px dashed #cccccc;
}
#signupbar p {
	font-size:0.7em;
	padding:0;
	margin-bottom:5px;
}
#divresponse {
	width:100%;
}
#divresponse p {
	padding:3px 0;
	margin:0;
	font-size:0.65em;
}

#footer {
	clear:both;
}
/***********************/

/* page styles *********/
#imagestrip img {
	float:left;
	margin:0;
	padding:0;
}
#demoimagestrip1, #demoimagestrip2 {
	text-align:center;
	padding:40px 0 0 0;
}
#demoimagestrip1 a+a {
	margin-left:50px;
}
#demoimagestrip2 a+a {
	margin-left:20px;
}

#mapdiv {
	text-align:center;
}
#contactdetails {
	position:absolute;
	top:60px;
	left:450px;
}
#contactdetails p {
	font-size:0.9em;
	color:#404040;
	line-height:1.5em;
	font-weight:bold;
}
#contactdetails p span.em {
	color:#e18700;
}
#contactdetails a {
	color:#404040;
}

#leftbar #title {
	text-align:center;
	margin:3.5em 0 0 0;
}
/***********************/

/* general styles ******/
.sma {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}

.alert {
	font-weight: bold;
	color: #ff0000;
}
div#msg {
	font-size:0.75em;
	padding-bottom:10px;
}

.fieldlabel {
	font-size: 0.75em;
}

.sitemapline {
	padding-bottom: 6px;
	font-size : 0.75em;
}
a.sitemaplink {
	color: #ff9900;
}
a.sitemaplink:hover {
	text-decoration: underline;
}

/* gallery styles */
.gallerypointer {
	font-size: xx-small;
}
.galleryimagetitle {
	text-align:center;
	font-weight:bold;
}
.galleryimage {
	text-align:center;
}
.galleryimage img {
	border:none;
}
.galleryimagecaption {
	text-align:center;
	font-size:xx-small;
	font-style:italic;
}
/******************/

/* news styles ****/
#noticeboard {
	margin-top:10px;
	border-top: 1px dotted #c3aea9;
}
.newsitem {
	width:100%;
	font-size:0.7em;
	margin:10px 0;
	border-bottom: 1px dotted #c3aea9;
}
.newstitle {
	color:#c3aea9;
	font-weight:bold;
	text-align:left;
	float:left;
}
.newsdate {
	color:#c3aea9;
	font-style:italic;
	text-align:right;
	float:right;
}
.newsitem div img {
	float:right;
	margin:2px 0 5px 5px;
}
.newsbody {
	clear:both;
	padding:10px 0 15px 0;
}
/*******************/

/* links style *****/
ul#links {
	margin-left:120px;
	padding:0;
	list-style-type:none;
}
#links li {
	font-size:0.75em;
}
#links li a {
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
#links li a:hover {
	text-decoration:underline;
}
#links li.cathead {
	list-style-type:none;
	color:#999999;
	font-weight:bold;
	padding-top:20px;
}
/*******************/

/* image display *********/
#bigimgwrapper {
	background-color:#999999;
	padding:5px 10px;
	margin:0 0 20px 0;
}
#bigimg {
	background-color:#fbfbfb;
	min-height:200px;
	margin:10px 0;
	text-align:center;
}
#bigimgdetails {
	color:#ffffff;
	font-size:0.7em
}
#bigimgdetails td {
	
}
#imagedisplay {
	position:relative;
	top:-10px;
	width:330px;
}
div.thumb{
	float:left;
	cursor:pointer;
	width:70px;
	margin:0 10px 5px 0;
}
div.thumb p {
	font-size:0.55em;
}
img.thumbimageoff {
	border:5px solid #999999;
}
img.thumbimageoff:hover {
	border:5px solid #ffffff;
}
img.thumbimageon {
	border:5px solid #ffffff;
}
/*******************/

