body 
{
	background-color: #cddefa;
	font-family : arial;
	margin : 0px;
	padding: 0px;
	color : #000000;
	font-size: medium;
	text-align: center;
}

#screen
{
    background-color: #ffffff;
    width: 800px;
    margin: auto;
    text-align: left;
    border:0px dashed black;
    background-color: White;
}

#titlebar
{
    width: 800px;
    padding-top: 20px;
    height: 160px;
    background-image: url('../images/blue_header.jpg');
    background-repeat: no-repeat;
}

#title
{
    margin: 0px 0px 30px 20px;
    padding-top: 30px;
    font-size: 46px;
    color: White;
    font-weight: bold;
}

#subtitle
{
    margin: 0px 0px 0px 20px;
    font-size: 22px;
    color: White;
    font-weight: bold;
}

#linksbar
{
    margin: 4px 0px;
    font-size: 13px;
}

#maincontent
{
    padding: 10px 10px;
}

a
{
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
}

a:visited
{
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}

#linksbar a
{
    padding: 0px 8px;
    font-weight: bold;
	font-family : serif;
    color: #003366;
    text-decoration: none;
}

#linksbar a:hover
{
    color: #003366;
    font-weight: bold;
    text-decoration: none;
}

#linksbar a:visited
{
    padding: 0px 8px;
    font-weight: bold;
	font-family : serif;
    color: #003366;
    text-decoration: none;
}

table td
{
    font-size: 13px;
}

.downloadLinkBox
{
	border:1px solid black;
	padding:3px;
	width:100%;
	background-color: #ddeeff;
	text-align: center;
	font-size: 14px;
}

.largemessage
{
    font-size:18px;
    font-weight:bold;
}

#footer
{
    margin-top: 50px;
    width: 800px;
    height: 83px;
    background-image: url('../images/blue_footer.gif');
    background-repeat: no-repeat;
}

#footer #copyright
{
    padding-top: 15px;
    font-size: 20px;
    color: White;
    text-align: center;
    font-weight: bold;
}

#l1
{
    display: block;
    position: absolute;
    margin: 60px 0px 0px 110px;
    width: 130px;
    height: 20px;
}
#l2
{
    display: block;
    position: absolute;
    margin: 60px 0px 0px 660px;
    width: 135px;
    height: 20px;
}

.newcategory
{
    font-weight: bold;
    margin: 10px 0px;
}

td.productimage
{
    background-image: url('../images/noimage.gif');
    background-repeat: no-repeat;
    background-position: center center;
    height: 100px;
    
}

td.productimage img
{
    display: none;
}

h1
{
    font-size: 23px;
}

/* Shopping basket */
.basket
{
    width:700px;
    font-size: 11px;
}

.basket th
{
    text-align: right;
    font-weight: bold;
	background-color : #A8C1FE;
	color : #333333;
    border-bottom: 1px solid black;
    margin:0px;
    padding: 5px 3px 5px 3px;
}

.basket td
{
    text-align: right;
    margin:0px;
    padding: 6px 3px 6px 3px;
    border-bottom: 1px solid black;
}

.basket td a
{
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

.basket td a:hover
{
    text-decoration: underline;
}

.basket td a:visited
{
    font-size: 11px;
}

.basket td input
{
    width: 30px;
}

.buttonbar td
{
    text-align: right;
    border-bottom: 0px;
}

.buttonbar td input
{
    width: auto;
}

.subtotaline td
{
    text-align: right;
    border-bottom: 0px;
}

.total
{
    font-weight: bold;
}


.itemdescription
{
    text-align: left !important;
}

.shippingline td
{
    text-align: right;
    border-bottom: 0px;
}

.largeimage
{
    display: none;
    float: left;
    margin: 0px 5px 5px 0px;
}

.description
{
    margin: 15px 0px;
    font-size: 12px;
}