html, body
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
        width: auto;
        margin: 0 auto;
background: url(images/body_bg.gif);
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	width:1024px !important;
        min-width:1024px;
        margin: 0 auto;
}

/*Font*/
body
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
}

/*Font in table*/
table
{
	font-size:100%;
}

img {margin:0; padding:0;}
 
#container
{
	position:relative;
	min-width:1024px;
        width:1025px;
        background-color: #ffffff;
}

	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 740 ? "750px" : "auto");
/*Links*/
a {color: #454545;}
a:link {color: #454545;}
a:visited{color:#454545;}
a:active {color:#FF9900;}
a:hover{color:#FF9900;}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #C3C4C6;
	background-color: #C3C4C6;
	margin:8px 0
}

#content-table
{
	width:100%;
	height:auto;
	border-collapse:collapse;
        margin:0;
        padding:0;
}

#left-column
{
	width:214px;
	vertical-align:top;
	padding:0;
}


#right-column
{
	vertical-align:top;
	padding:0;
        margin:0;
}
#logo
{
	height:auto;
        vertical-align:top;
	padding:0;
        margin:0;
        border-left: 1px solid #999;
}

#logo_image
{
	width:810px;
	height:182px;
	background-image:url(images/header.jpg);
        position: relative;
}

#keywords
{
	position:absolute;
	right:100px;
	top: 20px;
	color:#ddd;
	text-align:right;
	z-index:500;
}

#orderbutton
{
	position:absolute;
	right:150px;
	top: 120px;
	color:#ddd;
	text-align:right;
	z-index:510;
}
 


#navigation a
{
	font-size:95%;
	/*text-decoration:none;*/
	color:#486DAA;
}

#work-area
{
	width:100%;
	padding:0;
        margin:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*Footer*/
#footer
{
	background: #FFF;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:auto;
	padding:8px;
	margin-top: 15px;
}

#footer a {color:#4545454; text-decoration:none;}
#footer a:visited {color:#4545454;}
#footer a:hover {color:orange;}
#footer a:active {color:orange;}

/*Data table*/
table.data-table
{
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #D6D6D6;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#DFEAF5;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #D6D6D6;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F3F7FC;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

.productbody {height:50px; width:380px}
.productimg {height:48px; width:47px; float:left; clear:left}
.productinfo {height:50px; width:333px; float:right; clear:right}
.producttitle {width:280px; height:20px; float:left; clear:left}
.producttitle p{font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#dfac04; font-weight:bold; margin:0px; margin-left:10px}
.producttitle a{font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#dfac04; font-weight:bold; text-decoration:none; margin:0px; margin-left:10px}
.productdesc {width:280px; height:30px; float:left; clear:left}
.productdesc p{font-family:Verdana, Geneva, sans-serif; font-size:9px; color:#333; margin:0px; margin-left:10px}
.productprice {width:52px; height:50px; float:right; clear:right}
.bottomlogos {height:40px; width:85%; vertical-align:middle; margin:0px; padding:0px; float:left; clear:left; margin-left:10%}
.bottomlogos li{display:inline; float:left; margin-left:10px}
