/* body */
body {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000;
}

#container {
	margin: 0px auto 0px auto;
	width: 778px;
}

/* header */
#header {
	width: 778px;
	height: 253px;
}

/* menu */
#menu {
	text-align: center;
	font-size: 0px;
}

#menu a {
	margin-right: 2px;
}

#body_top {
	height: 21px;
	width: 778px;
	background: url(../images/body_top.gif);
}

/* body content */
#body_content {
	color: #000;
	background-color: #fff;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#index_content {
	background: url(../images/index_bg.jpg) no-repeat;
	height: 624px;
	width: 738px;
	color: #000;
	background-color: #fff;
	font-size: 16px;	
	padding-left: 20px;
	padding-right: 20px;	
}

#index_image {
	height: 160px;
	width: 778px;
	background: #fff url(../images/stitching_images.jpg);
}

/* mini basket */
#mini_basket {
 float: right;
 width: 197px;
 /*margin-right: 20px;*/
}

#mini_basket_hdr {
	height: 34px;
	width: 197px;
	background: url(../images/basket_hdr.gif);
}

#mini_basket_content {
	color: #fff;
	background-color: #4c2e1b;
	font-size: 16px;
	/*padding-left: 45px;*/
	padding-top: 7px;
	height: 50px;
}

#mini_basket_buttons {
	height: 35px;
	width: 197px;
	background: url(../images/basket_buttons.gif);
}

#view_basket_button {
	position: absolute;
	margin-top: 6px;
	margin-left: 7px;
}

#checkout_button {
	position: absolute;
	margin-top: 6px;
	margin-left: 102px;
}

/* footer */
#footer_top {
	width: 778px;
	height: 82px;
	background: url(../images/body_bottom.gif) no-repeat;
}

#footer_left {
	float: left;
	width: 360px;
	padding-top: 2px;
	padding-left: 20px;
	color: #fff;
	background-color: #000;
	font-size: 14px;
}

#footer_left a {
	color: #fff;
	background-color: #000;
	font-size: 12px;
	text-decoration: none;
}

#footer_right {
	float: right;
	width: 360px;
	padding-top: 2px;
	padding-right: 20px;
	color: #fff;
	background-color: #000;
	text-align: right;
}

#footer_right a {
	color: #fff;
	background-color: #000;
	font-size: 12px;
	text-decoration: none;
}

#footer_address {
	padding-top: 10px;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#footer_address a {
	color: #fff;
	background-color: #000;
	font-size: 12px;
	text-decoration: none;
}

/* contact page */
.contact_left {
	float: left;
	width: 120px;
}

.contact_right {
	float: left;
	width: 300px;
}

/* CSS FORM */
#contact_form {
	width: 530px;
	margin: auto;
}
form {
	background:#fff;
	padding:1em;
	border:1px solid #eee;
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
form {
	margin:1em;
	width:33em;
}
label {
	float:left;
	width:8em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#3a3e4c;
	font-size:1.2em;
}
legend span {
	width:11em;
	text-align:right;
}
input {
	padding:0.15em;
	width:12em;
	border:1px solid #3a3e4c;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	margin-bottom: 2px;
}
input:hover, input:focus {
	border-color:#c00;
	background:#f6f6f6;
} 
textarea {
	border:1px solid #3a3e4c;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	margin-bottom: 2px;
}
textarea:hover {
	border:1px solid #c00;
}
fieldset {
	border:1px solid #3a3e4c;
	padding:0 0.5em 0.5em;
}
.email {
	width:14em;
}
.fileatt {
	width:24em;
}
.subject {
	width:23em;
}
input.default {
	color:#3a3e4c;
}
#submit-send {
	margin-top:1em;
	width:146px;
	height:39px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/send_button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}

/* general styling */
img {
	border: 0px;
}

.nofloat {
	clear: both;
}

h1 {
	margin-top: 0px;
	font-size: 18px;
}

.red {
	color: #C00;
	background-color: transparent;
}

.big {
	font-size: 18px;
}

.bold {
	font-weight: bold;
}

a {
	color: #C00;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#prod_info {
	float: left;
	width: 310px;
	margin-left: 70px;
	font-size: 18px;
}

#prod_image3 {
	float: left;
	width: 300px;
	margin-left: 40px;
	font-size: 18px;
	text-align: center;
}


