html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	margin:0; padding:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	outline:0;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
body {
	background:white;
	color:black;
	line-height:1em;
}
ol, ul {
	list-style:none;
}
strong {
	font-weight:bold;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* end reset */
a {
	color:#996699;
	text-decoration:none;
}
a {
	color:#590158;
	text-decoration:underline;
}
a.map {
	background:#6298CE;
	color:white;
	font:bold 10px "Tahoma","Arial";
	margin:1px 0px 1px 0px; padding:4px;
	text-decoration:none;
	width:230px; height:18px;
}
a.map:hover {
	color:#222222;
	background:#99BFE5;
	text-decoration:none;
}
a.top {
	background-image:url('/img/common/top.png');
	background-position:23px 9px;
	background-repeat:no-repeat;
	color:#338ec9;
	display:block;
	font-family:"tahoma","arial",sans-serif;
	font-size:9px;
	font-weight:bold;
	padding:5px 0 20px 0;
	text-decoration:none;
}
body {
	margin:0 auto; padding:0;
	width:700px; height:100%;
}
br.clear {
	clear:both;
	margin:0; padding:0;
	width:100%; height:1px; 
}
form br {
	clear:both;
}
form label {
	display:block;
	float:left;
	font:normal 12px "Tahoma","Arial"; 
	margin:7px 5px 5px 0; padding:2px;
	text-align:right;
	width:90px;
}
form label .required {
	color:#996699;
}
form input, form textarea {
	border:1px solid #666666;
	float:left;
	font:normal 15px "Tahoma","Arial"; 
	margin:5px 0; padding:2px;
	width:300px;
}
form div.buttons {
	margin:0 95px; padding:10px 0 20px 0;
}
form div.buttons input {
	background: #cccccc url('/img/common/button_normal.png') repeat-x;
	display:inline;
	font-size:11px;
	margin:0 0.5em 0 0; padding:0.4em 0.8em;
	width:auto;
}
form div.buttons input:hover {
	background: #cccccc url('/img/common/button_hover.png') repeat-x;
	cursor:pointer;
}
form div.buttons input:active {
	background: #cccccc url('/img/common/button_active.png') repeat-x;
	cursor:pointer;
}
form div#msg {
	display:block;
	font-size:12px;
	margin:10px; padding:5px;
}
form div#msg.success {
	background-color:#ccffcc;
	border:1px solid green;
}
form div#msg.error {
	background-color:#ffcccc;
	border:1px solid red;
}
form div#msg.notify {
	background-color:#ccccff;
	border:1px solid blue;
}


form .err {
	color:#996699;
	display:block;
	font:bold 12px "Tahoma","Arial"; 
	padding-left:100px;
}
html {
	margin:0; padding:0;
	width:100%; height:100%;
}
ul.inline li {
	display:inline;
}

div#content {
	background-image:url('/img/common/babies.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
	clear:both;
	min-height:390px;
}
div#content.nobackground {
	background-image:none;
}
div#content h1 {
	font:normal 22px "tahoma", "arial", serif;
	line-height:20px;
	margin:10px 0;
}
div#content h2 {
	color:#4c4d4e; 
	font:normal 16px "tahoma", "arial", serif;
	line-height:16px;
	margin:10px 0;
}
div#content h3 {
	border-bottom:1px dotted #338ec9;
	color:#338ec9;
	font:normal 11px "tahoma", "arial", serif;
	line-height:15px;
	margin:10px 0;
	text-transform:uppercase;
}
div#content h3.pink {
	border-bottom:1px dotted #996699;
	color:#996699;
	font:normal 11px "tahoma", "arial", serif;
	line-height:20px;
	margin:10px 0;
	text-transform:uppercase;
}
div#content p {
	color:#333333;
	font:normal 12px "tahoma", "arial", serif;
	line-height:18px;
	margin:10px 0;
}
div#content ul li {
	font:bold 12px "tahoma", "arial", serif;
	line-height:18px;
	list-style:disc inside;
	padding-left:15px;
}
div#content ul li a {
	font-weight:normal;
}
div#content ul li span.option {
	display:inline-block;
	display:moz-inline-block;
	text-align:left;
	width:150px;
}
div#content ul li span.price{
	display:inline-block;
	display:moz-inline-block;
	text-align:left;
	width:50px;
}

div#footer {
	border-top:1px solid #666666;
	clear:both;
	color:#996699;
	font:normal 11px "Arial", Sans-Serif;
	line-height:14px;
	padding:10px 0 20px 0;
}
div#footer a {
	text-decoration:underline;
}
div#footer a:hover {
	color:#590158;
}
div#header {
	border-bottom:1px solid #666666;
	width:100%; height:175px;
}
div#header ul {
} 
div#header ul li {
	display:inline;
} 
div#header ul li a {
	color:#996699;
	display:inline;
	font:bold 12px "Arial", sans-serif;
	padding:15px 10px 5px 0px;
	text-decoration:none;
	text-transform:capitalize;
} 
div#header ul li a:hover {
	text-decoration:underline;
}
div#header ul li a:hover {
	text-decoration:underline;
}
div.column {
	float:left;
	width:60%;
}
div.print {
	background-image:url('/img/common/printer.png');
	background-repeat:no-repeat;
	background-position:middle left;
	float:right;
	width:110px; height:50px;
	margin:10px; padding:10px;
	text-align:right;
}
div.print a {
	font:normal 12px "tahoma", "arial", serif;
}

.pink {
	color:#996699;
}
