/*=== RESET STYLES ===*/
/* Taken from Eric Meyer at: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
on 2008-08-05*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*================================================================*/
/*=== END OF RESET STYLES ========================================*/
/*================================================================*/

/*=====================*/
/*==== PREP STYLES ====*/
/*=====================*/
body {
	font-size: 62.5%;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2.1em;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.3em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1em;
}
/*=========================*/
/*==== END PREP STYLES ====*/
/*=========================*/


/*=== STAINLESS SUNDIALS SPECIFIC STYLES ===*/
/*NB using negative top margins gave one result in IE and Opera 
and other in FF and Chrome*/

body{
	
	background: #478dac url(img_styles/bg_head.gif) repeat-x;
}

h2, h3{
	color: #175570; 
}


p, li, dl {
	font-size: 1.2em;
	line-height: 1.5;
}
table {
	font-size: 1.1em;
}

th, td{
	padding: 2px;
	vertical-align: top;		/*required by FF which is ignoring
										<td valign="top">*/
}
th{
	background-color: #175570;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	border: 1px solid #175570;
}
@media print{
	table{
		margin-top: 30px;
	}
	th{
		color: #000;
		border: solid 1px #487081;
	}
}
tfoot td{
	background-color: #487081;
	color: #ffffff;
	border: solid 1px #487081;
}
tbody td{
	border: 1px solid #478eac;
}

table.pic_table{
	margin: auto;
}
table.pic_table td{
	padding-bottom: 10px;
}

table.settings td{
	border: none;
	padding: 0;
	margin: 0;
}
table.settings img{
	margin: auto;
	display: block;
	text-align:center; /*required by IE*/
}

table.settings h3{
	font-size: 1.5em;
	text-align: center;
	line-height: 1;
	margin: 3em 20px 0 20px;
}
table.settings h3.first{
	margin-top: 1em;
}
table.settings h3 span{
	font-size: 70%;
	font-weight: normal;
	color: #000000;
	display: block;
	line-height: 1.5;
	margin-bottom: 5px;
}
table.settings p{
	margin-left: 8px;		/*these margins line up text with*/
	margin-right: 8px;	/*300px wide images*/
}

span img{
	display: inline;
}

sup{
	font-size: 90%;
	vertical-align: super;
}

img.right{
	float: right;
	margin-left: 10px;
	padding-bottom: .5em;
}
img.left{
	float: left;
	margin-right: 10px;
	padding-bottom: .5em;
}
img.center{
	display: block;
	margin: auto;
	clear:both;
	padding-bottom: .5em;
	text-align: center;
}
#wrapper{
	width: 960px;			/*conditional rules for IE and IE6 */
	/*width: 750px;*/ /*2010-05-18*/
	position: relative;
	left: 50%;
	margin-left: -480px;
	/*margin-left: -375px;*/ /*2010-05-18*/
	margin-top: 10px; /* adding this rule makes all tested browsers
								display navbar and flag bar in same place */
	
}
@media print{
	#wrapper{
		width: 760px;
		left: 0;
		margin-left: 0;
	}
}

#head{
	height: 220px;
	/*border: dotted 1px transparent;*/
	
	position: relative;
	
}

#navbar{
	
}
@media print{
	#navbar{
		display: none;
	}
}

#flagbar{
	float:right;
	list-style-type: none;
	position: relative;
	top: -27px;
	/*margin-top: -8px;*/
}


#navbar ul{
	list-style-type: none;
	
}

#navbar li{
	float: left;
	margin: 0;
	/*margin-top: 20px;*/
	position: relative;
	top: 20px;
	padding: .2em 1em .2em 1em;
	font-size: 1.3em;
	color: #ffffff;
}

#navbar li.first
{
	padding-left: 0;
	
}

#navbar #buy{
	/*position: absolute;
	top: 10px;
	left: 720px;*/
	position: relative;
	left: 130px;
	font-weight: bold;
}

#flagbar li{
	float:left;
	margin: 0 2px 0 2px;
	padding: 0;
}

#navbar a{
	text-decoration: none;
	color: #ffffff;
}
#buy a{
	color: #ffb562;
}

#navbar a:link, #navbar a:visited{
	color: #ffffff;
}

#navbar a:hover, #navbar a:active{
	color: #ffb562;
}
#buy a:link, #buy a:visited, #buy a:hover, #buy a:active{
	color: #ffb562;
}

#head h1{
	clear:both;
	/*margin-top: 80px;*/
	margin-left: 20px;
	position: relative;
	top: 50px;
	color: #ffffff;
	font-size: 3.6em;
	
}

#head h1 span{
	position: absolute;
	top: 45px;
	left: 20px;
	font-size: 65%;
	font-weight: normal;
}

#content{
	margin-left: 60px;
	/*margin-top: -70px;*/
	position: relative;
	top: -60px;				/*conditional rule for IE */
	margin-right: 20px;
	width: 700px;
	color: #000000;
	background-color: #ffffff;
	
	
}
#content h2{
	position: relative;
	top: 10px;
}

#content p, #content h2, #content h3, #content ol, #content ul,
#content dl{
	padding: 0 20px 0 20px;
	
}

#content dt{
	padding-bottom: 10px;
	margin-left: 20px;
}

h2 span.slogan{
	font-size: 70%;
	text-align: center;
}
.slogan strong{
	color: #187d41;
	
}



#sidebar{
	float: right;
	margin: 30px 20px 0 20px;
	padding-top: 10px;
	width: 160px;		
	background-color: #93bfe7;
	color: #175570;
	
	text-align: center;

}

#sidebar div img{
	display: block;
	margin: auto;
	margin-top: 10px;
}
#sidebar p{
	font-size: 1.15em;
	font-style: italic;
	padding-left: 10px;
	padding-right: 10px;
}
@media print{
	#sidebar{
		display: none;
	}
}

#foot{
	clear:both;
	background-color: #175570;
	height: 60px;
	color: #93bfe7;
	font-size: .9em;
	margin-top: -60px;  /*negative top margins don't give consistent
								results when positioning top parts of 
								page, but giving footer a negative top margin
								closes up the gap left by using relative
								positioning on the content div*/
}

#foot ul{
	width: 700px;
	list-style-type: none;
	position: relative;
	left: 50%;
	margin-left: -390px;
	/*padding-left: 90px;*/
}
@media print{
	#foot ul{
		display: none;
	}
}

#foot li{
	float: left;
	margin: 0;
	padding: .2em 1em .2em 1em;
}


#foot a{
	color: #93bfe7;
}

#address{
	clear:both;
	width: 700px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	padding: 5px 20px 0 80px;
	
}
@media print{
	#address{
		left: 0;
		margin-left: 0;
	}
}

a:link{
	color:  #1c2978;
}
a:visited{
	color: #5663b9;
}
a:hover, a:active{
	color: #187d41;
}

/*=================*/
/*=== LOCATIONS ===*/
/*=================*/
#location_menu{
	list-style-type: none;
	margin: auto;
}

#location_menu li{
	float: left;
}
