body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: ;
	text-decoration: underline;
	font-weight: bold;
}

img {
	border: 0;
}

h1 {
	font-size:24px;
	color:#FFFFFF;
	font-weight:normal;
}

.customer {
	font-size:18px;
	font-weight:bold;
	color:#FFFF00;
}

/*==/ HEADER /==*/

div.logo {
	margin: 41px 0 0 13px;
}
div.logo2 {
	margin: 24px 0 0 13px;
}

div.header-contactinfo {
	margin: 13px 0 2px 0;
}
div.header-contactinfo p {
	color:#333333;
	margin: 2px 8px 2px 8px;
}
div.header-contactinfo a:link {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
div.header-contactinfo a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
div.header-contactinfo a:hover, div.header-contactinfo  a:active {
	color: #FF6600;
	text-decoration: none;
	font-weight: normal;
}

div.custservbox {
	width:300px;
	height:110px;
	margin:2px;
	padding:2px;
	float:left;
}
div.custservbox p {
	margin:0;
	padding:0 0 0 15px;
	background:url(../images/bullet_square.gif) no-repeat 2px 4px;
}

/*==/ SIDEBAR /==*/

div.mainphoto {
	margin: 5px 7px 7px 7px;
}
div.mainphoto p {
	font-size:11px;
	color:#000000;
	margin:4px 0 17px 0;
}

/*==/ BODY CONTENT /==*/

div.bodycontent {
	margin:20px;
}

div.error {
	color:#990000;
	font-size:18px;
	margin: 15px 0 15px 0;
}

img.photo{
	border:5px solid #fff;
	background-color:#fff;
	}
img.right{
	float:right;
	margin:0 0 10px 10px;
	}
img.left{
	float:left;
	margin:0 10px 10px 0;
	}
	
hr.sales{
	border: 1px solid #fff;
	clear: left;
	width: 100%;
}


/*==/ FOOTER /==*/

div.footernav {
	color:#000000;
	margin: 0 10px 0 10px;
}

div.footernav a:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
div.footernav a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
div.footernav a:hover, div.footernav a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

div.copyright {
	font-size:11px;
	color:#000000;
	margin: 10px;
}

div.quadsimia-tag {
	font-size:9px;
	color:#999999;
	margin:10px;
}
div.quadsimia-tag a:link {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
div.quadsimia-tag a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
div.quadsimia-tag a:hover, div.quadsimia-tag a:active {
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

/*==/ LOGIN MENU /==*/

div.logmenu p {
	color:#FFFFFF;
}

div.logmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.logmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div.logmenu a:hover, div.logmenu a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}

/*==/ LOGIN FORMS /==*/

div.logform p {
	margin: 3px 0 3px 0;
}


table.ruled{
    border-collapse:collapse;
}
table.ruled td,
table.ruled th{
    border-right:2px solid #e86402;
    padding:1px 2px;
    border-bottom:1px solid #e86402;
}
table.ruled th{
    text-align:left;
    background-color:#f69112;
    border-bottom:5px solid #e86402;
    padding:3px 2px;
}
tr.striped td{
    background-color:#bd5306;
}

table tr.shipped{
    font-weight:bold;
}
table tr.shipped td{
    background-color:#fff;
    color:#bd5306;
}

table th{
    cursor:pointer;
    text-decoration:underline;
}

div.sitemap{
	 margin: 0 0 15px 0; 
	 width: 48%; 
	 float: left; 
	 height: 300px;
}

#customer-login{ float:left; margin:45px 0 0 58px; }
#customer-login a{ color:#e86402; }
