*{
	margin:0;
	padding:0;
}
img{
	border:none;
}
body{
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/headerBg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#e50140;
}
a:hover{
	text-decoration:none;
}
#container{
	width:950px;
	margin:0 auto;
}
#logo{
	float:left;
	width:230px;
	height:88px;
}
#headerAddress{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	margin-top:5px;
}
#languageForm{
	margin-top:5px;
}
#mainContent{
	width:695px;
}
#menu {
	height:36px;
	margin:10px 0;
	position:relative;
	width:694px;
	z-index:9998;
}
#menu #nav {
	margin:0;
	padding:0;
}
#menu #nav li {
	display:inline;
}
#menu #nav li a {
	background-image:url(../images/menuBG.jpg);
	background-repeat:no-repeat;
}
#menu #nav li#nav-home a {
	background-position:0 0;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:36px;
	width:75px;
}
#menu #nav li#nav-products a {
	background-position:-75px 0;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:36px;
	width:101px;
}
#menu #nav li#nav-contact a {
	background-position:-181px 0;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:36px;
	width:122px;
}
#menu #nav li#nav-recruitment a {
	background-position:-303px 0;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:36px;
	width:140px;
}
#menu #nav li#nav-dummy a {
	background-position:-447px 0;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:36px;
	width:255px;
}
#menu #nav li#nav-home a:hover {
	background-position:0 -36px;
}
#menu #nav li#nav-products a:hover {
	background-position:-75px -36px;
}
#menu #nav li#nav-contact a:hover {
	background-position:-181px -36px;
}
#menu #nav li#nav-recruitment a:hover {
	background-position:-303px -36px;
}
#menu #nav li#nav-dummy a:hover {
	background-position:-447px 0;
}
.clearboth{
	clear:both;
}
img.floatRight{
	float:right;
	margin-left:20px;
}
#mainTextArea{
	padding:10px;
	width:659px;
	border:3px solid #f1f1f1;
	min-height:300px;
	float:left;
}
#mainTextArea h1{
	color:#e50140;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	float:left;
}
#mainTextArea p{
	margin-bottom:1em;
}
#mainTextArea #ContactCTA{
	float:right;
	width:162px;
	height:36px;
	margin-bottom:10px;
}
#mainTextArea #ContactCTA a {
	display:block;
	width: 162px;
	height:36px;
	background: url("../images/contactCTABG.jpg") 0 0 no-repeat;
	text-decoration: none;
}
#mainTextArea #ContactCTA a:hover { 
	background-position: 0 -36px;
}
#sidebar{
	width:209px;
	float:right;
	margin-top:10px;
}
.sidebarBoxTop{
	background-image:url(../images/sidebarBoxTop.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 0;
	width:210px;
	height:13px;
}
.sidebarBoxContent{
	border-left:1px solid #d2d5dd;
	border-right:1px solid #d2d5dd;
	width:208px;
}
.sidebarBoxBottom{
	background-image:url(../images/sidebarBoxBottom.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:0 0;
	width:210px;
	height:13px;
	margin-bottom:20px;
}
.callUs{
	color:#e50140;
	font-size:17px;
	padding-left:10px;
}
.callUsGraphic{
	color:#e50140;
	font-size:17px;
	padding-left:10px;
}
.input {
	background-color:#FFFFFF;
	background-image:url(../images/inputBg.gif);
	background-repeat:repeat-x;
	border:1px solid #E5E3D8;
	color:#000000;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	height:20px;
	margin:5px 10px;
	padding:2px;
	width:170px;
}
textarea {
	background-color:#FFFFFF;
	background-image:url(../images/inputBg.gif);
	background-repeat:repeat-x;
	border:1px solid #E5E3D8;
	color:#000000;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:5px 10px;
	padding:2px;
	width:170px;
}
#mainTextArea ul {
	margin-left:1em;
	margin-bottom:1em;
	padding-left:0;
}
#Send {
	background:#AE2170 url(../images/sendButton.jpg) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:22px;
	margin-bottom:5px;
	margin-left:116px;
	margin-top:5px;
	width:69px;
}
#footer p{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	text-align:center;
	padding:10px 0;
}
#mainContactForm .input{
	background-color:#FFFFFF;
	background-image:url(../images/inputBg.gif);
	background-repeat:repeat-x;
	border:1px solid #E5E3D8;
	color:#000000;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	height:20px;
	margin:5px 0;
	padding:2px;
	width:250px;
}
#mainContactForm textarea{
	background-color:#FFFFFF;
	background-image:url(../images/inputBg.gif);
	background-repeat:repeat-x;
	border:1px solid #E5E3D8;
	color:#000000;
	font-family:Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:5px 0;
	padding:2px;
	width:250px;
}
#mainContactForm #Send {
	background:#AE2170 url(../images/sendButton.jpg) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:22px;
	margin-bottom:5px;
	margin-left:0;
	margin-top:5px;
	width:69px;
}{