/* CSS Document */

* {
	margin: 0;
    padding: 0;
    border: none;
	font-size: 1em;
}

.sm {list-style:none; width:800px; height:235px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden}

body {
	font-family: Arial, Helvetica, sans-serif;
}


#container {
	width: 100%;
}

#main-content {
	margin: 0 auto;
	width: 900px;
	height: 865px;
	background: url(../../images/body-bg.gif) 0 60px no-repeat;
}



/*################################################ HEADER ##############################################*/


#main-content #header {
	float: left;
	width: 900px;
	height: 145px;
}

#main-content #header .logo {
	float: left;
	width: 230px;
	height: 60px;
	margin: 30px 0 0 50px;
	display: inline;
	background: url(../../images/main-header-logo.gif);
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}

#main-content #header .login {
	float: right;
	width: 475px;
	height: 64px;
	margin: 30px 50px 0 0;
	display: inline;
	background: url(../../images/main-header-login-bg.gif);
}

#main-content #header .login h1 {
	float: left;
	width: 96px;
	height: 15px;
	margin: 8px 0 0 15px;
	display: inline;
	background: url(../../images/main-header-log-h1.gif);
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}

#main-content #header .login form {
	float: left;
	width: 455px;
	margin: 15px 0 0 15px;
	display: inline;
}

#main-content #header .login form label {
	float: left;
	width: 37px;
	margin: 0px 0px 0 0;
	font-size: 12px;
	color: #8C8C8C;
}

#main-content #header .login form input {
	float: left;
	width: 139px;
	height: 14px;
	padding: 1px 0 0 3px;
	border: 1px solid #c5c5c5;
	margin: 0px 10px 0 0;
	font-size: 12px;
}

#main-content #header .login form input.submit {
	float: left;
	width: 61px;
	height: 18px;
	background: url(../../images/main-header-log-submit.gif);
	border: none;
	margin: 0px 0px 0 0;
}

#main-content #header .menu {
	float: left;
	width: 800px;
	height: 42px;
	margin: 10px 0 0 50px;
	display: inline;
	border-top: 1px solid #e3e3e3;
	/* hide from IE Mac \*/
    /* end hide */
}

#main-content #header .menu ul {
	float: right;
	width: 424px;
	margin: 20px 0 0 0;
	list-style: none;
}

#main-content #header .menu ul li {
	float: right;
	display: inline;
}

#main-content #header .menu ul li a, #main-content #header .menu ul li a:visited {
	float: left;
	display: block;
	font-size: 14px;
	padding: 0 20px;
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif
}

#main-content #header .menu ul li a.last {
	padding-right: 6px;
}

#main-content #header .menu ul li a:hover, #main-content #header .menu ul li a:active {
	color: #85429D;
}




/*################################################ CONTENT ##############################################*/




#main-content #content {
	float: left;
	width: 900px;
}

#main-content #content .right-col {
	float: left;
	width: 510px;
	margin: 35px 0 0 60px;
	display: inline;
}

#main-content #content .right-col p {
	margin: 15px 0 0 0;
	font-size: 14px;
	color: #8C8C8C;
	line-height: 18px;
}

#main-content #content .right-col p.tit {
	margin: 15px 0 25px 0;
	font-size: 28px;
	color: #666666;
}

#main-content #content .right-col .nav p {
	color: #65c3dc;
	font-size: 11px;
}

#main-content #content .right-col .nav a, #main-content #content .right-col .nav span {
	color: #8c8c8c;
	text-decoration: none;
}

#main-content #content .right-col .nav a:hover {
	text-decoration: underline;
}




/*          index.html           */

#main-content.home #content .banner {
	float: left;
	width: 800px;
	height: 235px;
	margin: 0 0 0 50px;
	display: inline;
}

#main-content.home #content .left-col {
	float: left;
	width: 225px;
	height: 430px;
	margin: 10px 0 0 50px;
	display: inline;
	background: url(../../images/main-content-bottom-bg.gif) bottom repeat-x;
}

