html {
	height: 100%;
	margin: 0;
}
body {
	background:  url(../image/layout/bg-fade.jpg) #b5bd82 left top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
* {
	outline: none;
}
div#page-main, #page-2-column-right, #page-2-column-left, #page-about p {
	line-height: 24px;
}
/* START DAFAULT OPENCART CSS */
#facebook {
	display: block;
	height: 25px;
	width: 110px;
	text-indent: -9999em;
	background: url(../image/layout/facebook.png)  0 0px no-repeat;
	position: absolute;
	bottom: 30px;
	z-index: 50;
} 

#flora {
	display: block;
	height: 31px;
	width: 31px;
	left:107px;
	text-indent: -9999em;
	background: url(../image/layout/flora.gif)  0 0px no-repeat;
	position: absolute;
	bottom: 30px;
	z-index: 50;
}               

#contact
{color:#999933}

.view{
	font-size: 11px;
	margin: 10px auto;
	text-align: center;
	width: 250px;
	display: block;
}
.view a {font-size: 11px;}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}
#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #000000;
}
.switcher {
	float: right;
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher .option a:hover {
	background: #FFC;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
	display: none;
}
#column_right {
	float: right;
	width: 215px;
	margin-left: 10px;
	clear: right;
}
#content {
	margin: 0px;
}
#page-2-column-left #content, #page-2-column-right #content {
	margin-left: 0px;
	margin-right: 255px;
	margin-bottom: 0px;
}
#content .top h1 {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	padding: 10px 10px 1px 10px;
	padding: 0px;
}
.box {
	margin-bottom: 10px;
}
.box .bottom {
	height: 5px;
	border-bottom: 1px dashed #ccc;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear {
/* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.nobg .buttons {
	background: #fff;
	border: none;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 3px 15px 2px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #A2AD67;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 3px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}
/* END DAFAULT OPENCART CSS */
/* Start of CMSMS style sheet 'Sentiments Default' */
/* ## LAYOUT START ## */
div#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0;
}
div#page-frame-top {
	height: 15px;
	background: url(../image/layout/page-top.png) left top no-repeat;
}
div#page-frame-bottom {
	height: 15px;
	background: url(../image/layout/page-bottom.png) left top no-repeat;
}
div#container {
	padding: 0 45px;
	background: url(../image/layout/bg-page-motif.gif) #fff left top no-repeat;
}
#header {
	padding: 25px 0 45px;
	text-align: right;
}

