/* main style sheet */


/* header */
#header {
	padding: 0px;
	width: 758px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo-nav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 399px;
}
#flash {
	margin: 0px;
	padding: 0px;
	height: 430px;
	width: 359px;
	float: right;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}


/* end of header 
**********************/





/* nav */
#nav {
	margin: 0px;
	background-image: url(../img/nav-bg.jpg);
	background-repeat: no-repeat;
	width: 399px;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;

}
#nav a {
	padding: 0px;
	margin: 0px;
	background-image: url(../img/nav.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	width: 399px;

}
#profile {
	background-position: 0px -17px;
}
#product {
	background-image: url(../img/nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px -52px;
	padding: 0px;
	height: 35px;
	width: 399px;
	margin: 0px;
}
#window {
	background-position: 0px -87px;
}
#door {
	background-position: 0px -122px;
}
#hardware {
	background-position: 0px -157px;
}
#architecture {
	background-position: 0px -192px;
}
#contact {
	background-position: 0px -227px;
}

#profile:hover {
	background-position: -399px -17px;
}
#window:hover {
	background-position: -399px -87px;
}
#door:hover {
	background-position: -399px -122px;
}
#hardware:hover {
	background-position: -399px -157px;
}
#architecture:hover {
	background-position: -399px -192px;
}
#contact:hover {
	background-position: -399px -227px;
}




/* end of nav 
**********************/




/* content */

#content {
	width: 758px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 399px;
}
.main-inner {
	width: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}
.images {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 359px;
}
.margin10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	text-align: justify;
}
.nomargin {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
.box1 {
	margin: 0px;
	padding: 0px;
}
.box1-left {
	margin: 0px;
	padding: 0px;
	float: left;
}
.box1-right {
	margin: 0px;
	padding: 0px;
	float: right;
}
.list1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.list1 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}
.eboss-link {
	position: absolute;
	left: 250px;
	bottom: -10px;
}

.pagetop {
	display: block;
	padding: 0px;
	width: 90px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}







/* end of content 
**********************/





/* footer */
#footer {
	margin: 0px;
	padding: 0px;
	width: 760px;
	background-image: url(../img/footer-bg.gif);
	background-repeat: no-repeat;
	height: 44px;
	clear: both;
}
#footer p {
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 315px;
	color: #FFFFFF;
	margin: 0px;
}
#footer span {
	padding-right: 20px;
	padding-left: 20px;
}
#container #footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#container #footer a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

/* end of footer 
**********************/





/*  General style */
html, body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 86%;
	margin:0;
	border:none;
	padding:0;
	color:#333333;
	background-image: url(../img/body-bg.gif);
	background-repeat: repeat;
}
*html body  {
	font-size:85%;
}
*:first-child+html body {
	font-size:85%;
}



#container{
	width:760px;
	margin:0 auto;
	padding: 0;
	background-image: url(../img/container-bg.gif);
	background-repeat: repeat-y;
}


/*****   clearfix   *****/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;

}
.clearfix {
	display: inline-block;
}
/* hide from ie-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from ie-mac */

/*****   end of clearfix   *****/

img {
	margin:0;
	padding:0;
	display: block;
	border-width: 0;
	border:none;
}
.image-border {
	border: 1px solid #666666;
}

h1 {
	margin:0;
	padding:0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #828282;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #828282;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
h3 {
	padding:0;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h4 {
	margin:0;
	padding:0;
}

.break {
	background-image: url(../img/break.gif);
	background-repeat: repeat-x;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica;
	font-size:10pt;
	color:#000000; 
	border:1px solid #000000;
	background-color:#ffffff;
}

/* Link */
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}  

a:link {
	color:#999999;
	text-decoration:none;
	font-weight: bold;
}

a:visited {
	color:#999999;
	text-decoration:none;
	font-weight: bold;
}


a:hover {
	color:#666666;
	text-decoration:underline;
	font-weight: bold;
}

/* CopyRight Format-- */
div#copyright {
	font-family:Arial, Verdana, Helvetica;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin:0;
	border:0;
	color:#666666;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

a.linkcopy {
	color:#666666;
	text-decoration:underline;
}  

a.linkcopy:link {
	color:#666666;
	text-decoration:underline;
}

a.linkcopy:visited {
	color:#666666;
	text-decoration:underline;
}

a.linkcopy:hover {
	color:#888888;
	text-decoration:underline;
}
a:focus { 
	-moz-outline-style: none; 
}


/* end of general style */