#main-content.home #content .left-col h1 {
	float: left;
	width: 100%;
	height: 19px;
	margin: 5px 0 15px 0;
	display: inline;
	background: url(../../images/main-content-left-h2.gif) no-repeat;
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}

#main-content.home #content .left-col img {
	float: left;
	margin: 0 0 10px 0;
	border: 1px solid #8c8c8c;
}

#main-content.home #content .left-col img.center {
	margin: 0 15px 10px 15px;
}

/****************************************************************************************************/

#main-content.about #content .left-col {
	float: left;
	width: 225px;
	height: 350px;
	margin: 10px 0 0 50px;
	display: inline;
	background: url(../../images/main-content-bottom-bg.gif) bottom repeat-x;
}

#main-content.about #content .left-col h1 {
	float: left;
	width: 100%;
	height: 19px;
	margin: 52px 0 15px 0;
	display: inline;
	background: url(../../images/head_about.gif) no-repeat;
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}

#main-content.about #content .left-col img {
	float: left;
	margin: 0 0 10px 0;
	border: 1px solid #8c8c8c;
}

#main-content.about #content .left-col img.center {
	margin: 0 15px 10px 15px;
}

#main-content.about #content .left-col .about-foot {
	width: 225px;
	height: 97px;
	background-image: url(../../images/about_foot.gif);
	margin-top: 10px;
}

/****************************************************************************************************/


/*          about-us.html           */

#main-content.about, #main-content.contact, #main-content.products {
	background: url(../../images/interior-main-content-bg.gif) 0 60px no-repeat;
}

#main-content #content .left-col, #main-content.contact #content .left-col {
	float: left;
	width: 225px;
	height: 235px;
	margin: 50px 0 0 50px;
	display: inline;
	background: url(../../images/main-content-bottom-bg.gif) bottom repeat-x;
}

#main-content #content .left-col img, #main-content.contact #content .left-col img {
	float: left;
	border: 1px solid #8c8c8c;
}

#main-content #content .right-col, #main-content.contact #content .right-col {
	margin: 0px 0 0 60px;
}

#main-content #content .right-col .nav, #main-content.contact #content .right-col .nav {
	position: relative;
}






/





/*          contact-us.html           */

#main-content.contact #content .left-col {
	float: left;
	width: 225px;
	height: 350px;
	display: inline;
	background: url(../../images/main-content-bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#main-content.contact #content .left-col h1 {
	float: left;
	width: 100%;
	height: 19px;
	margin: 0px 0 15px 0;
	display: inline;
	background: url(../../images/head_contact.gif) no-repeat;
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}

#main-content.contact #content .left-col .address {
	padding-top: 225px;
	padding-left: 10px;
	color: #666666;
	font-size: 13px;
}


#main-content.contact #content .left-col .address A:link, #main-content.contact #content .left-col .address A:visited {
	color:#0066CC;
	text-decoration: none;
}

#main-content.contact #content .left-col .address A:active, #main-content.contact #content .left-col .address A:hover {
	text-decoration: underline;
}

A:link, A:visited {
	color:#0066CC;
	text-decoration: none;
}

A:hover: A:active {
	text-decoration: underline;
}


#main-content.contact #content .right-col form {
	float: left;
	width: 390px;
	margin: 30px 0 0 0;
}

#main-content.contact #content .right-col form ul li {
	float: left;
	list-style: none;
	margin: 0 0 7px 0;
}

#main-content.contact #content .right-col form label {
	float: left;
	width: 75px;
	font-size: 12px;
	color: #8C8C8C;
}

#main-content.contact #content .right-col form label.comments {
	margin: 55px 0 0 0;
}

#main-content.contact #content .right-col form input {
	float: left;
	width: 200px;
	height: 16px;
	border: 1px solid #c5c5c5;
	font-size: 12px;
	color: #8C8C8C;
}

