/*------- CSS Import Files -------*/


@import url("form.css");
@import url("login.css");
@import url("listing.css");
@import url("img-crop-tool.css");
@import url("img-selector-tool.css");
@import url("dl-selector-tool.css");


/*------- CSS Import Files -------*/


/*------- HTML Tag CSS -------*/


HTML {
	width: 100%;
	height: 100%;
}

HTML, BODY, A, DIV, TABLE, TR, TD, BUTTON, IMG, P {
	margin: 0;
	padding: 0;
	border: 0;
}

DIV, IMG {
	display: inline-block;
}

BODY, TABLE {
	width: 100%;
	height: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}

BODY {
	text-align: center;
	background: #ffffff url(../img/layout/site/site-bg.gif) 50% 0 repeat-y;
}

FORM {
	display: inline;
}

TABLE {
	border-collapse: collapse;
}

INPUT, SELECT, TEXTAREA {
	height: 28px;
	padding: 5px 2px;
	border: 1px solid #cccccc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333333;
}

.button {
	height: 25px;
	margin: 15px 10px 0 0;
	padding: 0 15px 0 15px;
	border: 1px solid #cccccc;
	background: #5e6f82 url(../img/layout/form/button-bg.gif) repeat-x;
	cursor: pointer;

	font-family: Tahoma, geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

A {
	font-weight: bold;
	color: #595c9b;
}

A:link {
	text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}


/*------- HTML Tag CSS -------*/


#site-container {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#site-table {
	height: 100%;
	width: 100%;
	background: #ffffff;
}

#header-cell {
	height: 100px;
	width: 100%;
	background: #0000dd;
	vertical-align: top;
}

#header-cell #header-bg {
	height: 100%;
	width: 100%;
	background: url(../img/layout/header/header.jpg);
}

#header {
	width: 100%;
	height: 100%;
}

#header #search {
	float: right;
	width: 157px;
	margin: 30px 9px 0 0;
}

#header #search input {
	width: 130px;
	border: 0;
	background: transparent;

	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	line-height: 11px;
}

#header #search #text {
	float: right;
	height: 21px;
	width: 134px;
	background: url(../img/layout/header/search-input.jpg);
	overflow-y: hidden;

}

#header #search #sbutton {
	float: right;
	height: 21px;
	width: 21px;
	background: url(../img/layout/header/search-button.jpg);
	cursor: pointer;
}

#header #menu {
	position: absolute;
	margin: 81px 0 0 0px;
}

#header #menu .opt {
	width: 159px;
	height: 15px;
	float: left;
	text-align: center;

}

#header #menu .small {
	width: 156px;
}

#header #menu .medium {
	width: 158px;
}

#header #menu .large {
	width: 170px;
}

#header #menu .border-right {
	border-right: 1px solid #ffffff;
}

#header #menu .opt a {
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 1;
	line-height: 15px;
}

#content-cell {
	height: 100%;
	width: 100%;
	vertical-align: top;
}

#content-container {
	height: 100%;
	margin: 20px 20px 40px 20px;
}

#footer-cell {
	height: 65px;
	width: 100%;
	vertical-align: top;
}

#footer-cell #footer-bg {
	height: 65px;
	width: 100%;
	background: url(../img/layout/footer/footer.jpg) no-repeat;
}

#footer {
	height: 100%;
	width: 100%;
}

#footer #copyright {
	width: 100%;
	text-align: center;

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #ccccff;
	line-height: 14px;
}

#footer #contact {
	width: 100%;
	text-align: center;

	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #ccccff;
	line-height: 14px;
}

#footer #footer-menu {
	font-size: 10px;
	margin: 0 0 5px 0;
	padding-top: 8px;
	line-height: 14px;
}

#footer #footer-menu #menu-left {
	width: 625px;
	float: left;
}

#footer #footer-menu #menu-right {
	width: 170px;
}

#footer #footer-menu .opt {
	width: 156px;
	text-align: center;
	float: left;
}

#footer #footer-menu #menu-left .opt {
	width: 156px;
}

#footer #footer-menu #menu-right .opt {
	width: 170px;
}

#footer #footer-menu .opt a {
	color: #ffffff;
}

.page-title {
	height: 30px;
	width: 760px;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #595c9b;
}

	
.page-title .title {
	margin: 4px 0 0 0;

	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: bold;
	color: #595c9b;
	letter-spacing: 1px;
	line-height: 28px;
}

.page-title .button {
	float: right;
	margin: 0;
}

.page-instructions {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: #cccccc solid 1px;
}



/*------- Contact Page CSS -------*/


.contact-label {
	float: left;
	width: 220px;
	margin: 5px 10px 0 0;
	padding: 3px 0 0 0;
	text-align: right;
	font-size: 11px;
}

#contact-confirm {
	width: 100%;
	margin: 50px 0 0 0;
	padding: 10px 0 10px 0;
	text-align: center;
	border: 1px solid #cccccc;
	border-width: 1px 0 1px 0;

	font-family: Georgia, serif;
	font-size: 23px;
	line-height: 30px;
}

#contact-confirm-button INPUT {
	margin-left: 500px;
}

#contact-info {
	margin-bottom: 30px;
	line-height: 24px;
}

#contact-info #phone {
	width: 310px;
	margin-left: 25px;
}

#contact-info #phone .ptype {
	width: 100px;
	float: left;
}

#contact-info #phone .pnum {
	font-weight: bold;
	font-size: 14px;
}

#contact-info #mail {
	width: 350px;
	float: right;
	margin-right: 25px;

	font-size: 14px;
}

#contact-info .contact-type {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;

	font-family: Georgia, serif;
	font-weight: bold;
}

#contact-info #tr-form-title {
	margin-top: 30px;
}

