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

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(new_img/cw_bg_09.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
p {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: lower-roman;
}
.tour_txt_link {color: #FF9900}
#menu {
	margin: 0px;
	color: #841C00;
	font-family: GillSans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 595px;
	line-height: normal;
	text-align: right;
}
#menu    a:link {
	color: #8A1E04;
	text-decoration: none;
}
#menu a:visited {
	color: #7F1D00;
	text-decoration: none;
}
#menu  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:active {
	color: #8A1E04;
	text-decoration: none;
}
.twoColFixLtHdr #header {
	background-image: url(new_img/09cwloftsheader.jpg);
	width: 680px;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 100px;
	background-repeat: no-repeat;
	margin: 0px;
	color: #FFFFFF;
	text-align: right;
	height: 20px;
} 
.twoColFixLtHdr #header_alt {
	background-image: url(new_img/09cwloftsheader.jpg);
	width: 596px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 180px;
	background-repeat: no-repeat;
	margin: 0px;
	color: #FFFFFF;
	text-align: right;
	height: 80px;
}
.twoColFixLtHdr #container {
	width: 786px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-image: url(new_img/09_bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center -2px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 475px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 495px;
	padding: 0;
	text-align: center;
} 
.twoColFixLtHdr #footer {
	background-color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5;
	padding-left: 0px;
	width: 786px;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(new_img/footer_alt.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
} 
.pricing_table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #999999;
	text-align: center;
}
.feature_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 317px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 0px;
	float: right;
	padding: 0px;
	margin-left: 0px;
}
.style1 {
	color: #666666;
	width: 455px;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
}
.style5 {color: #D39D61}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #C5D9A6;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.right_side_txt {
	color: #666666;
	font-size: 12px;
	text-align: center;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
}
#content_txt {
	width: 475px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.475w {
	width: 475px;
}
#box {
	padding: 5px;
	width: 250px;
	border: 3px solid #CCCCCC;
}
#box2 {
	width: 250px;
	border: 3px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#box3 {
	padding: 5px;
	width: 250px;
	border: 3px solid #CCCCCC;
}
#box4 {
	padding: 5px;
	width: 250px;
	border: 3px solid #CCCCCC;
	background-color: #C5D9A6;
}
.style7 {	color: #891B02;
	font-weight: bold;
}
