*{
	padding: 0;
	margin: 0;
}
img{
	border: 0;
	outline: 0;
}
a{
	outline: 0;
	text-decoration: none;
	color: #627d9d;
	-webkit-transition-duration:500ms;
}
a:hover{
	color: #f6ff00;
}
fieldset{
	border: 0;
}
body{
	background: #1c2535;
	font-family: "Lucida Grande","Helvetica","Arial",sans-serif;
	font-size: 11px;
	color: #c1d1e0;
}
#wrapper{
	width: 100%;
}
#content{
	width: 762px;
	margin: 0 auto;
}
#header{
	margin: 80px auto 0;
	width: 100%;
	text-align: center;
	background: url("../images/header_bg.png") bottom left no-repeat;
	height: 122px;
}
h1{
	text-indent: -623em;
	display: block;
	background: url("../images/tatlogo.png") no-repeat center;
	width: 100%;
	height: 62px;
	margin-left: -7px;
	margin-bottom: 7px;
}
#showcase{
	height: 538px;
	width: 762px;
	background: url("../images/showcase_bg.png")no-repeat;
	overflow: hidden;
}
#designs{
	position: relative;
	width: 1000em;
}
.design{
	text-align: center;
	width: 762px;
	float: left;
}
.design .preview{
	display: block;
	clear: both;
	margin: 22px auto 10px;
	width: 422px;
}
.design strong{
	font-size: 16px;
	font-family: "Myriad Pro","Lucida Grande","Helvetica","Arial",sans-serif;
	line-height: 20px;
	text-shadow: #000 0px 1px 1px;
	color: #fff;
}
#form{
	background: url("../images/form_bg.png") top left no-repeat;
	padding-top: 24px;
}
#form form{
	width: 332px;
	margin: 24px auto 0;
}
#form h2,
#form h3{
	color: #fff;
	text-shadow: #000 0px -1px 1px;
}
#form h2{
	font-size: 18px;
	text-align: center;
}
#form p{
	text-align: center;
	line-height: 18px;
}
#form label{
	font-size: 12px;
	color: #dfeffe;
	width: 64px;
	display: block;
	float: left;
	margin-bottom: 8px;
}
#personal label{
	line-height: 24px;
}
#form .textbox{
	width: 256px;
	height: 20px;
	margin-bottom: 8px;
	border: 1px solid #1f2938;
	border-bottom: 1px solid #45556f;
	background: #27354e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 2px 4px;
	color: #fff;
	font-size: 12px;
}
#form textarea:focus,
#form .textbox:focus{
	background: #fff;
	color: #27354e;
}
#form .number{
	float: left;
	width: 24px;
	color: #45556f;
	text-shadow: #1f2938 0px -1px 0px;
	line-height: 16px;
}
#form h3{
	margin-top: 24px;
	font-size: 16px;
	margin-bottom: 16px;
}
#form select{
	float: left;
	font-size: 12px;
	height: 24px;
	width: 96px;
}
#form .mlabel{
	clear: none;
	text-align: right;
	width: 40px;
	margin-right: 10px;
}
.button_add{
	clear: left;
	float: left;
	position: relative;
	left: 338px;
	top: -22px;
	text-indent: -623em;
	display: block;
	width: 16px;
	height: 17px;
	background: url("../images/button_add.png") no-repeat;
	cursor: pointer;
	margin-bottom: -12px;
}
.button_remove{
	clear: left;
	float: left;
	position: relative;
	left: 360px;
	top: -27px;
	text-indent: -623em;
	display: block;
	width: 16px;
	height: 17px;
	background: url("../images/button_remove.png") no-repeat;
	cursor: pointer;
	margin-bottom: -12px;
}
.button_remove:hover,
.button_add:hover{
	background-position: bottom left;
}
#total,
#subtotal{
	clear: both;
	padding: 6px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 18px;
	color: #445777;
}
#subtotal{
	background: #171e2b;
}
#total{
	background:#11161f;	
}
#total #total_value,
#subtotal #subtotal_value{
	float: right;
	font-size: 14px;
	color: #c1d1e0;
	text-shadow: #1f2938 0px -1px 0px;
}
#shipping{
	margin: 24px 0;
}
#shipping label{
	width: 124px;
}
#shipping select{
	width: 206px;
	margin-bottom: 24px;
}
#form textarea{
	clear: both;
	width: 100%;
	height: 80px;
	margin-bottom: 6px;
	border: 1px solid #1f2938;
	border-bottom: 1px solid #45556f;
	background: #27354e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 4px 4px;
	color: #fff;
	font-size: 12px;
}
#buttonBar button{
	text-indent: -623em;
	border: 0;
	background: url("../images/button_submit.png") no-repeat;
	width: 110px;
	height: 37px;
	cursor: pointer;
	position: relative;
	left: 155px;
	top: -1px;
}
#buttonBar button:hover{
	background-position: bottom left;
}
#footer{
	width: 600px;
	margin: 60px auto 32px;
	font-size: 10px;
	color: #374e67;
}
#links a{
	float: right;
	position: relative;
	top: -12px;
	margin-left: 20px;
}
#navbar{
	position: relative;
	top: -280px;
}
#navbar a{
	display: block;
	height: 31px;
	width: 30px;
	text-indent: -623em;
	background: url("../images/button_nav.png") no-repeat;
	opacity: .3;
}
#navbar a:hover{
	opacity: 1;
}
#navbar #button_prev{
	float: left;
	background-position: bottom left;
}
#navbar #button_next{
	float: right;
	position: relative;
	margin-bottom: -31px;
}
.item{
	clear: both;
}
.msg{
	position: relative;
	color: #ffde00;
	opacity: 0;
}
#message1,
#message2{
	left: 340px;
	top: -28px;
	margin-bottom: -13px;
}
#message3{
	clear: both;
	margin: 2px;
	height: 20px;
	text-align: center;
}
#message4{
	left: 340px;
	top: -40px;
	margin-bottom:-13px;
}
#message0{
	color: #ccff00;
	text-align: center;
	margin: 20px 0;
}

#showcase center{
	width: 462px;
	margin-left: 100px;
	/* border-left: #27354e 1px solid; */
	text-align: left;
}