/* Start of CMSMS style sheet 'compmage-styles' */
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bodybg.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h1 {
	text-transform: uppercase;
	font-size: 18px;
}

h2,h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/dots.gif) repeat-y;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 100px;
	margin: 20px auto 0 auto;
	background: url(images/headerbg.jpg);
}

#logo { 
	margin: 15px 0 0px 20px;
	float: left;
	display: inline;
}

#langswitcher { 
	float: right;
	margin: 10px 10px 0 0;
	display: inline;
}

#contact {
	float: right;
	height: 55px;
	clear: right;
	margin: 20px 10px 0 0;
	width: 135px;
	display: inline;
}

#contact p {
	margin:  5px 0 0 0;
	padding: 0;
}

#contact img {
	float: left;
	margin-right: 5px;
}

#contact a {
	color: #666;
	text-decoration: none;
}

#contact a:hover {
	text-decoration: underline;
}
/* Menu */

#menu {
	width: 760px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 7px 20px 5px 20px;
	background: url(images/menubg.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover, #menu a.menuactive {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 16px auto;
	padding: 20px;
	background: #FFFFFF url(images/contentbg.jpg) repeat-x left bottom;
}

#left {
	float: left;
	width: 480px;
}

#left img { 
	margin: 8px; 
	border: 1px solid #E77817; 
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/dots.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/dot.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h1 {
	font-size: 14px;
}

/* Footer */

#footer {
	padding: 1px 20px 20px 20px;
	background: #ffffff url(images/footerbg.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}

#footer img {
	border: 0px;
}

/* Form */
.contactform label {
	width: 115px;
	margin-right: 5px;
	text-align: right;
	display: block;
	float: left;
	padding: 3px 0 0 0;
}

.contactform label.label {
	width: 150px;
	margin-right: 0px;
	text-align: left;
	display: inline;
	float: none;
	padding: 0;
}

.contactform textarea {
	width: 320px;
	height: 80px;
	padding: 3px;
}


.contactform .submit input {
	margin-left: 120px;
}

.contactform input, .contactform textarea {
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	background: url(images/formback.gif) no-repeat;
}

.contactform div{
	margin: 2px 0;
	width:480px;
	float: left;
}

.contactform input.checkbox {
	background: none;
}

.contactform div.fb_invalid label { color: #f00; font-weight: bold; }
.contactform div.fb_invalid label.label { color: #666; font-weight: normal; }
/* End of 'compmage-styles' */

