
html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/background.gif) #0D3A57;
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Verdana;
	color: black;
	font-size: 11px;
	letter-spacing: 1px;
	width: auto;
}

table {
    margin: 10px 0;
}

td, th {
	border-bottom: 1px solid  #E1E4E4;
    padding: 10px 10px;
    text-align: left;
}

p {
	margin: 0;
	padding: 0;
}

a:active, a:link, a:visited {
	color: #176394;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #F37608;
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.hide {
	display: none;
}

.clearboth {
	clear: both;
	padding: 0;
	margin: 0;
	line-height: 1px;
}

label {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

input, select {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Serif;
	display: block;
	width: 150px;
}

.input_inline {
	display: inline;
}

.radio {
	display: inline;
	height: 10px;
	width: 20px;
}

.checkbox {
	display: inline;
	height: 10px;
    width: 20px;
}

.submit {
	display: inline;
	padding-left: 4px;
	width: auto;
}

.centered {
	width: 90%;
}

.button {
	width: 100px;
	float: left;
	margin: 10px 10px;
}

.alert {
	color: red;
}

.price {
	font-size: 15px;
}

#language_bar {
	background: black;
	color: #D5E9F5;
	text-align: right;
	padding: 7px 30px;
	clear: both;
	display: block;
}

#language_bar a:active, #language_bar a:link, #language_bar a:visited {
	color: white;
	font-weight: bold;
}

#language_bar a:hover {
	color: #FF8809;
	text-decoration: none;
}

#member_bar {
	height: 69px;
	background: url(images/topbarshadow.gif) white;
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
	display: block;
}

#logo {
	z-index: 10;
	top: 12px;
	position: absolute;
	left: 12px;
}

#account_div {
	position: absolute;
	left: 200px;
	top: 42px;
}

#search_div {
	position: absolute;
	right: 30px;
	width: 230px;
	top: 36px;
	z-index: 30;
}

#search_div input {
	margin: 0;
}

#middle {
	margin-left: 13px;
}

#left_column {
	width: 152px;
	text-transform: uppercase;
	color: #3E86B6;
	margin: 18px 17px 18px 0;
	float: left;
}

#left_column div {
	background-position: top;
	background-repeat: repeat-x;
	padding: 12px 7px 12px 7px;
	margin: 0 0 14px 0;
}

#left_column a:active, #left_column a:link, #left_column a:visited {
	color: white;
	font-weight: normal;
}

#left_column a:hover {
	color: #FF8809;
	text-decoration: none;
}

#left_column ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 12px;
}

#left_column li {
	padding: 4px 10px;
	border-bottom: 1px solid #41799D;
	display: inline-block; 
}

#left_column .last_li {
	padding: 4px 10px;
	border-bottom: 0;
}

#active_li {
	padding: 4px 10px;
	border-bottom: 0;
	background: white;
	border-top: 2px solid #FF8809;
}

#menu1 {
	background: url(images/menu1back.gif) #0F3B58;
	border-top: 3px black solid;
}

#menu2 {
	background: url(images/menu2back.gif) #0E3651;
	border-top: 3px black solid;
}

#menu3, #menu4 {
	background: url(images/menu3back.gif) #0D324A;
	border-top: 3px black solid;
}

#menu_ad {
	background: url(images/adback.gif) transparent;
	text-align: center;
}

#menu_ad2 {
	background: url(images/menu1back.gif) #0F3B58;
	text-align: center;
	background-position: top;
	background-repeat: repeat-x;
	padding: 12px 0 10px 0;
	margin: 14px 0 14px 0;
	font-size: 9px;
	color: white;
	text-transform: uppercase;
	line-height: 10px;
}

p.legend_ad {
	font-size: 9px;
	margin: 0;
	padding: 0 0 0 6px;
	text-align: left;
	color: white;
}

