/* v1.0 | 20080212 */

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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

html, body{
	background: url(../images/background.jpg) repeat-x;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

h2{
	color: #003e7e;
	margin: 5px 0 0 0;
	font-size: 13px;
}

div.wrapper{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

ul.menu{
	height: 52px;
	margin-left: 10px;
}

ul.menu a{
	color: #fff;
	text-decoration: none;
}

ul.menu li{
	color: #fff;
	display: inline;
	line-height: 52px;
	margin: 0 10px 0 0;
	padding: 3px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}

ul.menu li:hover, ul.menu li.selected {
	background: #f85f03;
}

div.logo{
	margin-top: 14px;
	text-align: center;
}

div#header{
	background: url(../images/header.jpg);
	height: 249px;
	width: 960px;
	margin-top:12px;
}

div#content{
	width: 430px;
	float: left;
	margin-left: 10px;
	padding: 0 30px 15px 0;
}

div#content p{
	margin: 0 0 10px 0;
}

div.sidebar{
	background: url(../images/backgroundSidebar.jpg) no-repeat;;
	float: left;
	width: 220px;
	height: 270px;
	padding: 0 10px;
}

div#footer{
	background: url(../images/backgroundFooter.jpg) repeat-x;
	height: 200px;
}

div.clear{
	clear: both;
}

div#footer h3{
	color: #fff;
	font-size: 18px;
	padding: 30px 0 10px 0;
}

ul.footerMenu{
	clear: both;
	margin: 0 0 0 0;
}

ul.footerMenu a{
	color: #fff;
	text-decoration: none;
}

ul.footerMenu a:hover{
	color: #f85f03;
}

div.image{
	background: url(../images/imagebg.png);
	width: 126px;
	height: 96px;
	padding: 4px 5px;
	float: left;
	margin: 0 10px 0 0;
}

div.image img{
	width: 124px;
	height: 92px;
}

ul.footerMenu li{
	display: inline;
	color: #fff;
	font-size: 11px;
	padding: 0 10px 0 0;
}

a {color: #003e7e;}
a:hover {color: #6db1f6;}

h1 {
	color: #003e7e;
	font-size: 16px;
	padding: 0 0 10px 0;
}

h2 {
	color: #003e7e;
	font-size: 14px;
	padding: 0 0 0 0;
	margin: 0;
}

ol li {
	list-style: disc inside;
	padding: 5px 0 0 0;
}

ul.sitemap li {
	padding: 3px 0 0 0;
	list-style: disc inside;
	color: #003E7E;
}

	ul.sitemap a {
		text-decoration: none;
	}

	ul.sitemap li li {
		padding: 3px 0 0 20px;
	}

div.occasions {
	display: block;
	height: 120px;
}

	div.occasions img {
		margin: 0 20px 0 0;
		opacity: 0.65;
	}

	div.occasions img:hover {
		opacity: 1;
	}

#bootImg {
	height: 355px;
	width: 430px;
	overflow: hidden;
	background: #e4e4e4;
	padding: 10px;
	text-align: center;
}
	
	#bootImg img {
		margin: 0 auto;
	}

.bootDetail td {
		line-height: 18px;
}

div.bootImages {
	width: 100px;
	height: 140px;
	margin: 0 7px 10px 0;
	float: left;
}

div#dropdownSEO{
	position:absolute;
	right:0;
	top:180px;
}

div#dropdownSEO select{
	font-size: 9px;
	background: #013e7d;
	color: #fff;
}
