/* Structure:
display | position | float | overflow | width | height | border 
		| margin | padding | background | align | font */

/***** special css: new arrivals *****/
.menu #product_new {
	visibility:hidden;
}
/***** END special css: new arrivals *****/


/***** special css: promotions *****/
.menu #product_promo {
	visibility:hidden;
}

/***** END special css: promotions *****/




/***** MAIN HTML BODY *****/
body {
	font-family:Arial,Sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	font-size:0.9em;
}

h4 {
	color:#006697;
}

#bolder {
	font-weight:bolder;
}
/***** END MAIN HTML BODY *****/


/***** WHOLE PAGE *****/
.container {
	width:750px;
	margin:0 auto 0 auto;
	padding:0px;
}
/***** END WHOLE PAGE *****/


/***** HEADER *****/
.header {
	margin-top:-5px;
	margin-bottom:7px;
	height:55px;
}

.header img {
	height:55px;
}
/***** END HEADER *****/


/***** BANNER *****/
.banner img {
	width:750px;
}
/***** END BANNER *****/


/***** MENU *****/
.dropmenudiv {
	position:absolute;
	z-index:100;
	border:1px solid silver;
	border-bottom-width:0;
	background-color:#FFFFFF;
	line-height:normal;
}

.dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 2px;
	border-bottom: 1px solid silver;
	padding: 1px 0px 1px 0px;
	text-decoration: none;
	font-size: 0.70em;
	font-weight: bold;
	color: #006697;
}

.menu {
	background-color:#006697;
}

.menu ul {
	display:inline;
	margin:0px 0px 0px 0px;
}

.menu li {
	display:inline;
	list-style-type:none;
}

.menu a {
	padding:0px 9.5px 2px 9.5px;
	color:#FFFFFF;
	font-weight:bolder;
	font-size:smaller;
	text-decoration:none;
	text-align:center;
}

.menu a:hover {
	width:auto;
	background-color:#FFFFFF;
	color:#006697;
}

.menu a:active {
	background-color:#FFFFFF;
}
/***** END MENU *****/



/***** NAVIGATION *****/
.navi {	
	width:650px;
	margin-left:20px;
	font-size:0.77em;
}

.navi a {
	color:#666666;
	text-decoration:none;
}

.navi a:hover {
	text-decoration:underline;
}

.navi a:visited {
	color:#666666;
}
/***** END NAVIGATION *****/

.img {
	width: 650px;
	padding-top: 10px;
	margin-left: 50px;
	font-size: smaller;
	text-align: center;
}

/***** CONTENT *****/
.content {
	width:650px;
	padding-top:10px;
	margin-left:50px;
	font-size:smaller;
}

.content #content_contact {
	padding:15px 10px 15px 10px;
}

.content #content_contact td {
	vertical-align:top;
}

/* for product listings page */
.content #product_list {
	vertical-align:top;
}

.content #product_list td {
	padding:5px 5px 20px 20px;
}

.content #product_list_navi {
	text-align:center;
	font-size:0.9em;
}

.content #product_list_navi a {
	text-align:center;
	color:#006697;
}

.content #product_list_navi a:hover {
	text-decoration:overline;
}

.content #product_list_navi a:visited {
	text-align:center;
	color:#666666;
}

.content #product_list img {
	width:40px;
	border-width:0;
}

/* for product details page */
.content #product_desc {
	padding:0px 5px 5px 30px;
	vertical-align:top;
}

.content #product_specs td {
	padding:5px 5px 5px 27px;
	vertical-align:top;
}

.content #product_specs_color {
	font-weight:bold;
	color:#006697;
}

.product_order {
	text-align:right;
}
/***** END CONTENT *****/


/***** PAYMENT *****/
.payment {
	text-align:center;
}
/***** END PAYMENT *****/



/***** FOOTER *****/
.footer {
	position:inherit;
	bottom:-7px;
}

.footer ul li {
	list-style-type:none;
	text-align:center;
	font-size:0.7em;
}

.footer #footer_specs {
	color:#666666;
}
/***** END FOOTER *****/

td.middlebox {
	padding: 			2px;
}


table.middletable {
	/*height: 			100%;*/
	width: 				100%;
	background-color: 	#FFFFFF;
	border: 			0px;
	border-right: 		1px solid #D6E2DE;
	border-bottom: 		1px solid #D6E2DE;
	border-top: 		1px solid #D6E2DE;
	border-left: 		1px solid #D6E2DE;
	margin-top: 		0px;
	margin-bottom: 		0px;
	padding: 			0px;
}

td.middletd {
	background-color: 	#FFFFFF;
	height: 			100%;
	width: 				100%;
	border-top: 		1px solid #D6E2DE;
	border-bottom: 		0px solid #D6E2DE;
	border-left: 		1px solid #D6E2DE;
	border-right: 		0px solid #D6E2DE;
	margin-bottom: 		0px;
	margin-top: 		0px;
	padding: 			0px;
}
td.news {
	background-color: 	#FFFFFF;
	height: 			100%;
	width: 				100%;
	border-top: 		1px solid #D6E2DE;
	border-bottom: 		0px solid #D6E2DE;
	
	border-right: 		0px solid #D6E2DE;
	margin-bottom: 		0px;
	margin-top: 		0px;
	padding: 			0px;
}

a.brownlink {

	font-size: 11px;
	color: #79555A;
	font-weight: normal;
	text-decoration : none;
}
a:hover.brownlink{
text-decoration: underline;
color:#4682B4

}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

/***** PHP CSS *****/

.phpheader {
font-weight:bold;
}

form
{
font: normal 90% arial, verdana, helvetica, sans-serif; 
}

input
{
font: normal 90% arial, verdana, helvetica, sans-serif; 
}

select
{
font: normal 90% arial, verdana, helvetica, sans-serif; 
}

.custtable
{
    font: normal 95% arial, verdana, helvetica, sans-serif; 
    color: #444444; 
    border-color: #000000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    margin: 0;
    background-color: #CCFFCC;	
}

.custbg
{
    background-color: #CCFFCC;
    margin: 6px 2px 2px 2px;
}

/***** End of PHP CSS *****/