html {
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
	color: #000;
	font-size: small;
	background-color: #333;
	text-align: left;

}

a:link {
	color: #c00;
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

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

a:active {
	color: #f90;
	text-decoration:none;
}

#container {
	border: #000 0px solid;
	margin: 15px auto;
	background: url(graphics/redwing-bgd760-white.gif) #fff repeat-y left top;
	width: 760px;
	position: relative;
	text-align: left;
}

#header {
	background-color: #c30101;
	height: 82px;
}

#header img {
	border: none;
}

#header h1 {
	display: none;
}

#banner {
	background-color: #c30101;	
	color: #fff;
	border-bottom: 0px solid #000;
	height: 142px;
}

#main {
	width: 488px;
	float: left;
	position: relative;
}

#main a:link {
	color: #900;
	text-decoration:none;
}

#main a:visited {
	color: #900;
	text-decoration:none;
}

#main a:hover {
	color: #f90;
	text-decoration:none;
}

#main a:active {
	color: #f90;
	text-decoration:none;
}

p {
	padding: 0px 25px 0px 25px;
	line-height: 1.3em;
}

li {
	margin: 0 20px 0 25px;
}


/* -------------- Right Column ---------------------------------------- */

#right_col {
	float: right;
	width: 270px;
	font-size: 80%;
}

#right_col h2 {
	
	color: #333;
	border-bottom: 0px solid #666;
	text-align: left;
	font-size: 140%;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 10px 10px 0px 10px;
}

#right_col p {
	color: #666;
	background-color: #fff;
	text-align: left;
	padding: 0 0 5px;
	margin: 0 15px 0 10px;
}

#right_col ul {
	color: #666;
	background-color: #fff;
	list-style-type: square;
	margin: 0 15px 15px 6px;
	padding: 0;
}

#right_col li {
	margin: 0 10px 0 20px;
	padding: 2px 0 0 0;
}

#right_col .news-summary li {
	padding: 7px 0 0 0;
}

#right_col .bold_sub_links li {
	padding: 3px 0 0 0;
	font-size: 120%;
	font-weight: normal;
}

#right_col .minor_sub_links li {
	font-weight: normal;
}

#right_col .buyer_type li {
	padding: 5px 0 0 0;
}

#right_col .client_comment {


}

#right_col a:link {
	color: #900;
	text-decoration:none;
}

#right_col a:visited {
	color: #900;
	text-decoration:none;
}

#right_col a:hover {
	color: #f90;
	background-color: transparent;
	text-decoration:none;
}

#right_col a:active {
	color: #f90;
	text-decoration:none;
}


#right_col .thispage {
	font-weight: normal;
	color: #666;
}



/* ----- Footer area ------------------------------------------------------- */

#phone_footer {
	height: 40px;
	background-color: #bb0101;
	font-size: 150%;
	clear: both;
 	overflow: hidden;
}

#phone_footer p  {
	margin: 0px 0px 0px;
	color: #fff;
	padding: 8px 0 8px 0;
	text-align: center;
}

#footer {
	background-color: #bb0101;
	height: 60px;
	overflow: hidden;
}

#footer p {
	font-size: 90%;
	color: #fff;
	margin: 0px 0px 0 0px;
	padding: 4px 0 0 0;
	text-align: center;
}

#footer p, #footer a:link, #footer a:visited  {
	color: #fff;
}

#footer a:hover, #footer a:active {
	color: #f90;
	background: transparent;
}

#legals {
	height: 26px;
	background-color: #bb0101;
	font-size: 70%;
}

#legals p, #legals a:link, #legals a:visited  {
	margin: 0px 0px 0px;
	color: #fff;
	padding: 4px 0 8px 0;
	text-align: center;
}

#legals a:hover, #legals a:active {
	color: #f90;
	background: transparent;
}

/* ------ Text formatting ----------------------------------------- */

h1, h2, h3, h4 {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333;
	padding: 0px 10px 0px 25px;
}

h1 {font-size: 140%; margin-left: 0px; margin-top: 40px;}
h2 {font-size: 130%; margin-left: 0px;}
h3 {font-size: 110%; margin-left: 0px;}
h4 {font-size: 100%; margin-left: 0px;}

.red {
	color: #c00;
}

.red_bold {
	color: #c00;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.bold_right {
	font-weight: bold;
	text-align: right;
}

