@charset "utf-8";
@import url("contact-form.css");
/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #000;
}

#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}
#header {
	color: #FFF;
	/* [disabled]width: 960px; */
	height: 100px;
	background-color: #000;
	background: #0e0e0e;
	background: -moz-linear-gradient(top, #0e0e0e 0%, #5767aa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#5767aa));
	background: -webkit-linear-gradient(top, #0e0e0e 0%,#5767aa 100%);
	background: -o-linear-gradient(top, #0e0e0e 0%,#5767aa 100%);
	background: -ms-linear-gradient(top, #0e0e0e 0%,#5767aa 100%);



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#5767aa',GradientType=0 );
	background: linear-gradient(top, #0e0e0e 0%,#5767aa 100%);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8D7DC;
}
h1 {
	font-family: 'Amaranth', Arial, serif;
	font-size: 250%;
	font-style: italic;
	margin-top: 20px;
	margin-left: 40px;
}
h2 {
	color: #BABFDA;
	margin-bottom: 16px;
	text-align: center;
	font-family: 'Josefin Sans', Arial, sans-serif;
}
h3 {
	font-family: 'Josefin Sans', Arial, sans-serif;
	/* [disabled]font-size: 95%; */
	/* [disabled]text-align: center; */
	margin-bottom: 12px;
	margin-left: 20px;
	color: #04AEEC;
}


#header p span {
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 140%;
	margin-left: 85px;
}
#header p {
	font-size: 120%;
	color: #D3DCE3;
	line-height: 25px;
	font-family: 'Josefin Sans', Arial, sans-serif;
}

#navigation {
	float: left;
	width: 200px;
}
#premade #wrapper #navigation #MenuBar1 #nav-pre a ,#page-home #wrapper #navigation #MenuBar1 #homeLink a,#page-about #wrapper #navigation #MenuBar1 #nav-about a,#page-contact #wrapper #navigation #MenuBar1 #navContact a{
	color: #930;
	background-color: #C8D7DC;
}

#leftcolumn {
	color: #333;
	height: 350px;
	width: 200px;
	float: left;
	background-color: #FC3;
}
#rightcolumn {
	color: #333;
	height: 350px;
	width: 200px;
	float: right;
	background-color: #FC3;
}

#main-content {
	float: left;
	/* [disabled]height: 350px; */
	width: 759px;
	margin-top: 20px;
}
#wrapper #main-content p {
	color: #EBEBEB;
	margin-left: 20px;
	font-size: 110%;
	line-height: 1.5;
	margin-bottom: 16px;
}
#wrapper #main-content p .drop {
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	float: left;
	margin-right: 6px;
	background-color: #0D4CBE;
	line-height: 38px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	position: relative;
	top: 5px;
	border: 1px solid #C9C9D3;
}


#footer {
	clear: both;
	color: #333;
}
#main-content .slideshow {
	float: right;
	width: 500px;
	border: 6px double #C5CED5;
	margin-left: 10px;
	margin-top: 5px;
}
#handMadeThumbs {
	float: left;
	padding-left: 22px;
	list-style-type: none;
	color: #E2E4EF;
	font-size: 90%;
	margin: 0px;
	text-align: center;
	line-height: 1.2;
}
#handMadeThumbs li {
	width: 130px;
	display: inline-block;
	float: left;
	margin-left: 10px;
	/* [disabled]background-color: #0C6; */
	margin-bottom: 16px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 1px solid #BABFDA;
}
#handMadeThumbs li img {
	margin: 0px;
	padding: 0px;
	width: 130px;
}
#handMadeThumbs li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.floatImageLeft {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	border: 2px solid #C8D7DC;
}
.floatImageRight {
	float: right;
	margin-bottom: 12px;
	border: 2px solid #C8D7DC;
	margin-left: 12px;
}
#main-content .simpleCart_items {
	background-color: #09F;
	color: #FFF;
}
