﻿*
{
	padding:0px;
	margin:0px;
}

body
{
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../images/black.gif');
	background-position:center top;
	background-repeat:repeat-x;
}

h1
{
	font-size:1.4em;
}

a
{
	text-decoration:none;
}

.narrowTextBox
{
	width:150px;
}

.mediumTextBox
{
	width:300px;
}

.wideTextBox
{
	width:540px;
}

.list
{
	width:545px;
}

.modified
{
	font-size:0.8em;
	color:#999999;
}

.container
{
	float:left;
	width:100%;
}

.column
{
	float:left;
	position:relative;
}

#background
{
	background-image:url('../images/background.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}

#container
{
	width:770px;
	margin:0px auto;
	background-image:url('../images/container-background.jpg');
	background-position:center top;
	background-repeat:repeat-y;
}

#header
{
	width:770px;
	height:140px;
	background-color:black;
	background-image:url('../images/header-right-background.gif');
	background-position:right top;
	background-repeat:no-repeat;
}

#header #left
{
	width:600px;
	padding:34px 0px 0px 0px;
}

#header #right
{
	width:130px;
	height:40px;
	text-align:right;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 40px 0px 0px;
}

#header #right a
{
	color:white;
	text-decoration:none;
}

#tagline
{
	width:760px;
	padding:4px 10px 0px 0px;
	height:22px;
	text-align:right;
	background-image:url('../images/tagline-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	background-color:white;
	font-size:1.1em;
	font-weight:bold;
}

#contentArea
{
	width:770px;
	background-image:url('../images/content-background.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}

#contentArea #contentLeft
{
	width:200px;
	padding:0px;
	z-index:100;
}

.leftMenu
{
	width:200px;
	padding:10px 0px 0px 0px;
	list-style:none;
}

.leftMenu li
{
	font-size:1.2em;
	width:183px;
	height:22px;
	font-weight:bold;
	margin:0px 6px 6px 6px;
	padding:4px 0px 0px 5px;
}

.leftMenu li.selected
{
	background-image:url('../images/menu-selected.gif');
	background-position:center center;
	background-repeat:no-repeat;
}

.leftMenu li a
{
	color:white;
	text-decoration:none;
}

.leftMenu li.actions 
{
	position: relative;
	color: white;
	font-weight: bold;
}

.leftMenu li.actions a
{
	color:black;
}

.leftMenu li.actions ul 
{
	left: 40px;
	top: 0;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	z-index:100;
}

.leftMenu li.actions:hover ul 
{
	display: block;
}

.leftMenu li.actions ul li 
{
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 3px 5px;
	font-size:1.2em;
}

#contentArea #contentRight
{
	width:570px;
	padding:198px 0px 0px 0px;
	background-image:url('../images/theme.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	min-height:500px;
	z-index:50;
}

#contentArea #contentRightF
{
	width:570px;
	padding:0px 0px 0px 0px;
	min-height:700px;
	z-index:50;
}

.box
{
	padding:0px 5px;
}

.box2
{
	padding:0px 5px;
}

.box2 a
{
	color:black;
	font-size:1.1em;
	font-weight:bold;
}

.productList
{
	float:left;
	width:570px;
	padding:10px 0px;
}

.productList .item
{
	float:left;
	position:relative;
	width:180px;
	background-image:url('../images/item-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px 5px 20px 5px;
}

.productList .item:hover
{
	background-image:url('../images/item-hover-background.jpg');
}

.productList .item .title
{
	height:23px;
	width:175px;
	padding:8px 0px 0px 5px;
}

.productList .item .title h2
{
	font-size:1.2em;
}

.productList .item .title a
{
	color:white;
	text-decoration:none;
}

.productList .item .image
{
	width:176px;
	height:140px;
	overflow:hidden;
	margin:2px;
}

.productList .item .more
{
	width:180px;
	text-align:right;
	font-size:1.1em;
	font-weight:bold;
	/*font-family:"Brush Script MT", Arial, sans-serif;*/
}

.productList .item .more a
{
	color:#FF459C;
	text-decoration:none;
}

#footer
{
	width:760px;
	color:#FF459C;
	font-size:0.8em;
	height:13px;
	padding:27px 5px 5px 5px;
	font-weight:bold;
	z-index:50;
}

#footer a
{
	color:#FF459C;
	text-decoration:none;
}

#contactUs
{
	width:560px;
	padding:0px 5px 5px 5px;
}

label
{
	color:black;
}

#contactUsLeft
{
	width:350px;
}

#contactUsRight
{
	text-align:right;
	width:200px;
	padding:18px 10px 0px 0px;
}

.contactSection
{
	padding:5px;
}

.contactSection2
{
	padding:5px 10px;
}

.smallButton
{
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	background-color:#FF459C;
	padding:5px;
	width:100px;
	margin:0px 0px 0px 10px;
}

.smallButton a
{
	color:white;
	text-decoration:none;
}

.imageGallery
{
	width:555px;
	padding:5px 0px 0px 5px;
	margin:0px 0px 0px 5px;
	float:left;
	background-color:#FF459C;
	background-image:url('../images/detail-background.jpg');
	background-position:center top;
	background-repeat:no-repeat;
}

.imageGallery .mainImage
{
	float:left;
	position:relative;
	width:370px;
	height:277px;
	overflow:hidden;
}

.imageGallery .caption
{
	float:left;
	position:relative;
	width:165px;
	height:267px;
	overflow:hidden;
	background-color:black;
	color:white;
	margin:0px 0px 0px 5px;
	padding:5px;
	font-size:0.8em;
}

.imageGallery .thumbnails
{
	float:left;
	position:relative;
	width:555px;
	margin:5px 0px 0px 0px;
}

.imageGallery .thumbnails .thumbnail
{
	width:106px;
	margin:0px 5px 5px 0px;
	float:left;
	position:relative;
}

.titleBox
{
	width:550px;
	margin:25px 0px 5px 5px;
	float:left;
	background-color:black;
	padding:5px;
	color:white;
}

.itemActions
{
	background-color:white;
	border:1px black solid;
	padding:5px;
}

.itemActions ul
{
	list-style:none;
}

.itemActions a
{
	color:black;
	text-decoration:none;
}

.pageActions
{
	float:left;
	width:548px;
	background-color:white;
	border:1px black solid;
	padding:5px;
	margin:10px 0px 0px 5px;
}

.pageActions a
{
	color:black;
	text-decoration:none;
}

#contentType
{
	margin:10px 0px 0px 0px;
	background-color:white;
	border:1px black solid;
	padding:5px;
}

#contentType h2
{
	font-size:1.0em;
}

#contentType p
{
	padding:5px 0px;
}

.whiteBox
{
	background-color:white;
	border:1px black solid;
	padding:5px;
}

.whiteBox p
{
	padding:5px 0px;
}

.whiteBox h2
{
	font-size:1.1em;
}

.list td
{
	padding:3px 0px;
}

.whiteBox .clear a
{
	color:black;
	text-decoration:none;
	font-size:1.1em;
	font-weight:bold;
}

.box2 p
{
	padding:0px 0px 5px 0px;
}

















