/*CSS Document*/
body
{
	color:#474;
	/*background-color: #CFC;*/
	background-image: url(../images/snowflakes/bg1280.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	font-family: Comic Sans MS, Georgia, Trebuchet MS Bold Italic, Adobe Caslon Pro;
	/*font-family:Georgia, serif;*/
	font-size:medium;
}

img
{
	border:none;
}

/*For non-flash logo*/
div.leftlogo
{
	position: absolute;
	top: 0em;
	left: 0em;
	padding: 0em;
	z-index: 0;
	height:13em;
}

/*For Flash logo*/
div.leftlogo
{
	position: absolute;
	top: 0em;
	left: 0em;
	padding: 4px;
}
object.logo
{
	height:13em;
	width:13em;
}
/**/

div.sidebar hr
{
	margin-top:.2em;
	margin-bottom:.2em;
}

div.sidebar
{
	position:absolute;
	left:.5em;
	width:10em;
	font-weight:bold;
	background-color: transparent;
	background-image: url(../images/corners/bg.png);
	background-repeat: repeat;
	background-attachment: scroll;
}

div.sidebar a:link, div.sidebar a:visited
{
	color:#006;
	text-decoration:none;
	display:block;
}

div.sidebar a:hover
{
	background-color:#474;
	color:#08F;
}

div.sidebar h3
{
	margin-top:.1em;
	margin-bottom:.1em;
	text-align:center;
	text-decoration:underline;
}

div#navigation 
{
	top : 14em;
	z-index : 1;
	padding : .5em;
} 

ul.menu
{
	list-style:none;
	margin:0em;
	padding: 0em;
	text-align: left;
	font-size:.9em;
}

ul.menu li
{
	display:block;
}

ul.twocol 
{
	margin-left:2em;
	width:22em;
}
ul.twocol li
{
	width: 40%;
	float: left;
	list-style: circle;
	margin: 0em 0em 0em 1em;
}

img.leftcorner
{
	position: inherit;
	width: .75em;
	height: .75em;
	float: left;
	left: 0em;
	top: -.75em;
}
img.topedge
{
	position: inherit;
	width: 47.5em;
	height: .75em;
	left: .75em;
	top: -.75em;
}
img.topedge1
{
	position: inherit;
	width: 9.5em;
	height: .75em;
	left: .75em;
	top: -.75em;
}
img.rightcorner
{
	position: inherit;
	width: .75em;
	height: .75em;
	float: right;
	right: 0em;
	top: -.75em;
}

div.contentText
{
	position: absolute;
	width:48em;
	top: 8em;
	left: 12em;
	background-color: transparent;
	background-image: url(../images/corners/bg.png);
	background-repeat: repeat;
	background-attachment: scroll;
	padding: .5em;
}

div.contentText h2, h3
{
	margin:.25em .5em .25em .5em;
}

div.contentText a:link, div.contentText a:visited
{
	font-weight:bold;
	color:#E00;
	background-color:transparent;
	text-decoration:none;
}

div.contentText a:hover
{
	text-decoration:underline;
}

table
{
	border: none;
	margin-left: auto;
	margin-right: auto;
}

td.total
{
	border-top:thin solid green;
}

td.leftside
{
	text-align:right;
}

td.rightside
{
	text-align:left;
}

.small
{
	font-size:x-small;
}

div.order
{
	position:relative;
	background-image: url(../images/corners/bg.png);
	float:left;
	width:21em;
	margin:.25em;
	padding:0em -.5em .25em 0em;
}

div.order p.item
{
	position:relative;
	width:13em;
	margin:0em 0em .25em 0em;
}

div.order p.description
{
	position:relative;
	width:16em;
	margin:0em 0em .25em 0em;
	font-size:smaller;
}

div.order p.button
{
	position:relative;
	width:16em;
	margin:0em 0em .25em 0em;
	font-size:smaller;
	text-align:right;
}

div.order select
{
	color:#474;;
}

div.order img
{
	position:relative;
	float:right;
	/*border:thin solid #999;*/
	width:7.5em;
	margin:.1em;
}

p#footer
{
	
	text-align:center;
	background-color:#474;
	color:#FFF;
	margin:-.5em -.5em 1em -.5em;
	padding:.5em;
	border-top: 1px solid #000;
}

p#footer a:link, p#footer a:visited
{
	color: #FFF;
	background-color:transparent;
	text-decoration:none;
	display:inline;
}

p#footer a:hover
{
	text-decoration:underline;
}

p#copyright
{
	line-height:1em;
	padding:0em;
	margin-bottom:-2.5em;
}

p#valid
{
	float:right;
	line-height:1em;
	padding:0em;
	margin-bottom:-2.5em;
}

