/*
First define the basic page style
*/

html
	{
	overflow: hidden;
	}

body
	{
	background-color: #FFFFFF;
	margin: 0px;
	overflow: hidden;
	}

a:link
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #1482D1;
	/* color: #fc6c6f; */
	text-decoration: underline;
	}
a:visited
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #1482D1;
	text-decoration: underline;
	}
a:hover
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #FF0000;
	text-decoration: underline;
	}
a:active
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #000000;
	text-decoration: underline;
	}

a.normal:link
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #1482D1;
	/* color: #fc6c6f; */
	text-decoration: underline;
	}
a.normal:visited
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #1482D1;
	text-decoration: underline;
	}
a.normal:hover
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #FF0000;
	text-decoration: underline;
	}
a.normal:active
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #000000;
	text-decoration: underline;
	}

a.boxLinks:link
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #888888;
	text-decoration: none;
	}
a.boxLinks:visited
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #888888;
	text-decoration: none;
	}
a.boxLinks:hover
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #FF0000;
	text-decoration: underline;
	}
a.boxLinks:active
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #000000;
	text-decoration: underline;
	}

a.boxLinks2:link
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	}
a.boxLinks2:visited
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	}
a.boxLinks2:hover
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	}
a.boxLinks2:active
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
	}

a.tbMenu:link
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #888888;
	text-decoration: none;
	}
a.tbMenu:visited
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #888888;
	text-decoration: none;
	}
a.tbMenu:hover
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #888888;
	text-decoration: none;
	}
a.tbMenu:active
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	color: #888888;
	text-decoration: none;
	}



/*
Definition of the text formats
*/

.normalText
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	font-size:12px;
	color:#464646;
	}

.normalTextSmall
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:normal;
	font-size:11px;
	color:#464646;
	}

.boldText
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:12px;
	color:#464646;
	}

.boldTextSmall
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:11px;
	color:#464646;
	}

.buttTextOff
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:11px;
	color:#464646;
	}

.buttTextOn
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:11px;
	color:#B9B9B9;
	}

.copyright
	{
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:11px;
	color:#555555;
	}

.buff2px
	{
	clear: left;
	width: 10px;
	height: 2px;
	}

.buff3px
	{
	clear: left;
	width: 10px;
	height: 3px;
	}

.buff4px
	{
	clear: left;
	width: 10px;
	height: 4px;
	}


/*
Now define the divs (for the mouse roll-overs)
*/

DIV.iconHome
	{
	float: left;
	width: 49px;
	height: 37px;
	}
a#idHome:link, a#idHome:active, a#idHome:visited 
	{
	display: block;
	width: 49px;
	height: 37px;
	background-image: url('../images/icon_home.gif');
	background-repeat: no-repeat;
	} 
a#idHome:hover 
	{
	background-position: -49px;
	}

DIV.iconAbout
	{
	float: left;
	width: 58px;
	height: 37px;
	}
a#idAbout:link, a#idAbout:active, a#idAbout:visited 
	{
	display: block;
	width: 58px;
	height: 37px;
	background-image: url('../images/icon_about.gif');
	background-repeat: no-repeat;
	} 
a#idAbout:hover 
	{
	background-position: -58px;
	}

DIV.iconAccount
	{
	float: left;
	width: 60px;
	height: 37px;
	}
a#idAccount:link, a#idAccount:active, a#idAccount:visited 
	{
	display: block;
	width: 60px;
	height: 37px;
	background-image: url('../images/icon_account.gif');
	background-repeat: no-repeat;
	} 
a#idAccount:hover 
	{
	background-position: -60px;
	}

DIV.iconHelp
	{
	float: left;
	width: 55px;
	height: 37px;
	}
a#idHelp:link, a#idHelp:active, a#idHelp:visited 
	{
	display: block;
	width: 55px;
	height: 37px;
	background-image: url('../images/icon_help.gif');
	background-repeat: no-repeat;
	} 
a#idHelp:hover 
	{
	background-position: -55px;
	}

.shopCart
	{
        position: absolute;
        }

DIV.iconContact
	{
	float: left;
	width: 49px;
	height: 37px;
	}
a#idContact:link, a#idContact:active, a#idContact:visited
	{
	display: block;
	width: 49px;
	height: 37px;
	background-image: url('../images/icon_contact.gif');
	background-repeat: no-repeat;
	}
a#idContact:hover
	{
	background-position: -49px;
	}

.shopCart
	{
        position: absolute;
        }

.pageNumbers
	{
	float: left;
	width: 20px;
	height: 20px;
	border: solid 1px #cccccc;
	background: #ffffff;
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-weight:bold;
	font-size:11px;
	color:#464646;
	}


/*
Definitions for the form elements on the site
*/

.selectBox
	{
	border: solid 1px grey;
	background-color: #EEEEEE;
	border-color: grey;
	height: 18px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	}