#illucontent {
	margin: 0 0 0 580px;
	padding: 35px;
	height: 117px;
	background: url(images/pyrback.gif) transparent;
	background-position: top right;
	background-repeat: repeat-x;
	color: white;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Serif;
	text-align: right;
	z-index: 100;
	positon: relative;
}

#illustration {
	top: 79px;
	left: 200px;
	position: absolute;
	margin: 0 0;
	padding: 0 0;
	z-index: 20;
	height: 385px;
	display: inline;
}

#maincontent {
	margin: 0 0 0 148px;
	display: block;
	position: relative;
	height: 100%;
	z-index: 50;
}

.full_block {
	float: left;
	width: 95%;
	margin: 0 2% 0 0;
	padding: 0;
	background: transparent;
}

.half_block {
	float: left;
	width: 46%;
	margin: 0 2% 0 0;
	padding: 0;
	background: transparent;
}

.thirtyfive_block {
	float: left;
	width: 36%;
	margin: 0 2% 0 0;
	padding: 0;
	background: transparent;
}

.twenty_block {
	float: left;
	width: 27%;
	margin: 0 2% 0 0;
	padding: 0;
	background: transparent;
}

.twothirds_block {
	float: left;
	width: 60%;
	margin: 0 2% 0 0;
	padding: 0;
	background: transparent;
}

.onethird_block {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
	padding: 0;
	background: transparent;
}

.threequarters_block {
	float: left;
	width: 75%;
	margin: 0 2% 0 0;
	padding: 0;
	background: transparent;
}

.onequarter_block {
	float: left;
	width: 17%;
	margin: 0 2% 0 0;
	padding: 0;
	background: transparent;
}

h1 {
	font-family: Georgia, "Times new roman", Serif;
	color: black;
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 45px;
	border-top: black 3px solid;
	color: white;
	padding: 0;
	margin: 18px 0 0 0;
	display: block;
	width: auto;
}

.title {
	line-height: 16px;
	text-transform: uppercase;
	background: url(images/titleback.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: white;
	padding: 0 0 4px 0;
	margin: 10px 0 5px 0;
}

.intro {
	line-height: 16px;
	background: url(images/titleback.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	color: white;
	padding: 0 0 7px 0;
	margin: 10px 0 5px 0;
}

.content_block {
	background: url(images/contentback.jpg) white;
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 20px 17px 20px 17px;
}

.subtitle {
	font-weight: bold;
    text-transform: uppercase;
}

.content_text {
	padding: 0;
	margin: 0;
	clear: both;
}

a:link.readmore, a:active.readmore, a:visited.readmore {
	width: 100%;
	float: right;
	font-weight: bold;
	background: url(images/readbullet.gif) transparent;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
	margin: 5px 0 5px 0;
	text-align: right;	
}

a:hover.readmore  {
	width: 100%;
	float: right;
	font-weight: bold;
	background: url(images/readbulleton.gif) transparent;
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 20px 0 0;
	margin: 5px 0 5px 0;
	text-align: right;
}

p.download {
	width: 100%;
	text-align: right;
	font-weight: bold;
	background: url(images/readbullet.gif) transparent;
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 15px;
	margin-right: 50px;
    color: #176394;
    font-size: 15px;
    
}

.pave {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	height: auto;
	border-bottom: white 1px solid;
}

a:link.readpave, a:active.readpave, a:visited.readpave {
	width: 95%;
	float: left;
	background: url(images/readbullet.gif) transparent;
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0;
	text-align: left;
	padding: 0 5% 0 0;
}

a:hover.readpave  {
	width: 95%;
	float: left;
	background: url(images/readbulleton.gif) transparent;
	background-position: center right;
	background-repeat: no-repeat;
	text-align: left;
	text-decoration: none;
}

#footer {
	padding: 12px 20px 30px 20px;
	clear: both;
	background: white;
	font-size: 9px;
	margin: 30px 0 0 0;
	line-height: 14px;
}

#cic {
	float: right;
	display: inline;
	vertical-align: middle;
}
