@import url('reset.css');

body {
	background: url('../img/sp_cardboard.gif') repeat #f3f1e5;
	font: 12px/2 "Lucida Grande", Helvetica, Sans-Serif;
	margin: 0;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
}


#top {
	width: 853px;
	height: 94px;
}

#logo {
	margin: 16px 0 0 15px;
}

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

#menu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul .spacer {
	background: #cccccc;
	width: 2px;
	height: 12px;
	margin: 4px 0 0 0;
}

#menu ul li a {
	color: #1c1c1c;
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
	padding: 5px;
	margin: 0 11px 0 11px;
}

#menu ul li a:hover {
	color: #000000;
}

#content {
	margin:8px 0 0 0;
	width: 843px;
}

#content_top {
	background: #fff;
	margin: 0 0 0 4px;
	width: 826px;
	height: 5px;
	overflow:hidden;
	border:2px solid #c2c1b7;
	border-bottom:none;
}

#content_left {
	background: url('../img/bg_left.gif') no-repeat;
	width: 4px;
	height: 187px;
	float: left;
}

#content_right {
	background: url('../img/bg_right.gif') no-repeat;
	width: 4px;
	height: 187px;
	float: left;
}

#content_middle {
	background: url('../img/bg_middle.png') no-repeat;
	width: 830px;
	float: left;
}

#content_info {
	padding-top:40px;
	background:#fff;
	color: #000;
	border:2px solid #c2c1b7;
	border-top:none;
	min-height: 188px;
}

#content_info img
{display: block;
padding: 0px;
  margin-left: auto;
  margin-right: auto; }

/*#content_info .left a {
	text-align:right;
	display:block;
}*/

#content_info h4 {
	text-align:center;
	margin:5px 0;
	border-bottom:1px solid #c2c1b7;
}

#footer {
	padding: 10px 15px 10px 15px;
	font-family: Arial, Verdana, sans-serif;
	margin: 10px 0 20px 0;
}

#footer a {
	color: #414141;
	text-decoration: none;
}

#footer a:hover {
	color: #1a1a1a;
	border-bottom: 1px dotted #414141;
}

#footer_left {
	float: left;
	width: 50%;
	color: #414141;
	font-size: 14px;

}
#footer_right {
	float: right;
	width: 50%;
	text-align: right;
	color: #777777;
	font-size: 12px;
	text-transform: uppercase;
}

#footer_right span {
	color: #414141;
}


#content_info .first,
#content_info .second,
#content_info .third {
	margin: 0 0 28px 0;
	padding: 0 20px 0 33px;
	width: 228px;
}
#content_info .second {
	padding-left:20px;
}
#content_info .third {
	padding: 0 23px 0 20px;
}
#content_info .double {
	padding:0 30px 25px 33px;
	width:492px
}

#content_info .third ul {
	padding:10px 0;
	/*font-weight:bold;*/
}

#map{
	margin:5px 30px 25px 33px;
	border: 1px solid #bab9ae;
	width:753px;
	height:225px
}

/* Classes */
.center {text-align: center;}
.clear {clear: both;}
.full {border-bottom:1px solid #c2c1b7;margin:20px 30px;}
.left {float: left;}
.right {float: right;}

/* Disable, Active Classes */
.active {display: block;}
.disable {display: none;}

/* // For Image Headers, Hide Text // */
.title_image {z-index: 99999; text-indent: -2000em; display: block; font-size: 6px;}

/* Extras */
a img {border: 0;}
a {outline: 0;}

noscript p {
padding:40px 50px 10px 35px
}
noscript ul {
padding:0 60px;list-style-type:disc;
}

#noscript-wrapper {
height:170px;
}

.left ul {
list-style-image: url('../img/icn_small_tick.jpg');
}

.left #error {
list-style-image: url('../img/icn_small_warning.jpg') !important;
padding-bottom:20px;
}

.left li {
padding-left:5px;
margin-left:33px;
}


/* Begin Slider */

noscript p, noscript ol {}
noscript a { }
noscript ol {  }

#slider a:focus { outline:none }

		.slider-wrap {
			margin:24px 0 0 0; height:155px;
}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 1px; height: 1px; background: #fff; overflow: hidden}
		.csw .loading {}
.stripNav { display: none }

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden;
			margin: auto;
			width: 830px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 155px;
			clear: both;

		}
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 830px; /* Also specified in  .stripViewer  above */
		}
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0 35px;
		}

/* noscript */


.text_noscript {
	display: inline;
	float: left;
	margin:25px 0 0 38px;
	width:550px;
	height:140px;
	vertical-align:middle;
	padding-top:0;
}

.img_noscript {
	display: inline;
	float: left;
	margin:25px 0 0 10px;
	vertical-align:middle;
	width: 180px;
}

/* End Slider */

.text_slide {
	display: inline;
	float: left;
	margin-left:0;
	margin-right:0;
	width:550px;
	height:200px;
	vertical-align:middle;
	padding-top:0px;
}

.text_slide a {
	padding-top:5px;
	display:block;
}

.img_slide {
	display: inline;
	float: left;
	margin-left:10px;
	vertical-align:middle;
	width: 180px;
}

h1
{
	font: 28px Georgia, Serif;
	color: #000;
}

input {
	border:1px solid #c2c1b7;
	height:20px;
	width:225px;
}

.submit {
	background:url(../img/button.gif) no-repeat;
	width:146px;
	height:26px;
	margin-top:25px;
	padding-bottom:3px;
	border:none;
	cursor:pointer;
	float:right;
}

textarea {
	border:1px solid #c2c1b7;
	height:185px;
	width:225px;
}

#nameInfo,
#emailInfo {
	font-size:0.9em
}

.error {
	background:#FDF5F5;
	border:1px solid #F01C26;
}

.errorInfo {
	color:#F01C26;
}