@charset "UTF-8";
/* Construct - M.Tyas 2009 - cmdcreative.com | tilecreative.com */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align:center;
	color:#333;
	background-color:#F7F7F7;
	}
	
img {
	border: 0px;
}

a:focus {
    outline: none; /* Firefox dotted outline annoys me... */
}

/****************************************************** BASIC LAYOUT */

#global_wrapper {
	width: 710px;
	height: 600px; /*this height may have to be removed when the sub nav grows too large*/
	margin: 0px auto;
	padding: 0px;
	text-align:left;
}

#left_col {
	width: 130px;
	height: 560px;
	float: left;
	padding: 20px 20px 20px 0px;
}

#right_col {
	width: 550px;
	height: 600px;
	float: left;
}

/****************************************************** LEFT COL */

#brand {
	width: 120px;
	height: 35px;
	padding-left: 10px;
}

#navigation {
	width: 130px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	margin: 0px;
	padding: 0px;
	width: 117px;
	display:block;
}

#dots {
	width: 130px;
	height: 38px;
	background:url(../images/dots.gif) bottom left no-repeat;
}

#mycustomscroll2 {
	width: 105px;
	height: 462px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	float: left;
}

#mycustomscroll2 ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type:none;
	display:block;
	padding:0px;
	margin: 0px;
	
}

#mycustomscroll2 li {
	padding:0px;
	line-height: 11px;
}
	
#mycustomscroll2 li a {
	color: #959596;
	text-decoration:none;
}

#mycustomscroll2 li a:hover {
	color: #000;
	text-decoration:none;
}
	
.active {
	color: #000;
}

/****************************************************** RIGHT COL */

#content_area {
	width: 462px;
	height: 462px;
	border-right: 8px solid #a2a3a3;
	border-bottom: 8px solid #a2a3a3;
	background-color: #CFD0D0;
	margin: 20px 0px 0px 0px;
	padding: 38px 40px 40px 40px;
}

#copy_space {
	width: 462px;
	height: 462px;
}

#copy_space h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	margin: 0px 0px 10px 0px;
}

#copy_space p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 15px 0px;
	line-height: 11px;
}

#mycustomscroll {
	width: 335px;
	height: 462px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
	float: left;(
}

.link {
	color: #000;
}

#copy_space a {
	color: #000;
	text-decoration:underline;
}

#copy_space a:hover {
	color: #000;
	text-decoration:none;
}


/****************************************************** MAILING LIST */

#email {
	margin-bottom: 10px;
	width: 220px;
}

.submit_btn {
	margin-bottom: -5px;
}

#contact_success {
	width: 200px;
	height: 200px;
	margin: 20px auto;
	border-right: 8px solid #a2a3a3;
	border-bottom: 8px solid #a2a3a3;
	background-color: #CFD0D0;
	padding: 20px;
}

#contact_success h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	margin: 0px 0px 10px 0px;
}

#contact_success p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 15px 0px;
	line-height: 11px;
}