#main-content.contact #content .right-col form input.submit {
	width: 53px;
	height: 18px;
	border: none;
	margin: 5px 0 0 75px;
	background: url(../../images/contact-right-send-button.gif);
}

#main-content.contact #content .right-col form textarea {
	float: left;
	width: 306px;
	height: 140px;
	border: 1px solid #c5c5c5;
	font-size: 12px;
	color: #8C8C8C;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}





/*          products.html           */




#main-content.products #content .left-col {
	float: left;
	width: 211px;
	height: 480px;
	margin: 50px 0 0 50px;
	display: inline;
	background: url(../../images/products-left-bg.gif) right repeat-y;
}

#main-content.products #content .left-col h2 {
	float: left;
	width: 144px;
	height: 20px;
	margin: 0px 0 18px 5px;
	display: inline;
	background: url(../../images/products-left-h2.gif);
	/* hide from IE Mac \*/
    text-indent: -999em;
    overflow: hidden;
    /* end hide */
}

#main-content.products #content .left-col ul {
	float: left;
	width: 195px;
	list-style: none;
}

#main-content.products #content .left-col ul li {
	background: url(../../images/main-content-bottom-bg.gif) bottom repeat-x;
	height: 28px;
}

#main-content.products #content .left-col ul li a {
	float: left;
	font-size: 13px;
	color: #8C8C8C;
	text-decoration: none;
	background: url(../../images/products-left-li-bg.gif) 0 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0 0 5px;
}

#main-content.products #content .left-col ul li a:hover {
	text-decoration: underline;
}

#main-content.products #content .right-col {
	float: left;
	width: 590px;
	margin: 0 0 0 25px;
	display: inline;
}

#main-content.products #content .right-col ul li {
	float: left;
	display: inline;
	list-style: none;
}

#main-content.products #content .right-col .box {
	float: left;
	width: 170px;
	margin: 19px 25px 0 0;
	display: inline;
	text-align: center;
	/*background-color: #009966;*/
}

#main-content.products #content .right-col .box img {
	float: left;
	border: 1px solid #c5c5c5;
}

#main-content.products #content .right-col .box a {
	float: left;
	width: 170px;
	margin: 5px 0 0 0;
	text-align: center;
	font-size: 15px;
	color: #D096C8;
	text-decoration: none;
}

#main-content.products #content .right-col .box a.image {
	margin: 0;
}

#main-content.products #content .footer {
	margin: 20px 0 0 50px;
}







/*          description.html           */


#main-content.products #content.description .right-col img {
	float: left;
	margin: 18px 0 0 0;
	border: 1px solid #c5c5c5;
}

#main-content.products #content.description .right-col .bigImages {
	float: left;
	width: 163px;
}

#main-content.products #content.description .right-col .text {
	float: left;
	width: 355px;
	margin: 15px 0 0 25px;
}

#main-content.products #content.description .right-col .text p {
	font-size: 13px;
	line-height: 17px;
}

#main-content.products #content.description .right-col .text h1 {
	font-size: 20px;
	color: #D096C8;
	font-weight: normal;
}

#main-content.products #content.description .right-col .images {
	float: left;
	width: 530px;
	height: 65px;
	margin: 20px 0 0 0;
}

#main-content.products #content.description .right-col .images img {
	float: left;
	margin: 0 10px 0 0;
}




/*################################################ FOOTER ##############################################*/


#main-content #content .footer {
	float: left;
	width: 800px;
	margin: 100px 0 0 50px;
	padding: 15px 0 0 0;
	display: inline;
	background: url(../../images/main-content-bottom-bg.gif) top repeat-x;
	text-align: center;
	color: #8C8C8C;
	font-size: 12px;
}

#main-content #content .footer p.links a {
	margin: 0 5px 0 5px;
	color: #8C8C8C;
	font-size: 12px;
	text-decoration: none;
}

#main-content #content .footer p.links a:hover {
	text-decoration: underline;
}

#main-content #content .footer p.copy {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
}