/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~
	General Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	background:#3a342d;
	text-align:center;
}

img {
	/*border:none;*/
	margin:5px;
}

div.ClearBoth {
	clear:both;
}

span.IMPORTANT {
	color:#2c0900;
}

span.Small {
	font-size: 8pt;
	color: #000000;
}

blockquote {
	margin-top: 0;
	padding-top: 0;
}

h4 {
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	MainContainer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.MainContainer {
	background:url(/images/bg-maincontainer.jpg) repeat-y;
	width:770px;
	margin:0px auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.Header {
	background:url(/images/bg-header.png);
	height:294px;
	width:770px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.Navigation {
	display:inline;
	color:#5d2503;
	width:225px;
	border-right:solid 1px;
	border-right-color:#5d2503;
	text-align:right;
	padding-right:20px;
	float:left;
	font-size:18pt;
}

/*div.Navigation a {
	text-decoration:none;
	color:#622905;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:17pt;
}

div.Navigation a:hover {
	color:#2c0900;
}*/

div.Navigation a.NavNonFlash {
	color:#622905;
	text-decoration:none;
	font-family:"Georgia", Times New Roman, Times, serif;
}

div.Navigation a:hover {
	color:#2c0900;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.Content {
	margin:0px;
	text-align:left;
	width:460px;
	padding:4px 45px 4px 4px;
	float:right;
	display:inline;
	color:#e9d7a4;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size:10pt;
	line-height:14pt;
}

div.Content img.Logo {
	display:inline;
	float:right;
	margin:0px 0px 30px 22px;
}

div.Content a {
	color:#ffb85d;
	text-decoration:none;
}

div.Content a:hover {
	color:#961601;
}

div.Content h1 {
	font-weight:bold;
	font-size:19px;
	color:#551200;
}

div.Content h2 {
	font-weight:bold;
	font-size:14px;
	color:#2c0900;
}

div.Content img {
	border:none;
}

div.Content img.Royalty {
	border:2px solid #69300b;
}

div.Content span.VendorItems {
	color: #e9d7a4;
	/*margin: 0px 0px 0px 10px;*/
	text-indent: 10px;
	font-weight: normal;
} 

div.Content p.Vendor {
	color: #5d2503;
	margin: 0px 0px 0px 10px;
	font-style: italic;
	
}

span.HighlightText {
	color: #551200;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

div.Footer {
	background:url(/images/bg-footer.jpg) #3a342d no-repeat;
	height:200px;
	width:770px;
	color:#e9d7a4;
	font-size:8pt;
	font-family:"Georgia", Times New Roman, Times, serif
}

span.Copyright {
	margin:60px 0px 0px 20px;
	float:left;
}

span.Developed {
	margin:60px 20px 0px 0px;
	float:right;
}

span.Developed a {
	color:#e9d7a4;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~
	sIFR
~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
span#change_sIFR_size {
	display:inline;
	font-size:11pt;
	font-weight:bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Gallery
~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

table.Gallery img {
	border: solid 2px #5D2503;
}