@charset "UTF-8";

body  {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 960px;
	background: url(../images/bg_container.gif) repeat-y 0px 0px;
	margin: 0 auto;
	text-align: left;
} 
#flag1 {
	background: #000 url(../images/bg_flag1.jpg) no-repeat 0px 0px;
	padding: 0;
	margin: 0px;
	height: 97px;
	width: 960px;
} 
#flag2 {
	background: #000 url(../images/bg_flag2.jpg) no-repeat 0px 0px;
	padding: 0;
	margin: 0px;
	height: 41px;
	width: 960px;
} 
#contentShell {
	background: url(../images/no_showcase.gif) no-repeat 0px 0px;
}
#homeShell {
	background: url(../images/showcase.jpg) no-repeat 0px 0px;
}
#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 247px;
	padding: 0px 0px 12px;
	margin: 0px 0px 24px;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
}
#sidebar p {
	margin: 12px 12px 0px;
}
#sidebar p a {
	color: #0302C7;
}
#contentShell #mainContent {
	margin-top: 0px;
	padding-top: 149px; /* 101 for the header and 48 for padding */
}
#homeShell #mainContent {
	margin-top: 0px;
}
#mainContent, #mainContentHome {
	margin: 0;
	padding: 0 0 36px;
	width: 713px;
} 
#mainContent h1,#mainContent h2,#mainContent h3,#mainContent h4,#mainContent h5,#mainContent p {
	margin-right: 36px;
	margin-left: 36px;
}
#homeSpecial {
	float: left;
	width: 200px;
	margin-left: 24px;
	border-right: 1px dotted #36C;
	padding-right: 12px;
}
#homeContent {
	margin-left: 244px;
	width: 450px;
}
#mainContent ul,ol {
	margin-right: 48px;
	margin-left: 48px;
}
#mainContent h1, #mainContentHome h1 {
	font: bold 24px Arial, Helvetica, sans-serif;
	margin-top: 36px;
}
#mainContent h2, #mainContentHome h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #76143C;
	border-bottom: 1px dashed #76143C;
}
h1 .title {
	font-size: 18px;
	color: #76143C;
}
h2.title {
	font-size: 14px;
	color: #000;
}
#mainContent h3, #mainContentHome h3 {
	font: bold 16px Arial, Helvetica, sans-serif;
}
#mainContent h4, #mainContentHome h4 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #75143A;
	border-bottom: 1px dotted #75143A;
}
#mainContent h5, #mainContentHome h5 {
	font: bold 12px Arial, Helvetica, sans-serif;
}
#mainContent p, #mainContentHome p {
	font: 12px/18px Arial, Helvetica, sans-serif;
}
#mainContent a, #mainContentHome a {
	font-weight: bold;
	color: #790035;
	text-decoration: none;
}
#mainContent a:hover, #mainContentHome a:hover {
	text-decoration: underline;
}
#mainContent strong, #mainContentHome strong {
	font-size: 15px;
	color: #75143A;
}
#footer {
	padding: 11px 247px 0 0;
	background:#DDDDDD; 
	background: #000 url(../images/bg_foot.jpg) no-repeat 0px 0px;
	height: 93px;
	width: 713px;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
#footer a {
	font-weight: bold;
	color: #FFF;
	margin-right: 6px;
	margin-left: 6px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.indent {
	margin-left: 12px;
}
.push {
	margin-right: 24px;
	margin-left: 36px;
}
a.small {
	color: #000000;
	letter-spacing: 0.1em;
	font: bold 9px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#bios {
	margin-top: 12px;
	font-size: 12px;
	line-height: 14px;
}
ul.spread li {
	margin-bottom: 9px;
}
ul.spreadmore li {
	margin-bottom: 12px;
}
p.terms {
	margin-bottom: 9px;
	font: italic 10px/normal Arial, Helvetica, sans-serif;
}
#testimonials {
	width: 600px;
	margin-left: 36px;
}
img.mug {
	margin-right: 6px;
	border: 1px solid #75003B;
}
img.drawline {
	border-bottom: 1px solid #75003B;
	width: 641px;
	margin-left: 36px;
}
img.drawline_short {
	border-bottom: 1px dashed #75003B;
	width: 600px;
	margin-left: 36px;
}


/* The Menu */
#menu {
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.menu_out {
	height: 22px;
	width: 247px;
	padding-top: 9px;
	background: url(../images/bg_nav.gif) no-repeat 0px 0px;
	margin: 0px;
	border-bottom: 1px solid #FFF;
	display: block;
}
.menu_over {
	height: 22px;
	width: 247px;
	padding-top: 9px;
	background: url(../images/bg_nav-over.gif) no-repeat 0px 0px;
	margin: 0px;
	border-bottom: 1px solid #FFF;
	display: block;
}
.menu_out a {
	color: #76143C;
	text-decoration: none;
	margin-left: 38px;
}
.menu_over a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 38px;
}
.menu_blue {
	height: 22px;
	width: 247px;
	padding-top: 9px;
	margin: 0px;
	border-bottom: 1px solid #FFF;
	display: block;
	background: #1E62F5;
}