#contact-info #tr-form-instructions {
	color: #333333;
}

/*------- Contact Page CSS -------*/


/*------- About Page CSS -------*/

#about {
}

#about p {
	margin-bottom: 20px;
	text-align: justify;
}

/*------- AboutPage CSS -------*/


/*------- Home Page CSS -------*/

#home-welcome {
	margin: 20px 20px 20px 20px;

	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

#home-welcome p {
	margin: 10px 0 0 0;
}

#home-menu {
	width: 800px;
	height: 350px;
	margin-top: 20px;
}

#home-image {
	float: right;
	width: 330px;
	height: 200px;
	margin: 10px 0 0 30px;
	border-left: 1px solid #cccccc;
}

#home-image img {
	margin-left: 30px;
}


/*------- Home Page CSS -------*/


/*------- News CSS -------*/


#articles-lead {
}

#articles-lead img {
	width: 240px;
	height: 180px;
	float: right;
	margin: 15px 0 0 20px;
	border-bottom: 1px solid #cccccc;
}

#articles-lead #title {
	margin: 0 0 0 0;
	font-family: Georgia, serif;
	font-size: 20px;
	line-height: 28px;
}

#articles-lead #date {
	font-weight: bold;
}

#articles-lead #description {
	margin: 20px 0 0 0;
	font-size: 13px;
	line-height: 21px;
	text-align: justify;
}

#articles-lead #continue {
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 11px;
}

#articles-break {
	height: 10px;
	margin: 40px 0 0 0;
	border-top: 1px solid #cccccc;
}

#articles-recent {
	margin: 20px 0 0 0;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1;
}

#articles {
}

#articles .articles-container {
	margin-top: 30px;
}

#articles .articles-container img {
	float: left;
	margin: 0 15px 0 0;
	border-bottom: 1px solid #cccccc;
}

#articles .articles-container .title {
	margin: 0 0 7px 0;
	font-family: Georgia, serif;
	font-size: 15px;
}

#articles .articles-container .date {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#articles .articles-container .description {
	font-size: 13px;
}

#articles-all {
	margin: 40px 0 0 0;
	font-size: 14px;
}

#articles-date {
	margin: 50px 0 0 0;
	border-bottom: 1px solid #cccccc;

	font-size: 16px;
}

#article-main {
}

#article-main #title {
	margin: 0 0 5px 0;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #595c9b;
}

#article-main #date {
	font-weight: bold;
}

#article-main #content {
	margin: 20px 0 0 0;

	font-size: 13px;
	line-height: 24px;
	text-align: justify;
}

#article-downloads {
	width: 320px;
	float: right;
	clear: right;
	margin: 15px 0 15px 15px;
	padding: 0 0 10px 0;
	background: #eeeeee;
	border-bottom: 1px solid #cccccc;
}

#article-downloads #title {
	height: 24px;
	border-bottom: 1px solid #cccccc;
	background: url(../img/layout/page/bg_title.jpg);
	text-indent: 20px;

	font-family: tahoma, geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: 22px;
}

#article-downloads .item {
	margin: 10px 0 0 0;
}

#article-downloads .item img {
	vertical-align: middle;
	margin: 0 10px 0 20px;
}

#article-img-viewer {
	float: right;
	margin: 0 0 15px 15px;
}

#article-img-viewer #img-viewer-instructions {
	text-align: center;

	font-size: 11px;
	font-weight: bold;
}


#article-img-viewer #container {
	width: 320px;
	height: 250px;
}

#article-img-viewer #title {
	height: 24px;
	border-bottom: 1px solid #cccccc;
	background: url(../img/layout/page/bg_title.jpg);
	text-indent: 20px;

	font-family: tahoma, geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	line-height: 22px;
}

#article-img-viewer #img {
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #cccccc;
}

#article-img-viewer #desc {
	margin: 5px 10px 0 10px;
	text-align: center;

	font-family: tahoma, geneva, sans-serif;
	font-size: 11px;
}




/*------- News CSS -------*/


/*------- Search CSS -------*/


#search-title {
	width: 100%;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 22px;
}

#search-num {
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 15px;
	font-weight: bold;
}

#search-results {
	width: 100%;
}

#search-results #item {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #cccccc;
}

#search-results #item #num {
	float: left;
	width: 30px;
	margin-right: 10px;
	text-align: right;

	font-weight: bold;
	line-height: 20px;
}

#search-results #item #text {
	margin: 0 30px 0 40px;
}

#search-results #item #title {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

#search-results #item #description {
	margin: 5px 0 0 0;
}

#search-results #item #location {
	font-weight: bold;
}

/*------- Search CSS -------*/


/*------- F & I Products CSS -------*/


#fiproducts {
	width: 100%;
}

#fiproducts .product {
	width: 100%;
	margin: 30px 0 0 0;
}

#fiproducts .product-container {
	width: 100%;
	cursor: pointer;
}

#fiproducts .product-container .product-left {
	float: left;
	width: 110px;
}

#fiproducts .product-container .product-right {
	width: 645px;
}

#fiproducts .product-container .title {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;

	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: bold;
	color: #595c9b;
}

#fiproducts .product-container .description {
}


/*------- F & I Products CSS -------*/


/*------- Administration LSM CSS -------*/


#admin-main {
	height: 100%;
	width: 540px;
}

#admin-lsm {
	height: 100%;
	width: 200px;
	float: left;
	margin-right: 15px;
	border-right: 1px solid #000066;

	font-family: Georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#admin-lsm #lsm-container {
	margin-right: 20px;
}

#admin-lsm #lsm-container .opt {
	margin: 0 0 10px 0;
}

#admin-lsm a {
	color: #454545;
	text-decoration: none;
}



/*------- Administration LSM CSS -------*/


