* {
	margin: 0;
	padding: 0;
}
body {
 font-size: 13px;
 padding: 10px, 0px, 100px, 0px;
}

p {
 padding: 5px;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

a {
	text-decoration: none;
	color: #3d1c14;  
}
/* 3d1c14 for the reddish, 888888 for the gray ---*/

a:hover {
	text-decoration: none;
	color: #888888; 
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
}


/* Index Page
-----------------------------------------------------------------------------*/
#indexwrapper {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

#logo img {
	border: 1px black;
}

#indexheader {
	height: 155px;
	font-family: JennaSueRegular, sans-serif;
	font-size: 60pt;
	text-align: center;
	margin: 0px, 0px, 5px, 0px;
	width: 850px;
}

#tagline {
	text-align: center;
	margin-top: 10px;
	font-family: Matchbook, sans-serif;
	font-size: 26pt;
	color: #000000;
	margin-top: -450px;
	margin-left: 652px;
	margin-right: 75px;
	font-weight: bold;
}

#indexheader ul {
	list-style: none;
	font-family: Matchbook, sans-serif;
	font-size: 24pt;
	margin-left: auto;
	margin-right: auto;
}

#indexheadernav li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
}



/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 155px;
	background: #FFFFFF;
	font-family: JennaSueRegular, sans-serif;
	font-size: 60pt;
	text-align: center;
	margin: 0px, 0px, 5px, 0px;
}

#header ul {
	list-style: none;
	font-family: Matchbook, sans-serif;
	font-size: 24pt;
	margin-left: auto;
	margin-right: auto;
}

#headernav li
{
	display: inline;
	list-style-type: none;
	padding-right: 58px;
	margin-left: auto;
	margin-right: auto;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	border-left: 175px solid #FFFFFF;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	font-family: ShantiRegular, sans-serif;
	font-size: 10pt;
}
#pagechoice
{
	font-family: ShantiRegular, sans-serif;
	font-size: 9pt;
	margin-right: 20px;
	text-align: right;
}

.gallery {
	clear:both;
	width: 100%;
}

.largeimage {
	float: left;
	width: 450px;
}

.multimages {
	float: left;
	width: 145px;
	margin: 0px, 5px, 0px, 5px;
}

.description {
	float: left;
	width: 220px;
	font-size: 11pt;
}

p.description {
	margin: 8px;
	padding: 0px;
}

.subheader {
	font-size: 13pt;
	text-align: left;
}

.bodytext {
	font-size: 11pt;
	text-align: left;
	line-height: 120%;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:2px 16px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 175px;
	position: relative;
	background: #FFFFFF;
	left: -175px;
}

#sideLeft ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 5px;
	font-family: Matchbook, sans-serif;
	font-size: 22pt;
}

#sideLeft ul li {
	padding-bottom: 8px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #FFFFFF;
	font-family: ShantiRegular, sans-serif;
	font-size: 11pt;
	padding: 15px;
	margin-bottom: 10px;
}

#copy {
	display: inline;
	margin-left: 250px;
}

#cart {
	display: inline;
	float: left;
	margin-left: 0px;
	padding-left: 10px;
}

#signup {
	float: right;
	display: inline;
	background:#fff; 
	font:10px ShantiRegular,sans-serif;   
}

@font-face {
    font-family: 'ShantiRegular';
    src: url('fonts/Shanti-Regular-webfont.eot');
    src: url('fonts/Shanti-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Shanti-Regular-webfont.woff') format('woff'),
         url('fonts/Shanti-Regular-webfont.ttf') format('truetype'),
         url('fonts/Shanti-Regular-webfont.svg#ShantiRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TheanoModernRegular';
    src: url('fonts/TheanoModern-Regular-webfont.eot');
    src: url('fonts/TheanoModern-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TheanoModern-Regular-webfont.woff') format('woff'),
         url('fonts/TheanoModern-Regular-webfont.ttf') format('truetype'),
         url('fonts/TheanoModern-Regular-webfont.svg#TheanoModernRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Matchbook';
    src: url('fonts/Matchbook-webfont.eot');
    src: url('fonts/Matchbook-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Matchbook-webfont.woff') format('woff'),
         url('fonts/Matchbook-webfont.ttf') format('truetype'),
         url('fonts/Matchbook-webfont.svg#MatchbookMatchbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'JennaSueRegular';
    src: url('fonts/JennaSue-webfont.eot');
    src: url('fonts/JennaSue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/JennaSue-webfont.woff') format('woff'),
         url('fonts/JennaSue-webfont.ttf') format('truetype'),
         url('fonts/JennaSue-webfont.svg#JennaSueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('fonts/ColabThi-webfont.eot');
    src: url('fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabThi-webfont.woff') format('woff'),
         url('fonts/ColabThi-webfont.ttf') format('truetype'),
         url('fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateLightRegular';
    src: url('fonts/ColabLig-webfont.eot');
    src: url('fonts/ColabLig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabLig-webfont.woff') format('woff'),
         url('fonts/ColabLig-webfont.ttf') format('truetype'),
         url('fonts/ColabLig-webfont.svg#ColaborateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateRegular';
    src: url('fonts/ColabReg-webfont.eot');
    src: url('fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabReg-webfont.woff') format('woff'),
         url('fonts/ColabReg-webfont.ttf') format('truetype'),
         url('fonts/ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateMediumRegular';
    src: url('fonts/ColabMed-webfont.eot');
    src: url('fonts/ColabMed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabMed-webfont.woff') format('woff'),
         url('fonts/ColabMed-webfont.ttf') format('truetype'),
         url('fonts/ColabMed-webfont.svg#ColaborateMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ColaborateBoldRegular';
    src: url('fonts/ColabBol-webfont.eot');
    src: url('fonts/ColabBol-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ColabBol-webfont.woff') format('woff'),
         url('fonts/ColabBol-webfont.ttf') format('truetype'),
         url('fonts/ColabBol-webfont.svg#ColaborateBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


