
/*******************
* Element Defaults *
********************/

body
{
	background: url(/images/layout/background.gif) repeat #ccc;
	font: normal 12px Arial, sans-serif;
	color: black;
	text-align: center;
	margin: 0px;
}

img { border: none; }

a:link, a:visited
{
	text-decoration: none;
	color: #0A5799;
}

a:hover
{
	text-decoration: underline;
	color: #0A5799;
}

input
{
	border: 1px solid #ccc;
}

h1
{
	font: normal 22px Arial, sans-serif;
	color: #0A5799;
}

h2
{
	font: bold 14px Arial, sans-serif;
	color: #0A5799;
}

h3
{
}

h4
{
}

p, td
{
	font: normal 12px Arial, sans-serif;
	line-height: 18px;
	margin-right: 30px;
	vertical-align: top;
}

th
{
	font: bold 12px Arial, sans-serif;
}

hr
{
	clear: both;
	border-top: 1px solid #CDE6FF;
	border-left: none;
	border-right: none;
	border-bottom: none;
}


/**********
* Classes *
***********/

.form
{
	border: 1px solid #ccc;
	margin: 3px;
}

.footer
{
	font-size: 10px;
	margin-bottom: 0px;
}

.blue
{
	color: #0A5799;
}

.orange
{
	color: #C58402;
}

.head-image
{
	display: block; 
	margin-left: 15px;
}

#foot-image
{
	display: block; 
}

/**************
* Catalogue   *
**************/

.item-box
{
	background: url(/images/layout/item-box.gif) no-repeat;
	width: 133px;
	height: 124px;
	padding-top: 8px;
}

div.item-box h2
{
	margin-top: 0px;
	font: bold 12px arial, sans-serif;
}

.product-thumb
{
	float: left;
	width: 140px;
	text-align: center;
	margin-right: 5px;
	height: 150px;
}

td.catalogue-short
{
	text-align: center;
	width: 120px;
	padding-right: 15px;
	padding-top: 10px;
}

acronym { cursor: help; }

.block { display: block; }

.rightnav-heading
{
	margin: 5px 0px 0px 20px;
	color: white;
}

.delete
{
	padding-left: 15px;
}


.right
{
	background: url(/images/layout/blue-top.gif) no-repeat #7EB4E3;
	float: right;
	clear: right;
	width: 222px;
	margin: 30px 18px 10px 10px !important;
	margin/**/: 30px 10px 10px 10px;
}

.right-nav
{
	margin: 15px 0px 25px 0px;
	list-style-type: none;
	width: 222px;
	padding: 0px;
}

.right-nav li
{
	border-bottom: 1px solid white;
	padding: 3px 0px 3px 20px;
	font-size: 13px;
}

.right-subnav
{
	/*background: url(/images/nav/right-back.jpg) no-repeat;*/
	margin: -2px 0px -2px -20px;
	list-style-type: none;
	width: 222px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #7EB4E3;
	border-bottom: 1px solid #7EB4E3;
	background: #A5CDF1;
}

.right-subnav li
{
	border-bottom: 1px solid #7EB4E3;
	padding: 5px 15px 5px 40px;
	font-size: 11px;
}

/******
* IDs *
******/

#wrap
{
	text-align: left;
	width: 950px;
	background: white;
	margin-right: auto;
	margin-left: auto;
}

#content
{
	margin: 30px 250px 60px 30px;
}

#content-wide
{
	margin: 30px 50px 60px 30px;
}

#main-nav
{
	list-style-type: none;
	background: url(/images/layout/nav-back.jpg) no-repeat;
	width: 915px;
	height: 26px;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 14px;
}

#main-nav li
{
	float: left;
	margin-right: 15px;
	padding: 0px;
}

#footer
{
	margin: 0px 15px 0px 15px;
	text-align: center;
	border-top: 1px solid #0A5799;
	clear: both;
}



#shortlist
{
	width: 222px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#shortlist td
{
	border-bottom: 1px solid #7EB4E3;
	padding: 3px 15px 3px 20px;
	background: #A5CDF1;
}

#send
{
	margin: 6px 0px 0px 15px;
}

.highlight
{
	background: #FFFF99;
	border: none;
	padding: 3px;
}

#home-page-table
{
	border-top: 1px solid #7EB4E3;
	background: url(/images/layout/home-table-background.gif) repeat-x;
}

#home-page-table td
{
	width: 50%;
	padding: 5px;
}

#home-page-table img
{
	margin-top: 15px;
	float: right;
}

#user-login
{
	background: url(/images/layout/existing-customers.gif) no-repeat white;
	width: 222px;
	padding-top: 60px;
	padding-left: 10px;
	color: white;
	padding-bottom: 10px;
}

.login
{
	width: 100px;
	border: none;
}