body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #c3c3c3;
	padding: 0; margin: 0;
}

table {
	margin-bottom: 15px;
}

#container {
	width: 1024px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: white;
}

#header {
	height: 200px;
	background: url('images/header-bg.jpg') top left no-repeat;
}

#header-img {
	position: relative;
	top: 40px;
	margin-left: 60px;
}

#nav-menu {
	position: absolute;
	margin-left: 60px;
	top: 140px;
	font-size: 1.2em;
	text-transform: uppercase;
}

#nav-menu a {
	color: #626262;
	text-decoration: none;
}

#nav-menu a:hover {
	text-decoration: underline;
}

#nav-menu li {
	float: left;
	padding-right: 30px;
}

#content {
	margin: 0;
	padding: 0;	
}
	
#content-left {
	width: 168px;
	margin-left: 60px;
	display: inline;
	float: left;
}


#meniny {
	background-color: #f6f5e5;
	line-height: 1.4;
	font-size: 1.1em;
	margin-bottom: 20px;
	width: 100%;
}

#meniny p {
	margin-bottom: 10px;
}

#meniny .red {
	color: #e53233;
}

#meniny .dark-green {
	color: #4a5f33;
}

#meniny-wrapper {
	padding: 10px 10px 1px 10px;
	border-left: 2px solid #cbc9a4;
	border-right: 2px solid #cbc9a4;
	background: url('images/meniny-gradient.png') bottom left repeat-x;
	height: 100%;
	width: auto;
}

#shopping-cart-button {
	background-color: #fafaf2;
	font-size: 1.1em;
	margin-bottom: 20px;
	width: 100%;
}

#shopping-cart-button a {
	color: #e53233;
	text-decoration: none;
}

#shopping-cart-button-wrapper {
	padding: 10px;
    border-left: 2px solid #cbc9a4;
    border-right: 2px solid #cbc9a4;
	background: url('images/shopping-cart-button-gradient.png') bottom left repeat-x;
}

#shopping-cart-button-wrapper img {
	float: right;
	top: -3px;
	position: relative;	
}

.rounded-top {
	height: 2px;
	background: url('images/rounded-top.png') top left no-repeat;
	overflow: hidden;
	width: 100%;
}

.rounded-bottom {
	height: 2px;
    background: url('images/rounded-bottom.png') top left no-repeat;
    overflow: hidden;
    position: relative;
    widht: 100%;
}

#left-menu {
	margin-bottom: 15px;
	color: #838165;
}

#left-menu a {
	color: #838165;
}

#left-menu h3, #payment-types h3, #pay-form-h3 {
	margin-bottom: 15px;
	font-size: 1.3em;
}

#left-menu li {
	margin-bottom: 10px;
}

#left-menu a {
	text-decoration: none;
	font-size: 1.3em;
}

#left-menu a:hover {
	text-decoration: underline;
}

#payment-types a {
	text-decoration: none;	
}

#payment-types a:hover {
	text-decoration: underline;	
}

#payment-types h3 {
	text-align: left;
}

#payment-types {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #838165;
	text-align: center;
}

#payment-types a, #pay-form-h3 a {
	color: 	#838165;
}

#pay-form-h3 a {
	text-decoration: none; 	
}

#pay-form-h3 a:hover {
	text-decoration: underline;
}
	
#content-right {
	width: 760px;
	float: right;
	font-size: 1.2em;
	line-height: 1.4;
}

.content-right h1, .content-right h2, .content-right h3, .content-right h4, .content-right h5, .content-right h6 {
	margin-bottom: 15px;
}

#content-right h1 {
	font-size: 1.5em;
}

#content-right h2 {
        font-size: 1.3em;
}

#content-right h3 {
        font-size: 1.2em;
}

#content-right h4 {
        font-size: 1.1em;
}

.content-right p {
	margin-bottom: 15px;
}

#content-right ul {
	margin-bottom: 15px;
	padding-left: 30px;
	list-style-type: disc;
} 

#breadcrumbs {
	color: #e53233;
	margin-bottom: 10px;
}

#breadcrumbs a {
	color: #e53233;
	text-decoration: none;
}

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

#main-content, #product-info, #order-form, .shopping-cart-items, #pay-form {
	min-height: 420px;
	_height: 420px;
}

.orange, .gray {
}

.gray {
	background-color: #d6d4b9;
}

.gray a {
	color: #333333;
}

.orange {
	background-color: #d69924;
}

.orange h1 {
	color: white;
}

.category-list, .page {
	padding: 15px;
}

.product-detail {
	padding: 15px 0 0 15px;	
}

.shopping-cart-page {
	padding-top: 5px;
	padding-left: 15px;
}

.shopping-cart-page h1 {
	color: white;
	margin-bottom: 5px;
}

.shopping-cart-items {
	padding: 15px 45px 15px 15px;
}

.shopping-cart-item {
	margin-bottom: 15px; 
	border-bottom: 2px solid white;
}

.shopping-cart-item-img, .shopping-cart-item-desc, .shopping-cart-item-remove, .shopping-cart-item-price {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.shopping-cart-item-desc {
	width: 350px;
	margin-right: 50px;
}

.shopping-cart-item-remove {
	text-align: center;
}

.shopping-cart-item-price {
	margin: 0;
	float: right;
	text-align: center;
}

#total-price {
	margin-top: 15px;
	float: right;
}

#total-price form {
	display: inline;
}

#total-price-box {
	border: 2px solid #d69924;
	padding: 5px;
	background-color: white;
}

#product-picture {
	width: 300px;
	float: left;
	margin-top: 5px;
}