#header.loged
{padding: 25px 0 35px;}
#navbar {
	position: relative;
	height: 40px;
	background: none;
	padding-bottom: 80px;
	z-index: 1000;
}
#navinside {
	position: absolute;
	top: 0px;
	left: 210px;
	z-index: 2000;
}
div#page-main {
	background: url(../image/layout/content-box-main-bg.gif) left top repeat-y;
	height: 180px;
	min-height: 180px;
	height: auto;
	position: relative;
	padding: 0 40px 0 0;
	padding: 20px 20px 20px 20px;
}
div#page-main-gallery {
	background: url(../image/layout/content-box-main-bg.gif) left top repeat-y;
	height: 180px;
	min-height: 180px;
	height: auto;
	padding: 20px 20px 20px 40px
}
div#page-about {
	background: url(../image/layout/content-box-main-bg.gif) left top repeat-y;
	height: 220px;
	min-height: 220px;
	height: auto;
	position: relative;
	padding: 20px 120px 20px 40px;
}
/* 2 columns with main column on left */
div#page-2-column-left {
	background: url(../image/layout/2-column-left-bg.gif) #ccc left top repeat-y;
	position: relative;
	padding: 20px 20px 20px 20px;
	height: 100%;
	min-height: 323px;
}
#page-2-column-left #left {
	float: left;
	display: inline;
	width: 460px;
	margin-right: 90px;
}
#page-2-column-left #right {
	float: left;
	display: inline;
	width: 240px;
}
/* 2 columns with main column on right */
div#page-2-column-right {
	background: url(../image/layout/2-column-right-bg.gif) left top repeat-y;
	height: 340px;
	min-height: 340px;
	height: auto;
	position: relative;
	padding: 20px 40px 20px 30px;
}
#page-2-column-right #left {
	float: left;
	display: inline;
	width: 240px;
	margin-right: 90px;
}
#page-2-column-right #right {
	float: left;
	display: inline;
	width: 460px;
}
div#page-home {
	height: 240px;
	min-height: 240px;
	height: auto;
	position: relative;
	text-align:center;
	background: url(../image/layout/content-box-main-bg.gif) left top repeat-y;
	padding: 20px 120px 20px 40px;
	
	
}
/* footer */
#footer {
	padding: 60px 0 15px;
	font-size: 11px;
	color: #888;
	text-align: center;
	position: relative;
}
#footer div {
	position: absolute;
	right: 0;
	z-index: 1000;
}
#footer a {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #a2ad67;
	text-decoration: underline;
}
.innertable {
	height: 100%;
	margin: 0;
}
/* -------------------------------------------------------------------------- */
/* ## TEXT START ## */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B3BD81;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 0;
}
.sIFR-active h3, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B3BD81;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h4 a, h4 a:link, h4 a:hover, h4 a:visited {
	color: #898F62;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.bolded {
	font-weight: bold;
}
a:link {
	color: #9B9B9B;
	text-decoration: underline;
}
a:visited {
	color: #9B9B9B;
	text-decoration: underline;
}
a:hover {
	color: #999933;
	text-decoration: none;
}
a:active {
	color: #9B9B9B;
	text-decoration: underline;
}
.nav {
	color: #9B9B9B;
	font-weight: lighter;
	line-height: 18px;
	padding-right: 18px;
}
a:link.nav {
	color: #9B9B9B;
	text-decoration: none;
	font-weight: bold;
}
a:visited.nav {
	color: #9B9B9B;
	text-decoration: none;
	font-weight: bold;
}
a:hover.nav {
	color: #999933;
	text-decoration: none;
	font-weight: bold;
}
a:active.nav {
	color: #9B9B9B;
	text-decoration: none;
	font-weight: bold;
}
#mainPageTable {
	background-image: url(../image/bg-page.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#footerPageTable {
	background-image: url(../image/bg-page-footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 94px;
	> margin: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainContentTable {
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(../image/bg-content.gif);
	background-repeat: no-repeat;
}
.dividerCell {
	background-image: url(../image/bg-divider-cell.gif);
	background-position: 8 10;
	background-repeat: repeat-y;
	padding-left: 6px;
	padding-right: 6px;
}
.twoColumnTable {
}
.leftColumn {
}
.rightColumn {
}
.blacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* -------------------------------------------------------------------------- */
/* ## FORMS START ## */
TEXTAREA, SELECT, OPTION {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: solid 0px #FFFFFF;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	border: solid 0px #FFFFFF;
}
.errorinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FCD2C1;
	border: solid 1px #E1081F;
}
.errorsubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E1081F;
}
#button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #CCCCCC;
	border: solid 1px #666666;
}
#button:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #CCCCCC;
	border: solid 1px #666666;
}
#button:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #CCCCCC;
	border: solid 1px #666666;
}
#button:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #DE561F;
	border: solid 1px #666666;
}
#button:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #DE561F;
	border: solid 1px #666666;
}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #CCCCCC;
	border: solid 1px #666666;
}
:link input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #CCCCCC;
	border: solid 1px #666666;
}
:visited input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #CCCCCC;
	border: solid 1px #666666;
}
:hover input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #DE561F;
	border: solid 1px #666666;
}
:active input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #DE561F;
	border: solid 1px #666666;
}
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B3BD81;
}
.aboutus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #666666;
}
.enlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #666666;
}
a:link.enlarge {
	color: #9B9B9B;
	text-decoration: none;
}
a:visited.enlarge {
	color: #9B9B9B;
	text-decoration: none;
}
a:hover.enlarge {
	color: #999933;
	text-decoration: none;
}
a:active.enlarge {
	color: #9B9B9B;
	text-decoration: none;
}
input.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 0;
	width: 210px;
}
td.input-contact {
	background: url(../image/layout/form/form-input-bg.gif) 3px 3px no-repeat;
	padding: 5px 5px 8px 10px;
}
textarea.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 0;
	width: 288px;
	height: 122px;
}
td.textarea-contact {
	background: url(../image/layout/form/contact-text-bg.gif)  3px 3px no-repeat;
	padding: 7px 5px 8px 10px;
}
.order-button a, .button span, .long .button span {
	display: block;
	background: url(../image/layout/form/button-order.gif) top left no-repeat;
	border: 0;
	color: #a2ad67;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 3px 35px;
	text-align: left;
	width: 228px;
	height: 30px;
	cursor: pointer;
	text-decoration: none;
}
a.button, a.button:link, a.button:hover, a.button:visited {
	text-decoration: none;
}
.long .button span {
	font-size: 13px;
}
.button span, .checkout .button span {
	background: url(../image/layout/form/button-orderSml.gif) top left no-repeat;
	width: 122px;
	width: 101px;
	font-size: 13px;
	padding: 3px 0 3px 29px;
}
.checkout .button span {
	margin: 0 auto;
}
.checkout {
	margin-top: 10px;
}
.order-form {
	width: 100%
}
.clear {
	clear: both;
	visibility: hidden;
	height: 0
}
/* -------------------------------------------------------------------------- */
/* End of 'Sentiments Default' */
/* Start of CMSMS style sheet 'Sentiments Menu' */
* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */
#menu_vert {
	margin-left: 0px;
	margin-right: 0px;
}
/* The wrapper clears the floating elements of the menu */
/* Fix for Opera 8 */
.clearb {
	clear: both;
}
#menuwrapper {
/* Fix for Opera 8 */
	/*   overflow: hidden;
*/
	z-index: 1000000;
}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
	width: 190px;
}
#primary-nav {
	text-transform: lowercase;
	outline: none;
}
/* Unless you know what you do, do not touch this */
#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}
#primary-nav ul ul {
	left: 100%;
	top: 0px;
}
#primary-nav li {
	float: left;
}
#primary-nav li li {
	margin-left: 0px;
	float: none;
	position: relative;
}

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul  {
	display: none;
}