.bold_left {
	font-weight: bold;
	text-align: left;
}

.bold_center {
	font-weight: bold;
	text-align: center;
}

.right {
	font-weight: normal;
	text-align: right;
}

.left {
	font-weight: normal;
	text-align: left;
}

.center {
	font-weight: normal;
	text-align: center;
}

.newsdate {
	color: #c00;
	margin-bottom: 3px;
	padding-bottom: 0;
}

.newsheadline {
	margin-top: -5px;
	padding-bottom: 0;
}

.client_comment p {
	font-size: 100%;
/* background: url(graphics/openquotes-swiss1.gif) #fff no-repeat left top; */
}

.client_list ul {
	list-style: circle outside none;
}

.client_comment_name {
	padding-left: 30px;
	color: red;
	font-size: 100%;
}


/* ----- Global Navigation start ---------------------------------- */

.globalnav ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	height: 30px;
	background: #c00 url(graphics/back.png);
	position: relative;
}

.globalnav li {
	float: left;
	display: inline;
	margin: 0 20px 0 25px;
}

.globalnav li a {
	display: block;
	float: left;
	height: 30px;
	line-height: 29px;
	background: url(graphics/off.png);
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 0;
	cursor: pointer;
}

.globalnav li a b {
	float: left;
	display: block;
	padding: 0 12px 0 0;
	background: url(graphics/off.png) right top;
}

.globalnav li.current a {
	color: #999;
	background: url(graphics/cur.png);
}

.globalnav li.current a b {
	background: url(graphics/cur.png) right top;
}

.globalnav li a:hover {
	color: #f90;
	background: url(graphics/on.png);
}
.globalnav li a:hover b {
	background: url(graphics/on.png) right top;
}

.globalnav li.current a:hover {
	color: #999;
	background: url(graphics/cur.png);
	cursor: default;
}

.globalnav li.current a:hover b {
	background: url(graphics/cur.png) right top;
}


/* ----- Form fields --------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

form p input {
	margin: 0;
	padding: 0;
	
}

#contact-form	{
	display: block;
	margin: 25px 0 0 25px;
	border: 0px solid #c0c0c0;
	text-align: left;
}

#contact-form input.block, #contact-form textarea {
	width: 300px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-right: 10px;
	background-color: #fff;
	vertical-align: text-top;
	color: #c00;
}

#contact-form input.block:focus, #contact-form textarea:focus {
	background-color: #fff;
}

#contact-form p {
	margin: 5px 20px 0 -40px;
}

textarea	{
	font-size: 1em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;
	vertical-align: text-top;
}

select	{
	border: 1px solid #ccc;
}

/* ------------------------ Photos ---------------- */

.onepic {
	margin: 0 25px 0 25px;
	font-size: 80%;
	color: #000;
	padding: 0 0 10px 0;
}

.onepic img {
	border: 1px solid #000;
}

.twopix {
	margin: 0 25px 0 25px;
	position: relative;
}

.twopix img {
	border: 1px solid #000;
}

.picleft {
	float: left;
	width: 200px;
	font-size: 80%;
	color: #000;
	padding: 0 0 10px 0;
}

.picright {
	float: right;
	width: 200px;
	color: #000;
	font-size: 80%;
	padding: 0 0 10px 0;
}

.threepix {
	margin: 0 25px 0 25px;
	position: relative;
}

.threepix img {
	border: 1px solid #000;
}

.pic3left {
	float: left;
	width: 133px;
	font-size: 80%;
	color: #000;
	padding: 0 0 10px 0;
}

.pic3mid {
	float: left;
margin-left: 20px;
	width: 133px;
	color: #000;
	font-size: 80%;
	padding: 0 0 10px 0;
}

