/* *************************** 
   GLOBAL RESET SETTINGS
   ***************************/
	
* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

fieldset {
	margin: -10px 0 15px 0;
	padding: 0;
	border: none;
}

/* *************************** 
   PAGE SETTINGS
   ***************************/
	
html {
	height: 100%;
}

body {
	background: #fff url("../images/bg.gif") repeat-x top center;
	font: 12px/20px LucidaGrande, Arial, Helvetica, sans-serif;
	color: #000;
	min-width: 924px;
}

#wrap {
	position: relative;
	width: 924px;
	margin: auto;
}

/* *************************** 
   HEADER SETTINGS
   ***************************/
	
#header {
	margin: auto;
	position: relative;
	width: 924px;
	height: 190px;
	background: url("../images/header.jpg") no-repeat 0 0;
}

#header p,
#header p a,
#header h1 a {
	text-indent: -9000px;
}

#header h1 a {
	outline: none;
	display: block;
	position: absolute;
	width: 300px;
	height: 70px;
	top: 50px;
	left: 5px;
}

#header p a {
	outline: none;
	display: block;
	position: absolute;
	width: 230px;
	height: 70px;
	top: 50px;
	left: 570px;
}

#header ul {
	position: absolute;
	top: 164px;
	left: 5px;
	list-style: none;
}

#header ul li {
	float: left;
	display: inline;
}

#header ul li a {
	width: auto;
	display: block;
	font-size: 12px;
	padding: 0 5px;
	text-decoration: none;
	margin-right: 5px;
	color: #000;
}

#header li a:hover,
#header li .active {
	border-bottom: 3px solid #fff;
}

/* *************************** 
   CONTENT SETTINGS
   ***************************/
	
#content {
	position: relative;
	width: 789px;
	padding-left: 5px;
	padding-right: 130px;
	padding-top: 30px;
	background: url("../images/content.jpg") no-repeat 0 0;
}

h2 {
	color: #fcb205;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 20px;
	font-weight: normal;
}

h3 {
	color: #fcb205;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: normal;
}

p {
	padding: 5px 0 10px 0;
}

a {
	color: #fcb205;
	text-decoration: none;
}

.big {
	font-size: 14px;
}

.block,
.block-list {
	overflow: auto;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background: url("../images/border.gif") no-repeat left bottom;
	height:1%;
}

.block-list ul {
	margin: 5px 0;
	padding: 0 35px;
}

.lastblock {
	position: relative;
	display: block;
	overflow: auto;
	background: none;
}

.illustrate {
	float: right;
	padding: 0 20px 10px
}

blockquote {
	width: 231px;
	height: auto;
	padding: 0 25px 25px 5px;
	float: left;
	background: url("../images/blockquote.gif") no-repeat right bottom;
}

blockquote p {
	font-style: italic;
}

cite {
	text-align: right;
	font-style: normal;
	font-weight: bold;
}

.ref {
	list-style: none;
}

.ref li {
	float: left;
	background: url("../images/slice.gif") no-repeat 0 0;
	padding: 10px;
}

.contentclear {
	position: relative;
	clear: both;
}

.alert {
	padding: 5px;
	background: #ffffcc;
	border: 1px solid #ff9000;
	color: #000;
	display:none;
}

#alert ul {
	margin: 0 15px;
	list-style: square;
}

.alert li {
	color: #ff0000;
}

.success {
	padding: 5px;
	background: #ddffee;
	border: 1px solid #33bb66;
	color: #086c09;
}

/* *************************** 
   FORM STYLING SETTINGS
   ***************************/
	
#contact legend {
	display: none;
}

	
.order input,
.order textarea,
.order select,
#contact input,
#contact textarea {
	border: 1px solid #ccc;
	padding: 3px;
	font: 12px LucidaGrande, Arial, Helvetica, sans-serif;
}

.order input:focus,
.order textarea:focus,
.order select:focus,
#contact input:focus,
#contact textarea:focus {
	border: 1px solid #fcb205;
}

#contact textarea {
	width: 700px;
	height: 100px;
}

#contact label,
#contact input {
	float: left;
	margin: 0 20px 10px 0;
	width: 215px;
}

#contact label {
	display: block;
	margin: 0 28px 0 0;
}

.order,
#contact {
	padding: 15px 25px;
	margin: 10px 0;
	border: 3px solid #eaeaea;
	overflow: hidden;
}

#contact button {
	width: 80px;
	height: 44px;
	display: block;
	background: url("../images/send.gif") left center no-repeat;
	text-indent: -1500px;
	border: none;
	margin-top: 5px;
	cursor:pointer;
}

button.butorder {
	width: 184px;
	height: 42px;
	display: block;
	background: url("../images/submit_order.gif") left center no-repeat;
	text-indent: -1500px;
	border: none;
	margin-top: 15px;
	float: left;
	cursor:pointer;
}

legend {
	font-size: 18px;
	font-weight: 500;
	padding: 0 10px;
	color: #fcb205;
}

fieldset label {
	display: block;
	padding: 5px 0;
	vertical-align:top;
}

.order small {
	display: block;
	clear: both;
	padding: 5px 0;
}

.order .left,
.order .right {
	width: 45%;
}

fieldset.lastblock {
	height: 350px;
}

#status ul {
	margin: 10px 25px;
}

.order dl {
	width: 500px;
	float: left;
}

.order dt {
	clear: left;
	float: left;
	width: 195px;
	text-align: left;
	vertical-align:top; 
}

.order dd {
	float: left;
	width: 300px;
	padding: 0 0 10px 0;
}

.order .template {
	margin-bottom: 5px;
}

#total {
	background: transparent url(../images/total.jpg) no-repeat scroll left center;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: 70px;
	line-height: 60px;
	margin-top: 10px;
	padding-left: 100px;
	float: right;
}

/* *************************** 
   FOOTER SETTINGS
   ***************************/
	
#footer {
	width: 100%;
	position: relative;
	background: #c7c7c7 url("../images/footer_bg.gif") repeat-x 0 0;
}

#footer div {
	background: url("../images/footer.jpg") no-repeat 0 0;
	padding: 40px 0 20px;
}
#footer p {
	width: 924px;
	margin:0 auto;
	padding:0;
}

.order .left, .order .right {
	float: left;
}

#progress_bar
{
display:none;
}
#progress_bar2
{
margin-top:15px;
display:none;
float:left
}