body {
	background-color: #548FC9;
	background-image: url(/images/body-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
}

a {
	/*color: #FF6633;*/
	color: #2D6192;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
}

form {
	margin: 0;
}

strong {
	font-weight: normal;
}

h1, h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 0;
}

h3, h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

h5, h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
}

table, td, th {
	font-size: 100%;
}

ul {
	list-style: disc;
}

/*===== Visual classes =====*/

.attention {
	color: #FF0000;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.small {
	font-size: 70%;
}


/* ===== Containers ===== */

#container {
	background-color: #FFFFFF;
	width: 725px;
}

#body {
	background-color: #FFFFFF;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	border-top-width: 0px;
	padding: 15px 20px 15px 20px;
	text-align: justify;
}

.form {
	border: solid 1px #999999;
	font-size: 100%;
	text-align: left;
	padding: 10px;
}

.form table {
	font-size: 100%;
	width: 100%;
}

.form table th {
	font-weight: normal;
	padding: 2px 0 2px 0;
	vertical-align: top;
	white-space: nowrap;
}

.form table td {
	padding: 2px 0 2px 2px;
}



/* ===== Button ===== */

.button {
	color: #808080;
	font-size: 12px;
}

.button a {
	background-color: #F7F3EF;
	background-image: url(/images/btn-fill.gif);
	background-repeat: repeat-x;
	color: #404040;
	display: table-cell; /* FireFox focus area fix */
	font-weight: bold;
	height: 19px;
}

.button a:hover {
	color: #000000;
	text-decoration: none;
}

.button a img {
	vertical-align: middle;
}

.button-submit	{
	border: solid #BDA893 1px;
	background-color:	#F7F3EF;
	background-image:	url(/images/btn-arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #404040;
	cursor: pointer;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	height: 23px;
	padding: 0px;
	padding-right: 19px;
}


/* ===== Header ===== */

#header {
	color: #FFFFFF;
	background-color: #FF8C00;
	background-image: url(/images/top-bg.jpg);
	background-repeat: no-repeat;
	height: 325px;
	text-align: left;
	padding-right: 20px;
}

#header .logo {
	float: right;
	width: 175px;
	margin-top: 30px;
	text-align: center;
}

#header .logo img {
	background-color: #FFFFFF;
}

/* menu */

#header ul { 	
	float: right;
	margin: 0px;	
	margin-top: 20px;
	padding: 0px;
	/* width: 100px;  width are specified inline */
}

#header ul li {
	color: #000000;
	font-weight: bold;
	line-height: 15px;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}

#header li a {
	color: #404040;
}

#header li a:hover {
	color: #000000;
	text-decoration: none;
}

/* quick */

#header .info {
	color: #FFFFFF;
	clear: both;
	float: right;
	margin-top: 45px;
	width: 220px;
}

#header .info th {
	font-weight: normal;
	width: 90%;
}

#header .buttons {
	clear: both;
	padding-top: 15px;
}

#header .button {
	float: right;
	margin-left: 15px;
}


/*===== Content =====*/

#content {
	float: right;
	margin-top: -60px;
	width: 480px;
}

#sidebar {
	float: left;
	margin-top: -30px;
	width: 180px;
	text-align: justify;
	font-size: 90%;
}

.block {

}

.block h1, .block h2 {
	margin: 15px 0 10px 0;
	text-align: center;
}

.block h3, .block h4 {
	margin: 15px 0 5px 0;
}

.block h5, .block h6 {
	margin: 0 0 5px 0;
	padding: 0;
}

.block p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.block pre, .block code, .block var  {
	color: #008000;
	font-size: 90%;
}

.block pre {
/*	word-wrap: break-word;*/
	margin: 10px;
}

.block acronym {
	font-style: italic;
	border: 0;
	/*border-bottom: dotted 1px #999999;*/
	cursor: help;
}

.block center {
	margin: 10px 0 10px 0;
}

.block ul {
	margin: 2px 0 10px 25px;
	padding: 0;
}

.block ul ul, .block ul ul ul, .block ul ul ul {
	margin: 2px 0 2px 25px;
}

.block ol {
	margin: 2px 0 5px 35px;
	padding: 0;
}

/*---- Download block ----*/

.download table {
	border: 1px solid #999999;
}

.download th {
	background-color: #F5F5F5;
	border-bottom: 1px solid #999999;
	padding: 5px;
}

.download td {
	padding: 0 10px 5px 10px;
}

.download .button {
	text-align: right;
}

.download .space {
	height: 7px;
	font-size: 1px;
	padding: 0;
}


/*---- Buy block ----*/

.buynow {
	font-size: 250%;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	padding: 15px 0 20px 0;
}

.buynow a  {
	/*color: #FF8C00;*/
	color: #008000;
}



/*===== Footer =====*/

#footer {
	background-color: #548FC9;
	color: #ffffff;
	padding: 20px 0 10px 0;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 2px;
}

#footer .notice {
	color: #B0CDE5;
	font-size: 80%;
	padding-top: 10px;
	text-align: justify;
}

#footer .notice a {
	color: #B0CDE5;
}



/* ====== Form Contact ====== */

#form_contact {
	margin-bottom: 25px;
}

#form_contact table {
	margin-bottom: 10px;
}

#form_contact table th {
	width: 100%;
}

#form_contact select {
	width: 366px;
}

#form_contact .edit, #form_contact textarea {
	width: 360px;
}


/* ====== Other class ====== */

.line-h {
	background-image: url(/images/line-h.gif);
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

