* {
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 11px;
}

html,body {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;	
	background-color: #dedede;
}

#container {
	border-left: solid #bebebe 1px;
	border-right: solid #bebebe 1px;
	border-bottom: solid #bebebe 1px;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: white;
}

#container_1 {
	margin: 0 20px 10px 20px;
}


#logo_and_menu {
	padding: 5px 0 10px 0;
}

#logo {
	width: 149px;
	height: 100px;
	float: left;
	border-right: solid #bebebe 1px;
}

#logo img {
	display: block;
	border: 0;
}

#menu {
	width: 800px;
	height: 100px;
	float: left;
	text-align: center;
}

#content {
	border-top: solid #bebebe 1px;
	padding: 3px 6px 0 0;
}

#copyright {
	width: 990px;
	margin: 5px auto 0 auto;
	text-align: right;
}

#copyright, #copyright * {
	font-size: 9px;
	color: #999999;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 47px 0 0 0;
	text-align: center;
}

#menu ul li {
	display: inline;
	margin: 0 22px;
}

#menu ul li a {
	text-decoration: none;
	color: #777777;
}

#menu ul li a img {
	border: 0;
}

.quote {
	width: 944px;
	height: 140px;
	background-image: url("../images/quotebg.jpg");
	background-repeat: no-repeat;
}

.quote * {
	color: white;
}

.quote-text {
	text-align: right;
	padding: 47px 0 0 324px;
	width: 550px;
	font-size: 15px;
	font-style: italic;
	
}

form#mailform {
	margin: 10px 0 0 0;
}

form#mailform em {
	color: red;
}

form#mailform fieldset {
	border: 0;
	margin: 0;
	padding: 0 100px 0 90px;
}

form#mailform fieldset ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

form#mailform fieldset ol li {
	margin: 0 0 15px 0;
	color: #555555;
}

form#mailform fieldset ol li.req-label {
	text-align: right;
}


form#mailform fieldset ol li label {
	display: block;
	color: #555555;
}

form#mailform fieldset ol li input, form#mailform fieldset ol li textarea {
	width: 370px;
	border: solid #ababab 1px;
	margin: 0;
	padding: 2px;
}


form#mailform fieldset ol li input.mf-submit {
	width: auto;
}.news-latest-item {
	margin: 8px 0 16px 0;
}

.news-latest-date {
	font-size: 11px;
	color: #ababab;
	font-weight: bold;
}

.news-latest-header {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.news-latest-content {
	clear: both;
}

div.news-latest-content * {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

div.news-latest-content p.bodytext {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
	
ul.three-col-refs {
	margin: 0;
	padding: 0;
}

ul.three-col-refs li {
	display: block;
	width: 463px;
	height: 165px;
	margin-right: 14px;
	margin-bottom: 10px;
	float: left;
	border: solid #dddddd 1px;
}

ul.three-col-refs li.even {
	margin-right: 0px;
}

ul.three-col-refs li div.screenshot {
	width: 132px;
	float: left;
	margin: 5px 0 0 2px;
}

ul.three-col-refs li div.screenshot img {
	border: solid #dddddd 1px;
}

ul.three-col-refs li div.informations {
	width: 313px;
	float: left;
	padding: 5px 0 0 0;
	margin: 0 0 0 5px;
}

ul.three-col-refs li div.informations div.title h3 {
	font-size: 13px;
	margin: 0 0 2px 0;
	padding: 0;
}

ul.three-col-refs li div.informations div.date {
	font-size: 10px;
	margin: 0 0 2px 0;
	padding: 0;
	color: #999999;
}

ul.three-col-refs li div.informations div.description {
	margin: 0 0 4px 0;
}

ul.three-col-refs li div.informations div.description p.bodytext {
	margin: 0;
	line-height: 130%;
	font-size: 11px;
}

ul.three-col-refs li div.informations div.link {
	font-size: 11px;
	color: #8EBE58;
	font-weight: bold;
}

ul.three-col-refs li div.informations div.link a {
	font-weight: normal;
	font-size: 11px;
}


/* short list */
table.shortref {
	width: 100%;
}

table.shortref td {
	border-bottom: solid #dddddd 1px;
	color: #555555;
	padding: 4px 0;
}

table.shortref td.screenshot {
	padding-right: 10px;
}

table.shortref td.screenshot img {
	border: solid #dddddd 1px;
}

table.shortref td.title {
	padding-right: 5px;
}

table.shortref td.date {
	color: #999999;
	font-size: 10px;
}
.csc-frame-indent3366 {
	margin-left: 90px;
}

h1,h2,h3,h4,h5 {
	color: #555555;
}

h1 {
	font-size: 16px;
}

h1 a {
	font-size: 16px;
	text-decoration: none;
}

h3 {
	font-size: 14px;
}

.clearer {
	clear: both;
}

p,p.bodytext {
	margin: 10px 0 0 0;
	line-height: 180%;
	color: #555555;
}

li { color: #555555; margin: 5px 0 0 0;}

a {
	color: #444444;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }


table.contenttable {
	margin: 10px 0 0 0;
}

table.contenttable td {
	padding: 3px 35px 3px 0;
}
table.contenttable p, table.contenttable p.bodytext {
	margin: 0;
	line-height: 100%;
}

.price-remarks p.align-right {
	margin: 0;
	font-size: 9px;
}

/* Two col */
.two-col-1 {
	width: 350px;
	float: left;
	margin-right: 24px;
}

.two-col-2 {
	width: 570px;
	float: left;
}



/* Thee col */

.three-col-1,.three-col-2,.three-col-3 {
	width: 300px;
	float: left;
}
.three-col-1,.three-col-2 {
	margin-right: 22px;
}


.csc-frame-rulerAfter {
	height: 5px;
	font-size: 1px;
	border-bottom: solid #bebebe 1px;
}
