/* ------------ STYLE ------------ */

body {
	font-family: 'Arial', sans-serif;
	font-size:;
	font-weight:;
	text-align:;
	color:;
	background-color: #E8BD3B;
}

.content {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.sidecontent {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #ffffff;
}

.price{
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #263D89;
}


.copyright {
	font-family: 'Arial', sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color:#000000;
}


.table {
	font-family: 'Arial', sans-serif;
	font-size: 10;
	font-weight: normal;
	text-align: left;
	color: #000000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navigation {
	font-family: 'Arial', sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	word-spacing: 1px;
}

/* ------------ HEADINGS ------------ */

.pagetitle {
	font-family: 'Arial', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

.standouttitle {
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #1F3990;
}

.title {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
}

.titlewhite {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}



.titleplain {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

.order {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	color: #E8BD3B;
}

.tablemain {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	padding-left: 10px;
	background-color: #E8BD3B;
}

.tablemiddle {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	padding-left: 10px;
	background-color: #F2DF91;
}


.comment {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	color:  #1F3990;
}


/* ------------ LAYOUT ------------ */

#header {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	right:;
}

#content {
	position: relative;
	float: left;
	top: 204px;
	left: 155px;
	width: 520px;
	min-width: 520px;
	height: 100%;
	min-height:100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-color: #ffffff;
}

#topcontent {
	position: absolute;
	float: left;
	top: 0px;
	left: 165px;
	width: 530px;
	min-width: 530px;
	height: 219px;
	min-height:219px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EAC946;
}

#sidecontent {
	position: absolute;
	float: left;
	top: 219px;
	left: 0px;
	width: 165px;
	min-width: 165px;
	height: 100%;
	min-height:100%px;
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #E8BD3B;
}



#copyright {
	position: absolute;
	float: left;
	top: 0px;
	left: -20px;
	width: 520px;
	min-width: 520px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
	padding-bottom: 20px;
	background-color: #ffffff;
}

#footer {
	position: relative;
	float:  left;  
	clear: all ;
}

/* ------------ IMAGES ------------ */

#image {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	right:;
	bottom:;
	width: 58px;
	min-width:58px;
	height: 470px;
	min-height: 470px;
	background-color: #ffffff;
}

#logo {
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	right:;
	bottom:;
	width: 58px;
	min-width:58px;
	height: 470px;
	min-height: 470px;
}

img.floatRight { 
	float: right; 
	margin: 10px;
	padding: 5px;
}
 
/* ------------ NAVIGATION ------------ */

#other {
position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 500px;
	min-width: 500px;
	background-color: #ffffff;
}

/* ------------ LINKS ------------ */

#topcontent a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#topcontent a:visited {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}

#topcontent a:hover {
	color: #1F3990;
	font-weight: bold;
	text-decoration: none;
}

#topcontent a:active {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}

#sidecontent a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#sidecontent a:visited {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}

#sidecontent a:hover {
	color: #1F3990;
	font-weight: bold;
	text-decoration: none;
}

#sidecontent a:active {
	color:#ffffff;
	font-weight: bold;
	text-decoration: none;
}
#content a:link {
	color: #987712;
	font-weight: bold;
	text-decoration: none;
}

#content a:visited {
	color:#987712;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #FDA215;
	font-weight: bold;
	text-decoration: none;
}

#content a:active {
	color:#987712;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:link {
	color: #FF9E00;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:visited {
	color:#1F3990;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:hover {
	color: #C10202;
	font-weight: bold;
	text-decoration: none;
}

#copyright a:active {
	color:#999999;
	font-weight: bold;
	text-decoration: none;
}

#other a:link {
	color: #987712;
	font-weight: bold;
	text-decoration: underline;
}

#other a:visited {
	color:#987712;
	font-weight: bold;
	text-decoration: underline;
}

#other a:hover {
	color: #FDA215;
	font-weight: bold;
	text-decoration: underline;
}

#other a:active {
	color:#987712;
	font-weight: bold;
	text-decoration: underline;
}

