/**** Main Page ****/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
}
body#mainPage{
	background-image: url(images/bg-nurse-static.jpg);	
}
/*body#accessoriesPage {
	background-image: url(images/bg-accessories.jpg);*/	
}
#mainBody{
	margin: 0px auto;
	width: 750px;
	margin-bottom: 0px;

}

.browseBtn {
	color: #FF3366;
	background-color: #FDCFD2;
	border: 1px solid #FF3366;
}
/**** Top Text ****/
h1 { 
	margin: 10px 10px 10px 10px;
	color: #FDCFD2;
	background-color: transparent;
	font-family: "Courier New", Courier, monospace;
	font-size: 4em;
}
h2 {
	margin: 10px 10px 20px 10px;
	font-size: smaller;
	font-weight: normal;
	font-style: italic;
	background-color: transparent;
	color: #FF9999;
}

/**** Links ****/

#navContainer {
}

#navList {
	border-bottom: 1px solid #FF3366;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
	white-space:nowrap;
}
#navList ul, #navList li {
	display: inline;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#navList a:link, #navList a:visited {
	background: #FDCFD2;
	border: 1px solid #FF3366;
	color: #FF3366;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}
#basket a:link, #basket a:visited {
	color: #FDCFD2;
	background: #FF3366;
	border: 1px solid #FF3366;
	float: right;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}
#navList a:link#current, #navList a:visited#current {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #FF3366;
}
#navList a:hover {
	color: White;
	background-color:#FF9999;
}

/**** Main Page Text ****/
#mainContent{
	width: 730px;
	border-left: 1px solid #FF3366;
	border-right: 1px solid #FF3366;
	padding: 10px;
}

/**** Bottom Keyword Text ****/
#btmLinks {
	border: 1px solid #FF3366;
	border-top: 3px double #FF3366;
	width: 740px;
	background-color:#FDCFD2;
	padding: 0px 5px 0px 5px;
	margin: 0;
}
#btmLinks ul {
	display: inline;
	margin: 0;
	padding: 0;
}
#btmLinks li {
	display: inline;
	margin: 0;
}
#btmLinks a:link, #btmLinks a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
	margin: 0px;
	color: #FF9999;
}
#btmLinks a:hover {
	color: red;
	text-decoration: underline;
}
h3{
	margin: 0px;
	padding: 0px;
	font-weight: bolder;
	font-size: x-small;
	color: #FF9999;
	display: inline;
}
#keywordsText{
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
	border: 1px solid #FF3366;
	border-top: 3px double #FF3366;
	width: 740px;
	background-color:#FDCFD2;
	color: #FF9999;
}