/*--Styles----------------------*/

*		{	
	margin:0px;
	padding:0px;
}
body	{
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
a:link	{
	text-decoration:none;
	color:#339933;
}
a:visited	{
	text-decoration:none;
	color:#339933;
}
a:hover	{
	text-decoration:none;
	color:#ff0000;;
}
a:active	{
	text-decoration:none;
	color:#339933;
}
h1	{
	font-size:18px;
	font-weight:bold;
	color:#339933;
}
h2	{
	font-size:14px;
	font-weight:bold;
	color:#339933;
}
.btnMargin	{
	margin-top:4px;
}
.login	{
	border:1px solid #993333;
	height:15px;
	width:160px;	
	font-size:11px;
}
.login:focus	{
	border:1px solid #993333;
	height:15px;
	width:160px;	
	font-size:11px;
	background-color:#f5f5f5;
}
.noSearch {
	font-size:16px;
	font-weight:bold;
	color:#339933;
	margin-left:25px;
}
.searchBox	{
	font-size:12px;
	width:500px;
	height:17px;
	border:solid 1px #999999;
	font-size:12px;
	color:#333333;
	margin-left:4px;
}
.catDropdown	{
	width:160px;
	height:19px;
	border:solid 1px #999999;
	font-size:11px;
	color:#333333;
}
.btnSearch	{
	width:62px;
	height:20px;
	top:3px
}
.loginBoxes	{
	width:150px;
	height:15px;
	border:1px solid #339933;
	font-size:11px;
	color:#666666;
}
.welcome	{
	margin-left:15px;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px dotted #339933;
	padding-bottom:1px;
	width:180px;
	color:#339933;
}
.items	{
	margin-left:15px;
	font-size:11px;
	font-weight:bold;
	padding-bottom:1px;
	width:180px;
	color:#339933;
}
.total	{
	margin-left:15px;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
	padding-bottom:1px;
	width:180px;
	color:#FF0000;
}
.productHeading	{
	font-size:14px;
	font-weight:bold;
	color: #339933;
}
.publisher	{
	font-size:11px;
	font-weight:normal;
	color:#666666;	
}

.menu ul{
		width:650px;
  		float: left;
	}

.menu ul li{
        display: inline;
		}


.menu ul li a{
        float: left; text-decoration: none;
        color: white;
		font-size:13px;
		margin-top:5px;

        }

.menu ul li a:visited{
        color: white;}

.menu ul li a:hover, .menu ul li .current{
        color: #fff;
        }		
		
/*--Layers----------------------*/

#mainContainer	{	
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
}

#content	{
	position:relative;
	width:1000px;
	background-image:url(../images/body_background.jpg);
	background-repeat:repeat-y;
	float:left;
	top: 0px;
}

#top	{	
	width:1000px;
	height:15px;
	position:relative;
}
#topMiddle	{	
	position:relative;
	width:1000px;
	height:85px;
	background-color:#FFFFFF;
	background-image:url(../images/logo_gifts.jpg);
	background-repeat:no-repeat;
}

#menu	{
	position:absolute;
	float:right;
	background-image:url(../images/newNav.jpg);
	width:544px;
	height:29px;
	left: 456px;
	top: 56px;
}

#freeDelivery	{
	position:absolute;
	width:200px;
	height:41px;
	left: 546px;
	top: 3px;
}

#questions	{
	position:absolute;
	width:200px;
	height:41px;
	left: 795px;
	top: 5px;
}

#searchDD	{
	position:absolute;
	width:151px;
	left: 120px;
	top: 28px;
}

#searchText	{
	position:absolute;
	width:500px;
	left: 281px;
	top: 28px;
}

#searchBtn	{
	position:absolute;
	width:60px;
	left: 792px;
	top: 28px;
}

#searchBack	{	
	width:1000px;
	height:59px;
	top:0px;
	position:relative;
	background-image:url(../images/searchback_gifts.jpg);
	background-repeat:repeat-x;
}



#left {
	position:relative;
	width:170px;
	min-height:400px;
	margin-left:10px;
	float:left;	
}

#lefttopmenu	{	
	position:relative;
	width:170px;
	height:31px;
	margin-top:10px;

}	


.leftHomeMenu	{
	margin-left:12px;
	list-style:none;
}
.leftHomeMenu li{
	font-size:11px;
}	

#menuMiddle	{	
	position:relative;
	width:166px;
	margin:0px;
	padding: 5px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	color:#8F1E54;
}