.pic3right {
	float: right;
	width: 133px;
	color: #000;
	font-size: 80%;
	padding: 0 0 10px 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.image_right {
	float: right;
	width: 200px;
	margin: 5px 25px 5px 10px;
	font-family: verdana,arial,sans-serif;
	font-size: 80%;
	color: #666;
display: inline;
}

.image_right img {
	border: 1px solid #000000;
}

.image_left {
	float: left;
	width: 200px;
	margin: 5px 10px 5px 0px;
	font-family: verdana,arial,sans-serif;
	font-size: 80%;
	color: #000;
display: inline;
}

.image_left img {
	border: 1px solid #000000;
}

.bigpic {
	margin: 10px 29px 15px 29px;
	border: 1px solid #000;
}

.zoom {
	background-color: #fcf;
	border: 1px solid #000;
	padding: 0 2px 1px 2px;
}

.box_message {
	border: 1px solid #f00;
	color: #f00;
	font-size: 140%;
	font-weight: bold;
	background-color: #f5f5f5;
	text-align: center;
	margin: 0 25px 10px 40px;
	padding: 5px 15px;
}

.separator {
	width: 94%;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.staff_summary {
	width: 420px;
	border: 1px solid #ccc;
	margin: 0 20px 10px 25px;
	padding: 5px 5px 5px 10px;
	position: relative;
	font-size: 100%;

}

.staff_summary img {
	border: 1px solid #000;
	float: right;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
}

.staff-name {
	font-weight: bold;
}

.staff-position {
	font-weight: bold;
	color: #666;
}

.exor_logo {
	width: 120px;
	float: left;
	margin-left: 15px;
	color: #666;
}

.lez_logo {
	width: 110px;
	float: right;
	margin-top: 4px;
}

.al_logo {
	width: 120px;
	float: left;
	margin-left: 15px;
	padding-bottom: 25px;
	color: #666;
	
}

.exor_logo img, .lez_logo img, .al_logo img {
	border: none;
}
.borderbox1 {
	width: 430px;
	border: 1px solid #ccc;
	margin: 0 0 25px 25px;
	padding: 10px 0;
}

.borderbox_clients {
	width: 430px;
	border: 1px solid #ccc;
	margin: 10px 25px 10px 25px;
	padding: 5px 0;
	color: #666;
	font-style: italic;
}

.coach_specifications table, .coach_specifications td {
	border-color: #ccc;
	border-style: solid;
	margin: 0 25px 0 25px;
}

.coach_specifications table {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

.coach_specifications td {
	margin: 0;
	padding: 3px 2px 3px 4px;
	border-width: 1px 1px 0 0;
	color: #000;
	font-size: 80%;
}

.g {
	background-color: #f5f5f5;
	width: 40px;
}

.w {
	background-color: #fff;
	width: 40px;
}

.wireframe_combo table {
	border: none;
	margin: 0 25px 0 25px;
}

.wireframe_combo table td {
	padding: 0;
	border: none;
}

.ten_reasons li {
	padding: 10px 0 0 0;
}
	
.buyer_types table, .buyer_types td {
	border-color: #ccc;
	border-style: solid;
	margin: 0 25px 0 25px;
}

.buyer_types table {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}

.buyer_types td {
	margin: 0;
	padding: 8px 5px 8px 8px;
	border-width: 1px 1px 0 0;
	background-color: #fff;
	font-size: 100%;
	font-weight: bold;
	width: 50%;
}


#quotation {
	margin: 0 20px 0 25px;
}

#quotation table {
	font-size: 100%;
	border-collapse: collapse;
	width: 440px;
background-color: #f5f5f5;
}

#quotation th {
	padding: 0.3em 0.5em;
	text-align: left;
}


#quotation tr.quote-subhead {
	color: #000;
}

#quotation td {
	padding: 0.3em 0.5em 0.3em 0;
}
#quotation tr.quote-subhead td {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #ccc;
	font-weight: bold;
	padding: 0.3em 10px;
}


#quotation td.desc {
	width: 130px;
	padding-left: 10px;
}

#quotation td.enter {
	border-left: 0px solid #ccc;
	text-align: left;
	padding-right: 0;
}

#quotation td.tip {
	text-align: right;
	padding-right: 10px;
}

#quotation td.enter input, #quotation td.enter textarea {
	width: 255px;
	color: #c00;
	border: 1px solid #ccc;
	background-color: #fff;
}

#quotation td.sub_notes {
	padding-left: 10px;
}

.customer-feedback {
	width: 440px;

}

.customer-feedback-section {
	border: 1px solid #ccc;
	margin: 0 20px 0 25px;

}

.customer-feedback-section table {
	width: 420px;
	margin: 10px 10px 10px 10px;

}

.customer-feedback-section td.enter input, .customer-feedback-section td.enter textarea {
	width: 280px;
	color: #c00;
	border: 1px solid #ccc;
	background-color: #f00;

}