/* styles for top and bottom li 's for curved box */
.boxtop {
	background-image: url(../image/layout/gfx-dropdown-box-top.png);
	background-position: top left;
	padding: 0px 0px 0px 0px;
	margin-top: 10px;
	border-style: none;
	height: 11px;
}
.boxbtm {
	background-image: url(../image/layout/gfx-dropdown-box-btm.png);
	background-position: bottom left;
	padding: 0px 0px 0px 0px;
	border-style: none;
	height: 11px;
}
/* styling the actual level one dropdown box */
#primary-nav li li a {
	color: #9B9B9B;
	background-image: url(../image/layout/gfx-dropdown-box-bg.png);
	background-position: top left;
	padding: 4px 0px 4px 9px;
	border-style: none;
	font-size: 14px;
	line-height: 18px;
	z-index: 9999;
}
/* Styling the basic apperance of the menu elements */
#primary-nav a {
	display: block;
	margin: 0px;
	padding: 0px 9px;
	text-decoration: none;
	font-size: 15px;
	color: #9B9B9B;
	line-height: 18px;
}
#primary-nav a:hover {
	color: #999933;
}
#primary-nav li, #primary-nav li.menuparent {
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive {
	color: #FFFF00;
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
/* arrow for menuparents */
	//background-image: url(image/cms/arrow.gif);
	//background-position: center right;
	//background-repeat: no-repeat;
}
/* Styling the apperance of menu items on hover */
#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
	color: #999933;
}
/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
/* just add #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul ul ul, for fourth level */
#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
}
/* add #primary-nav ul ul ul li:hover ul, #primary-nav ul ul ul li.menuparenth ul, for fourth level*/
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#primary-nav li li {
	float: left;
	clear: both;
}
#primary-nav li li a {
	height: 1%;
}
/* End of 'Sentiments Menu' */
.order-form {
	width: 400px;
	display: inline-block
}
.mySelect1, .mySelect2, .mySelect3, .mySelect4 {
	margin-bottom: 5px
}
div.order-input-text {
	background: url(../image/layout/form/form-input-bg-2.gif) 0 3px no-repeat;
	padding: 4px 5px 8px 5px;
}
div.order-input-text {
	padding-top: 2px;
}
div.order-input-text input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 0;
	width: 240px;
}
div.order-input-text select {
	width: 240px;
	font-size: 11px;
}
#content input.fancy {
	width: 250px;
	margin: 0px;
	padding-top: 7px;
}
div.order-input-date {
	background: url(../image/layout/form/form-input-bg-2.gif) 0 3px no-repeat;
	padding: 5px 5px 5px 5px;
	
}
div.order-input-date input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 0;
	width: 230px;
}
div.order-input-textarea {
	background: url(../image/layout/form/form-text-bg-2.gif)  0 3px no-repeat;
	padding: 7px 5px 12px 5px;
	overflow-y:hidden;
}
div.order-input-textarea textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 0;
	width: 260px;
	height: 95px;
	overflow-y:hidden;
}

#shipping_comment , #shipping_message {
  width: 540px;
	height: 100px;

} 



.photopic {
	float: left;
	width: 180px;
	height: 150px;
	text-align: center
}
#photoalbum {
	margin-top: 5px;
}

#uppernav
{position:relative;
top:10px;
}

#uppernav a
{font-size:11px;
text-decoration:none}

#page-about ul
{   padding:0px;
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}


#page-about ul li {
padding:0px;
   margin: 0 0 0.25em 10px;
}
