body
{
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.gif) repeat-x;
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 1.6em;
	color: #333;
}

.textInput
{
	background-color:#F0F0F0;
}

a
{
	color: #546F92;
	background: inherit;
}
a:hover
{
	color: #808080;
	background: inherit;
}
h1
{
	font: bold 2em "Comic Sans MS" , Helvetica, Sans-Serif;
	margin: 0;
	color: #fff;
	background-color: transparent;
}
h2
{
	font: bold 1.6em "Comic Sans MS" , Helvetica, Sans-Serif;
	color: #D80000;
}
h3
{
	clear: both;
	font-size: 1.1em;
	color: #fff;
	background-color: transparent;
	background: transparent url(images/redArrow.png) no-repeat center left;
	padding: 0 10px;
	margin: 0;
}
.blue
{
	color: #546F92;
	background:inherit;
	font-family:Comic Sans MS;
}
.image
{
	float: left;
	border: 2px solid #e2e2e2;
	padding: 3px;
	margin: 0 15px 10px 0;
	width: 70px;
	height: 100px;
}

.page
{
	width: 900px;
	margin: 0px auto 0 auto;
}

#header
{
	text-align: right;
	padding: 0px 10px 0px;
}

#logo
{
	float: left;
	padding: 0px 0 10px 10px;
}
#logo h1
{
	color: #000;
	background: #fff;
}

#menu
{
	float: right;
	background: #fff url(images/barul.gif) no-repeat bottom right;
	color: #808080;
	padding: 8px 1px 11px 0;
	margin: 0;
}
#menu li
{
	padding: 14px 18px 14px 18px;
	color: #444;
	background: #fff url(images/bar.gif) no-repeat bottom left;
	display: inline;
}

.selected
{
	background: #D80000 url(images/bar.gif) no-repeat bottom left;
	color: #D80000;
	font-weight: bold;
	font-style:italic;
	margin: 0 1px 0 0;
}

#menu li a
{
	background: transparent;
	color: #808080;
	font-family:Comic Sans MS;
	font-size:1.13em;
	text-decoration: none;
}
#menu li a:hover
{
	color: #D80000;
	background: transparent;
}
.key
{
	text-decoration: underline;
}

#headerleft
{
	clear: left;
	float: left;
	width: 250px;
	background: #8D9CAF url(images/leftintrobg.gif) repeat-x;
	color: #E5EAF2;
	margin: 0 0 1px 0;
	height:100px;
	max-height:100px;
}
#headerleft a
{
	color: #fff;
	background: inherit;
}
#headerleft p
{
	padding: 14px 15px;
	margin: 0;
}


#linksbar
{
	float: left;
	margin: 0 0 6px 0;
	padding: 0 0 1px 0;
	border-bottom: 2px solid #e2e2e2;
}
#linksbar li
{
	list-style: none;
}
#linksbar li a
{
	display: block;
	color: #3F5B7F;
	background: #C2CEDE url(images/arrow.gif) no-repeat center left;
	width: 204px;
	padding: 7px 23px 7px 23px;
	margin: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
}
#linksbar li a:hover
{
	background: #9EB1C9 url(images/arrow.gif) no-repeat center left;
	color: #fff;
}


#headerright
{
	float: right;
	width: 340px;
	padding: 25px 280px 0 20px;
	background: #BCCEDA url(images/intro_new.png) no-repeat;
	color: #547592;
	margin: 0 0 6px 0;
	height: 174px;
	border: 2px solid #e2e2e2;
}
#headerright h1
{
	margin: 0 0 20px -10px;

}

#headerright .white
{
	color: #fff;
	background-color: transparent;
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	width: 400px;
	margin: 0 0 0 -10px;
}

#newsbar
{
	float: left;
	width: 250px;
}
.box
{
	padding: 4px 15px;
	border: 1px solid #ccc;
	margin: 0 0 10px 0;
	background: #FFFFFF url(images/NewsGradient.jpg) no-repeat;
}
.note
{
	padding: 15px 15px 20px 100px;
	border: 1px solid #CFCB66;
	margin: 0 0 5px 0;
	background: #FFFFAD url(images/package.gif) no-repeat;
	color: #585616;
}

#content
{
	float: right;
	width: 643px;
}

.narrative
{
	text-align: justify;
	font-size:1.2em;
	font-family:Comic Sans MS;
}
.container
{
	padding: 12px 10px;
	text-align: justify;
	margin: 0 0 10px 0;
	height:440px;
	border:solid 1px #ccc;
}
.leftColUpperBox
{
	height:180px;
	border-bottom:inset 2px #BCCEDA;
}
.leftcol
{
	float: left;
	padding: 12px 10px;
	width: 285px;
	border: #ccc 1px solid;
	text-align: justify;
	margin: 0 0 10px 0px;
	height:400px;
	background: #FFFFFF url(images/leftColGradient.jpg) repeat-x;
}
.rightcol
{
	float: right;
	padding: 10px 15px;
	width: 295px;
	border: #ccc 1px solid;
	margin: 0 0 10px 0;
	height:403px;
	background: #FFFFFF url(images/leftColGradient.jpg) repeat-x;
}
.special
{
	clear: both;
	margin: 0px 0 20px 0px;
	padding: 5px 20px;
	border: 1px solid #ccc;
	background: #eee;
	color: #444;
}

.footer
{
	clear: both;
	padding: 5px;
	border-top: 1px solid #ccc;
	width:98%;
	text-align:center;
}

.largeImage
{
	float: right;
	border: 2px solid #e2e2e2;
	padding: 3px;
	margin: 0 5px 5px 10px;
	width: 231px;
	height: 174px;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.strong-white
{
	color:White;
	font-weight:bold;
	font-size:1.3em;
	text-decoration:underline;
}

.cartItemSummary
{
	font-size: 1.2em;
	color:White;
}

div.information
{
    color:#C60;
    background-color:#FF9;
    border:1px solid #F90;
    font-weight:bold;
}
