@charset "utf-8";
/* CSS Document */

body {
	background-color: #242623;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-image: url(../images/background.png);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-position: -4px top;
	background-repeat: repeat-y;
	padding-right: 7px;
	padding-left: 7px;
	height: auto;
}
.clear {
	clear: both;
}

.linkMore {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	display: inline;
}

#wrapper #topShadow {
	background-image: url(../images/top_shadow.png);
	background-repeat: repeat-x;
	background-color: #000;
	background-position: left top;
	height: 20px;
}

#wrapper #logo {
	height: 333px;
	background-repeat: no-repeat;
	padding-left: 8px;
	padding-top: 10px;
	background-image: url(../images/logo.png);
}
#right {
	float: left;
	width: 360px;
	padding-left: 27px;
}
#link {
	padding-bottom: 6px;
}
#cta1 {
	background-image: url(../images/map.png);
	height: 112px;
	width: 347px;
	background-color: #1C1D20;
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 23px;
	color: #a3a2a2;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 13px;
	margin-top: 20px;
	padding-top: 10px;
}

#wrapper .links {
	background-image: url(../images/links.png);
	height: 46px;
	display: block;
	width: 196px;
	float: left;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#wrapper .links2 {
	background-image: url(../images/links.png);
	height: 46px;
	display: block;
	width: 196px;
	float: left;
	background-position: -197px top;
}
#wrapper .links3 {
	background-image: url(../images/links.png);
	height: 46px;
	display: block;
	width: 196px;
	float: left;
	background-position: -394px top;
}
#wrapper .links4 {
	background-image: url(../images/links.png);
	height: 46px;
	display: block;
	width: 196px;
	float: left;
	background-repeat: no-repeat;
	background-position: -590px top;
}
#wrapper .links5 {
	background-image: url(../images/links.png);
	height: 46px;
	display: block;
	width: 196px;
	float: left;
	background-repeat: no-repeat;
	background-position: -787px top;
}
#wrapper .links:hover {
	background-image: url(../images/links.png);
	height: 46px;
	display: block;
	width: 196px;
	float: left;
	background-position: 0px -54px;
}
#wrapper .links2:hover {
	background-image: url(../images/links.png);
	height: 46px;
	display: block;
	width: 196px;
	float: left;
	background-position: -197px -54px;
}
#wrapper .links3:hover {
	background-image: url(../images/links.png);
	height: 46px;
	display: block;
	width: 196px;
	float: left;
	background-position: -394px -54px;
}
#wrapper .links4:hover {
	background-image: url(../images/links.png);
	height: 46px;
	display: block;
	width: 196px;
	float: left;
	background-repeat: no-repeat;
	background-position: -590px -54px;
}
#wrapper .links5:hover {
	background-image: url(../images/links.png);
	height: 46px;
	display: block;
	width: 196px;
	float: left;
	background-repeat: no-repeat;
	background-position: -787px -54px;
}
#wrapper #left {
	width: 555px;
	float: left;
	padding-left: 20px;
	padding-top: 23px;
}
.linkDots {
	font-family: Arial, Helvetica, sans-serif;
	color: #de521c;
	text-decoration: none;
}
.linkDots:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 26px;
	font-size: 12px;
	text-align: justify;
	vertical-align: baseline;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #b5b4b4;
	width: 555px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #383637;
	display: block;
	padding-bottom: 4px;
}
.red {
	color: #cc071a;
}
.red2 {
	color: #cc071a;
	font-size: 14px;
	font-weight: bold;
	display: block;
	height: 22px;
	line-height: 22px;
	width: 200px;
}
#cta1 .ctaText1 {
	font-size: 14px;
	color: #CCC;
	float: left;
	display: block;
	line-height: 20px;
	width: 200px;
}
#cta2 {
	width: 347px;
	background-color: #1C1D20;
	font-size: 19px;
	color: #a3a2a2;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 11px;
	padding-left: 13px;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}
#textfield {
	color: #CCC;
	background-color: #111214;
	border: 1px solid #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	height: 26px;
	width: 330px;
	margin-top: 5px;
}
#textfield2 {
	color: #CCC;
	background-color: #111214;
	border: 1px solid #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	height: 115px;
	width: 330px;
	margin-top: 5px;
	overflow: auto;
}
.btt {
	float: right;
	background-image: url(../images/contact.png);
	height: 32px;
	width: 120px;
	margin-top: 4px;
	margin-right: 16px;
	border: 0px;
}
#footer {
	background-image: url(../images/footer.png);
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-position: -2px top;
	background-repeat: no-repeat;
	padding-right: 7px;
	padding-left: 7px;
	height: 90px;
	text-align: center;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	padding-top: 45px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}
#wrapper #left ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-type: square;
	line-height: 20px;
}
.red3 {
	color: #cc071a;
	font-size: 16px;
	font-weight: bold;
	display: block;
	height: 22px;
	line-height: 22px;
}
.prod1 {
	width: 535px;
	float: left;
	height: auto;
	margin-top: 15px;
	padding: 10px;
}
.prod1 img {
	float: left;
}
.prod2 {
	float: left;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 14px;
	padding-top: 0px;
	width: 390px;
}
.prod1 .prod2 p {
	margin: 0px;
	line-height: 20px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #left .form {
	width: 510px;
	float: left;
	background-color: #1C1D20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #A3A2A2;
	padding: 20px;
}
.myTilte {
	font-size: 14px;
	float: left;
	width: 70px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#textfield4 {
	color: #CCC;
	background-color: #111214;
	border: 1px solid #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	height: 26px;
	width: 400px;
	margin-top: 5px;
	float: left;
}
.formtext {
	height: 40px;
	width: 500px;
	float: left;
	margin-top: 10px;
}
#textfield5 {
	color: #CCC;
	background-color: #111214;
	border: 1px solid #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	height: 26px;
	width: 320px;
	margin-top: 5px;
	float: left;
}
.myTilte2 {
	font-size: 14px;
	float: left;
	width: 150px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
#select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #222;
	background-color: #111214;
	color: #CCC;
	height: 24px;
	width: 330px;
	margin-top: 5px;
}
.selectMe {
	color: #8A8A8A;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

#textfield8 {
	color: #333;
	background-color: #111214;
	border: 1px solid #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	height: 200px;
	width: 400px;
	margin-top: 5px;
	overflow: auto;
}