#product-pictures-nav {
	float: right;
	position: relative;
}

#product-pictures-nav a {
	padding: 3px;
	background-color: #d69924;
	color: white;
	margin-right: 4px;
	text-decoration: none;
	border: 1px solid white;
}

#product-info {
	margin-top: 5px;
	width: 375px;
	float: right;
	padding: 20px;
}

#product-info h1 {
	color: black;
}

.product-list-wrapper {
        float: left;
        margin: 0 5px 15px 15px;
}

.product-list {
	padding-top: 15px;
	padding-bottom: 15px;
	width: 210px;
	color: #4a5e33;
	text-align: center;
}

.product-list h3 {
	padding: 0 10px 0 10px;
	height: 40px;
}

.product-list h3 a {
	color: #4a5e33;
	text-decoration: none;
}

.product-list h3 a:hover {
	text-decoration: underline;
}

.product-list-picture {
	margin-bottom: 15px;
	height: 220px;
}

.product-list-more-info {
	background: url('images/more-info-bg.png') top left repeat-x;
	font-weight: bold;
	margin: 0;
} 

.product-list-more-info a {
	padding-top: 6px;
	color: black;
	text-decoration: none;
	display: block;
	height: 24px;
}

.product-list-more-info a:hover {
	text-decoration: underline;
}

.order-page {
	padding-top: 15px;
	padding-left: 15px;
}

#order-form, #pay-form {
	padding: 15px 45px 15px 15px;
}

#pay-form label {
	width: 150px;	
}

#pay-form fieldset p {
	margin-bottom: 5px;	
}

#pay-form .price {
	width: 40px;	
}

#pay-form .button {
	width: auto;	
}

.order-form h2, .order-form h3 {
	color: #d69924;
}

.order-form label {
	width: 90px;
	display: block;
	float: left;
}

#order-comment , #order-dedication {
	margin-bottom: 10px;	
}

#order-comment label, #order-dedication label {
	width: 100%;
	margin-bottom: 5px;
}

#order-comment textarea, #order-dedication textarea {
	width: 100%;
	float: none;
}

.long {
	width: 100%;
}

fieldset {
	margin-bottom: 15px;	
}

.fieldset p {
	margin-bottom: 5px;	
}

legend {
	font-size: 1.2em;
	color: #d69924;
	margin-bottom: 15px;
	font-weight: bold;
}

.order-form p {
	/*margin-bottom: 5px;*/
}

.order-form input, .order-form select, .order-form textarea {
	width: 300px;
	border: 2px solid #d69924;
	padding: 2px;
}

.order-form select {
	width: 308px;
}

.order-form-checkbox-wrapper {
	float: left;	
}

.order-form-checkbox-wrapper label {
	width: 310px;
	float: left;
}

.order-form-checkbox-wrapper input {
	float: left;	
	width: 20px;
	border: none;
}

.order-form-right input {
        width: 120px;
}

.order-form-right select {
	width: 128px;
}

.order-form .required {
	border: 2px solid red;
}

#order-form-buttons {
	margin-top: 20px;
	text-align: right;
}

#order-form-buttons input {
	width: 120px;
}

#order-status {
	float: right;
	color: white;
	margin-bottom:  20px;
}

.order-status-item {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}

.custom-price label {
	width: auto;	
}

.custom-price input {
	width: 30px;	
}

.dedication-wrapper {
	margin-bottom: 15px;
}

.dedication-wrapper label {
	width: auto;
}

.dedication-bottom-border {
	border-bottom: 2px solid white;
}

.dedication {
	float: left;
	width: 50%;
}

.dedication-radio {
	float: left;
}

.dedication-text {
	float: left;
	width: 310px;
	margin-left: 5px;
}

.dedication-text h5 {
	margin-bottom: 5px;
}

.contact-left {
	width: 300px;

}

.order-form .button, .button {
	padding: 5px;
	background: #d4d2ad url('images/button-bg.png') top left repeat-x;
	border: 2px solid #cac8a4;
	color: #4a5f33;
}

.order-form-left {
	float: left;
	width: 400px;
}

.order-form-right {
	float: right;
}

.order-td-left {
	width: 200px;
}

.order-td-right {
}

.button:hover {
	background: #c59f4e url('images/button-bg-hover.png') top left repeat-x;
	color: black;
	border: 2px solid #dfc897;
}

.form-error {
	border: 2px solid red;
	padding: 10px;
	margin-bottom: 15px;
	font-weight: bold;
}


#footer {
	border-top: 2px solid #c3c3c3;
	padding: 10px 30px 10px 60px;
	line-height: 1.5;
	margin: 0;
}

.footer, .footer a {
        color: #666666;
}

.footer-hover, .footer-hover a {
	color: #333333;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

#footer-right a {
	text-decoration: none;
}

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

.float-right {
	float: right;
}

.float-none {
	float: none;
}

.align-center {
	text-align: center;	
}

.s1 {
	background: url('images/shadow-bottom.png') bottom left repeat-x;
}

.s2 {
	background: url('images/shadow-right.png') top right repeat-y;
}

.s3 {
	background: url('images/shadow-bottom-left.png') bottom left no-repeat;
}

.s4 {
	background: url('images/shadow-top-right.png') top right no-repeat;
}

.s5 {
	padding-right: 10px;
	padding-bottom: 10px;
	background: url('images/shadow-bottom-right.png') bottom right no-repeat;
}

.cleaner {
  clear:both;
  height:0px;
  font-size:0px;
  border:none;
  margin:0; padding:0;
  background:transparent;
}

