body{
	background-color: white;
	margin-top: 14px;
	text-align: center;
	font-family: courier, american typewriter, typewriter, georgia;
	font-size: 13px;
	line-height: 16px;
}
img {
	border-width: 0;
}
a {
	color: black;
}
#wrapper {
	width: 850px;
	border: 1px solid black;
	margin: auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 639px;
	height:auto !important;
	height:639px;
}
#nav_block {
	width: 820px;
	height: 55px;
	margin: 35px 0 0 35px;
}
#logo {
	float: left;
	width: 229px;
	height: 55px;
}
#nav_items {
	float: right;
}
.nav_line {
	width: 550px;
	float: right;
	margin-bottom: 14px;
}
.nav_line div {
	float: left;
}

.clearificator {
	clear: both;
}

/* @group General Content */

#content {
	width: 850px;
	margin-top: 40px;
}
#content ul {
	list-style-type: circle;
	padding-left: 16px;
}
#content a {
	color: black;
}
#content .header {
	font-weight: bold;
}

#content #column_1, #content #column_2 {
	width: 335px;
	padding-bottom: 30px;
	float: left;
}
#column_1 {
	margin-left: 70px;
}
#column_2 {
	margin-left: 43px;
}
.major_header {
	clear: both;
	margin: 20px 30px 15px 8px;
	font-weight: bold;
	font-size: 16px;
}
/* @end */

/* @group Dealer Listing */

.dealer {
	margin: 10px 0 20px 0;
	height: 100px;
}



/* @end */

/* @group Special Pages */

#header_text {
	margin: 0 70px 0 70px;
}
#footer_text {
	clear: both;
	margin: 0 70px 0 70px;
}
#copyright {
	font-size: 10px;
	color: #666666;
	width: 850px;
	margin: 10px auto 0 auto;
	text-align: center;
}

/* @end */

/* @group Model Table */

#models {
	margin-left: 70px;
}
#models .model {
	width: 200px;
	height: 280px;
	float: left;
	margin-right: 50px;
	text-align: center;
}
#models .model_title {
	margin-top: 10px;
}
#models .model_image img {
	height: 205px;
	width: 146px;
}

/* @end */

/* @group Individual Model */
#model_wrapper {
	width: 850px;
}
#model {
	margin-top: 24px;
}
#model #model_title {
	background-image: url('/images/blank_tag.gif');
	background-repeat: no-repeat;
	width: 410px;
	height: 170px;
	position: relative;
	top: 20px;
}
#model #model_title img {
	margin: 28px 0 0 128px;
}
#model .suit, #model .coat {
	background-repeat: no-repeat;
	padding-top: 27px;
	margin-top: 35px;
}
#model .suit {
	background-image: url('/images/suit.gif');
}
#model .coat {
	background-image: url('/images/coat.gif');
}
#model #column_1, #model #column_2 {
	width: 170px;
	float: left;
	height: 290px;
	position: relative;
	top: 20px;
}
#model #model_image {
	float: right;
	margin: 50px 46px 0 0;
}
#model #lateral_nav {
	text-align: center;
	margin-top: 320px;
}
#model #lateral_nav .disabled {
	color: #8a8a8a;	
}

/* @end */

/* @group Instock Items */
#instock {
	margin-left: 50px;
	padding-top: 70px;
}
.instock_item {
	float: left;
	width: 240px;
	text-align: left;
	margin-right: 25px;
}
.instock_title {
	margin: 10px 0 10px 0;
}
.instock_description {
	height: 120px;
}
/* @end */

/* @group MTM */

#mtm {
	margin-left: 20px;
	clear: both;
}
#mtm td {
	padding-bottom: 22px;
	border-style: solid;
	border-color: black;
	border-width: 0;
}
#mtm table table td {
	padding-bottom: 4px;
}
#mtm label {
	display: block;
	float: left;
	position: relative;
	top: 3px;
	margin-left: 4px;
	margin-right: 10px;
}
#mtm label.standard {
	width: 120px;
	margin-right: 0;
}
#mtm label.freeform {
	width: inherit;
	margin-right: 10px;
}
#mtm label.medium {
	width: 130px;
}
#mtm label.long {
	width: 260px;
}
#mtm div {
	clear: both;
}
#mtm span {
	display: block;
}
#mtm input.standard, #mtm span.standard {
	width: 260px;
	float: left;
}
#mtm input.small, #mtm span.small {
	width: 20px;
}
#mtm input.medium, #mtm span.medium {
	width: 100px;
}
#mtm note {
	clear: both;
	float: left;
	font-style: italic;
	margin-left: 130px;
	font-size: 11px;
}
#mtm select {
	float: left;
}
/* @end */

/* @group Fabric Availability */
#fabric_availability {
	margin-left: 20px;
	clear: both;
}
#fabric_availability td {
	padding: 1px;
}

/* @end */

/* @group MTM_completed */



#mtm_completed {
	margin-left: 20px;
	clear: both;
}
#mtm_completed span {
	position: relative;
	top: 3px;
	left: 6px;
	font-weight: bold;
}
#mtm_completed td {
	padding-bottom: 22px;
	border-style: solid;
	border-color: black;
	border-width: 0;
}
#mtm_completed table table td {
	padding-bottom: 4px;
}
#mtm_completed label {
	display: block;
	float: left;
	position: relative;
	top: 3px;
	margin-left: 4px;
	margin-right: 10px;
}
#mtm_completed label.standard {
	width: 120px;
	margin-right: 0;
}
#mtm_completed label.freeform {
	width: inherit;
	margin-right: 10px;
}
#mtm_completed label.medium {
	width: 130px;
}
#mtm_completed label.long {
	width: 260px;
}
#mtm_completed div {
	clear: both;
}
#mtm_completed span {
	display: block;
}
#mtm_completed input {
	border-color: white;
	border-width: 0px;
	padding: 3px;
	font-weight: bold;
	position: relative;
	top: -1px;
}
#mtm_completed input.standard, #mtm_completed span.standard {
	width: 260px;
	float: left;
}
#mtm_completed input.small, #mtm_completed span.small {
	width: 60px;
}
#mtm_completed input.medium, #mtm_completed span.medium {
	width: 100px;
}
#mtm_completed note {
	clear: both;
	float: left;
	font-style: italic;
	margin-left: 130px;
	font-size: 11px;
}
#mtm_completed select {
	float: left;
}
/* @end */