/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	}
body a {
	text-decoration: none;
	color: #999999;
	}
body a:hover {
	text-decoration: underline;
	}
/* Classes */
.spacer {
	width: 760px;
	padding-top: 10px;
	clear: both;
	}
	
	
/* DIVS */

#main_container {
	position: relative;
	margin: 0 auto;
	width: 760px;
	}
	
#header {
	width: 760px;
	height: 95px;
	background: url(../images/ToyingAround.jpg) no-repeat;
	}
	
	#header_link {
	position: absolute;
	top: 0px;
	right: 582px;
	width: 177px;
	height: 96px;
	background: #F7F3F7;
	}
	
	#header_link a {
		width: 177px;
		height: 96px;
		display: block;
		text-indent: -50000em;
		outline: 0;
	}
#title { 
    background: url(../images/logo.gif) no-repeat;
    width:580px;
    height:42px;
   	float: left;
    margin-left:90px;
    }

#login_register {
	float: right;
	clear: none;
	color: #000;
	width: 300px;
	font-size: 12px;
	text-align: right;
	margin: 3px 10px 0px 0px;
	}
	
#cart {
    color:black;
	}
		
#footer {
	color: #999999;
	font-size: 12px;
	width: 760px;
	height: 38px;
	background: #F7F3F7;
	float: left;
	clear: both;
	margin-bottom: 10px;
	padding: 7px 0px 0px 0px
	}

/* Tab links */
#tab_navigation {
	width: 585px;
	height: 35px;
	float: left;
	clear: both;
	margin: 30px 0px 0px 167px !important;
	margin: 30px 0px 0px 69px;
	font:tahoma;
	font-size:12px;
	text-align:center;
	}
	
#tab_home a {
    float: left;
    width:83px;
	height: 35px;
    text-decoration: none;
  	color:#9966CC;
  	font-weight:bold;
	}
	
	#tab_home a:hover {
        text-decoration: underline;
	}
	
#tab_about_us a {
	float: left;
    width:83px;
	height: 35px;
    text-decoration: none;
  	color:#9966CC;
  	font-weight:bold;    
	}
	
	#tab_about_us a:hover {
        text-decoration: underline;
	}
#tab_products a {
	float: left;
    width:83px;
	height: 35px;
    text-decoration: none;
  	color:#9966CC;
  	font-weight:bold;
	}
	
	#tab_products a:hover {
        text-decoration: underline;
	}

#tab_gifts_by_age a {
	float:left;
    width:83px;
	height: 35px;
    text-decoration: none;
  	color:#9966CC;
  	font-weight:bold;
	}
	
	#tab_gifts_by_age a:hover {
        text-decoration: underline;
	}
	
#tab_gifts_by_price a {
	float: left;
    width:83px;
	height: 35px;
    text-decoration: none;
  	color:#9966CC;
  	font-weight:bold;
	}
	
	#tab_gifts_by_price a:hover {
        text-decoration: underline;
	}

#tab_gifts_by_category a {
	float: left;
    width:83px;
	height: 35px;
    text-decoration: none;
  	color:#9966CC;
  	font-weight:bold;
	}
	
	#tab_gifts_by_category a:hover {
        text-decoration: underline;
	}

#tab_book a {
	float: left;
    width:83px;
	height: 35px;
    text-decoration: none;
  	color:#9966CC;
  	font-weight:bold;
	}
	
	#tab_book a:hover {
        text-decoration: underline;
	}

#tab_specials a {
	float: left;
    width:83px;
	height: 35px;
    text-decoration: none;
  	color:#9966CC;
  	font-weight:bold;
	}
	
	#tab_specials a:hover {
        text-decoration: underline;
	}

#tab_postage a {
	float: left;
    width:83px;
	height: 35px;
    text-decoration: none;
  	color:#9966CC;
  	font-weight:bold;
	}
	
	#tab_postage a:hover {
        text-decoration: underline;
	}

#tab_contact_us a {
	float: left;
    width:83px;
	height: 35px;
    text-decoration: none;
  	color:#9966CC;
  	font-weight:bold;
	}
	
	#tab_contact_us a:hover {
        text-decoration: underline;
	}
