body {
	font-family: Skia, Arial, Serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 1.4;
	font-variant: small-caps;
	margin: 10px 0 0 0;
	background-color: #FFF;
}

h1, h2 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	margin-bottom:5px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	margin:10px 0px 0px 8px;
}

a {
	color: #899EB4;
}

a:hover {
	color: #FFFFFF;
}

#nav { 
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
}

#nav a { 
	text-decoration: none;
	color: #1E2E3B;
}
#nav a:hover { color: #899EB4; }

#login {
	padding: 10px;
	float: left;
}

#search {
padding: 10px;
float: right;
}

.clear {
	clear: left;
	clear: right;
}

#main {
	padding: 0 20px 0 20px;
}

#footer {
	padding: 0 40px 20px 40px;
	text-align: center;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#content {
	padding: 20px;
	min-height: 400px;
}

#gallery {
	margin-top: 0px;
}

.error {
	color: #C60;
}

#note {
	margin-top: 10px;
}

#order_form {
	margin-top: 20px;
}

.bottom_line {
	border-bottom: 1px solid;
}

.top_line {
	border-top: 1px solid;
}


/* SLIDESHOW */
.scroll_widget_window {
 position : relative;
 overflow: hidden;
 float: left;
}
.scroll_widget_items {
 position: relative;
}
.scroll_widget_window,
.scroll_widget_items {
 height: 110px;
 width: 510px;
}
.scroll_widget_item {
 display: none;
 position: absolute;
 height: 115px;
 width: 510px;
 overflow: hidden;
}
.scroll_widget_item table {
 width: 510px;
 float: left;
 height: auto;
}
.scroll_widget_item .titles td {
 text-align: center;
 width: 143px;
 font-size: 12px;
 padding-bottom: 3px;
}
#right_column .scroll_widget_item .titles td a {
 color: #db015d;
 padding: 0px 6px;
}
#right_column .scroll_widget_item .titles td a:hover {
 color: #800a3c;
 background: url('/2008/images/pink_arrow.gif') no-repeat right center;
 text-decoration: none;
}
.scroll_widget_item .images td {
 border-right: 2px solid #f1f1f1;
 padding-top: 5px;
 height: 125px;
}
.scroll_widget_item .images td img {
 margin: auto auto 0px auto;
}
.scroll_widget_item .text td {
 border-right: 2px solid #f1f1f1;
 font-size: 10px;
 vertical-align: top;
 padding-top: 5px;
 text-align: center;
 color: #888888;
}
.scroll_widget_item .text td a {
 color: #888888 ! important;
}
.scroll_widget_item .last {
 border: none ! important;
}

.yui-carousel-element li {
    height: 375px;
}
.pricing td {
	padding:0 0 0 20px;
	font-size:12px;
}