#menuBottom	{	
	position:relative;
	margin:0px;
	padding:0px;
	height:17px;
	width:170px;
}

#centre	{
	position:relative;
	width:635px;
	min-height:400px;
	left:12px;
	float:left;
	top:4px;
}

#right	{
	position:relative;
	width:170px;
	min-height:400px;
	margin-right:10px;
	float:right;	
}

#basketTop	{	
	position:relative;
	width:170px;
	height:49px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
}	

#basketMiddle	{	
	position:relative;
	width:171px;
	margin:0px;
	padding:0px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	color:#339933;
}

#basketBottom	{	
	position:relative;
	margin:0px;
	padding:0px;
	height:17px;
	width:170px;
}

#loginTop	{	
	position:relative;
	width:170px;
	height:47px;
	margin-top:10px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
}	

#loginMiddle	{	
	position:relative;
	width:171px;
	margin:0px;
	padding:0px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	color:#339933;
}
#loginBottom	{	
	position:relative;
	margin:0px;
	padding:0px;
	height:17px;
	width:170px;
}

#newsletterBackground	{	
	position:relative;
	margin-top:9px;
	padding-top:50px;
	padding-left:9px;
	width:189px;
	height:112px;
	background-image:url(../images/newsletter.png);
	background-repeat:no-repeat;
	
}


#forgottenPassword	{
	position:absolute;
	top:63px;
	left:90px;
	z-index:999;
}
#regTop	{	
	position:relative;
	width:170px;
	height:46px;
	margin-top:5px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
}	

#regMiddle	{	
	position:relative;
	width:171px;
	margin:0px;
	padding:0px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	color:#339933;
}
#regBottom	{	
	position:relative;
	margin:0px;
	padding:0px;
	height:17px;
	width:170px;
}	
#myAccountTop	{	
	position:relative;
	width:170px;
	height:47px;
	margin-top:10px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
}	

#myAccountMiddle	{	
	position:relative;
	width:171px;
	margin:0px;
	padding:0px;
	background-image:url(../images/basket_background.jpg);
	background-repeat:repeat-y;
	font-size:11px;
	color:#339933;
}
#myAccountBottom	{	
	position:relative;
	margin:0px;
	padding:0px;
	height:17px;
	width:170px;
}		
#icoAccount	{
	position:absolute;
	width:23px;
	height:23px;
	left:20px;
	top:20px;
	z-index:999;
}
#icoWishlist	{
	position:absolute;
	width:23px;
	height:23px;
	left:20px;
	top:40px;
	z-index:999;
}
#icoLogout	{
	position:absolute;
	width:23px;
	height:23px;
	left:20px;
	top:63px;
	z-index:999;
}
#invalid	{
	position:absolute;
	left:-59px;
	top:-45px;
	z-index:999999;
}
#empty	{
	position:absolute;
	left:156px;
	top:2px;
	z-index:999999;
}
#homeLink	{
	position:absolute;
	cursor:pointer;
	outline:none;
	width:402px;
	height:86px;
}
#bookmarkBackground	{	
	position:relative;
	margin-top:9px;
	width:171px;
	height:75px;
	background-image:url(../images/bookmarkBackground.jpg);
	background-repeat:repeat-y;
}
#bookMark1 li	{
	display:inline;
	list-style-type:none;
	padding-right:6px;
}
#bookMark2 li	{
	display:inline;
	list-style-type:none;
	padding-right:6px;
}
#giftsBanner	{
	position:relative;
	width:800px;
	height:154px;
}

#forKids	{
	position:relative;
	width:300px;
	height:253px;
	background:url(../images/forkidsbg.jpg) no-repeat;
	float:left;
}
#globes	{
	position:relative;
	width:300px;
	height:253px;
	margin-left:15px;
	background:url(../images/globesbg.jpg) no-repeat;
	float:left;
}
#forHer	{
	position:relative;
	width:300px;
	height:253px;
	background:url(../images/herbg.jpg) no-repeat;
	float:left;
}
#forHim	{
	position:relative;
	width:300px;
	height:253px;
	margin-left:15px;
	background:url(../images/himbg.jpg) no-repeat;
	float:left;
}
.giftContent	{
	margin-top:70px;
	margin-left:225px;
	width:150px;
	border:1px solid #000000;
}

#countdowncontainer {
	position:absolute;
	width:500px;
	height:80px;
	z-index:99999;
	top: 200px;
	left: 665px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	
}

