/* CSS Document */
#meta {
	display:none;
}
* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	background:white;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}
body#home {
	overflow:hidden;
}
html { height:100%; }

#homepage {
	padding-top:12.5%;
	width:100%;
	height:79%;
}
#top {
	background-color:#DFDFDD;
	height:80px;
	min-width:724px;
	width:100%;
	position:fixed;
	padding:12px 20px 6px 20px;
	z-index:100;
}
#top .wrapper {
	max-width:1024px;
	margin:0 auto;
}

	#top h1 {
		float:left;
		margin-right:35px;
		width:22%;
	}
	
	#top ul {
		float:left;
		padding-top:1.2em;
		width:475px;

	}
	#top li {
		float:left;
		font-size:80%;
		margin-right:0.7em;
	}
	#top li a {
		color:#000000;
		text-decoration:none;
		font-weight:bold;
	}
	#top li a:hover {
		color:#FF3500;
	}
	
	#top #checkout {
		float:left;
		margin-right:1em;
		margin-top:0.7em;
		border:1px solid #FF3500;
		padding:0.5em 60px 0.2em 0.7em;
		font-size:90%;
		position:relative;
		width:130px;
	}
	#top #checkout a{
		background:#FF3500;
		color:white;
		font-weight:bold;
		text-decoration:none;
		padding:0.5em 0.7em 0.2em 0.7em;
		margin-left:0.7em;
		display:block;
		position:absolute;
		right:0;
		top:0;
		width:60px;
	}
	
#main {
	margin:0 auto;
	min-width:724px;
	max-width:1024px;
	padding:98px 0 0 20px;
	z-index:1;
}
#left {
	width:23.5%;
	float:left;
	border-right:1px solid #ccc;
	padding-top:28px;
	height: 412px;
}
	#left ul {
		width:85%;
	}
	#left h2 {
		font-size:90%;
		color:#FF3500;
		margin-bottom:10px;
		text-transform:lowercase;
	}
	#left h2 span{
		font-weight:normal;
		color:#999999;
	}
	#left li {
		float:left;
	}
	#left p {
		clear:both;
		padding-top:2em;
	}
	#left p a {
		background:#FF3500 none repeat scroll 0%;
		color:white;
		display:block;
		font-size:90%;
		font-weight:bold;
		padding:1px 2px;
		text-align:center;
		text-decoration:none;
		width:8.5em;
		text-transform:lowercase;
	}
#content {
	width:75%;
	float:left;
	max-height:470px;
	overflow:hidden;
}

#text {
	width:50%;
	padding:20px;
	margin:0 auto;
	border:1px solid #CBCBCB;
	border-top:none;
	border-bottom:none;
}
#content_table {
	margin-left:0;
	position:fixed;
	width:23%;
	font-size:85%;
	padding-top:20px;
}
#content_table li {
	margin-bottom:1em;
}
#content_table a {
	color:#FF3500;
	text-decoration:none;
	font-weight:bold;
}
#text.large {
	margin:0;
	padding-left:23%;
	width:65%;
	border-right:none;
	border:none;
}
#text h2 {
	color:#F15D22;
	font-size:90%;
}
#text p {
	margin-bottom:1em;
	color:#999;
}
#text dl {
	color:#999;
	margin-bottom:1em;
}
#text dt {
	font-style:italic;
	float:left;
	width:3em;
	clear:left;
}
#text dd {
	margin-left:3em;
}
#text p a {
	color:#333;
}
#text ul {
	color:#999;
	padding:0 0 0 1.5em;
	margin-bottom:1em;
}
#text ul li {
	list-style:disc;
}
#text table {
	color:#999;
	text-align:left;
	margin-bottom:1em;
}
#text table td {
	padding:0.2em;
	border:1px solid #ccc;
}
#footer {
	border-top:1px solid #CCCCCC;
}



#gallery {
	padding:20px 0 0 0;
	width:23%;
	float:left;
}
#gallery li {
	float:left;
	height:50px;
	width:50px;
}
#gallery a.action {
	clear:left;
	background:#FF3500 none repeat scroll 0%;
		color:white;
		display:block;
		font-size:90%;
		font-weight:bold;
		padding:1px 2px;
		text-align:center;
		text-decoration:none;
		width:10em;
}

#gallery h2, #view h3, #quotes h3 {
	color:#F15D22;
	font-size:11px;
	margin-bottom:20px;
}
#gallery h2 em, #view h3 em, #quotes h3 em {
	color:#B2B2B3;
	font-weight:normal;
	font-style:normal;
}

#view {
	width:45%;
	padding:20px;
	margin:0 auto;
	border:1px solid #CBCBCB;
	border-top:none;
	border-bottom:none;
	float:left;
}

#view .controller {
	text-align:center;
	margin:1em 0;
}
#view .controller a {
	color:#F15D22;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	margin:0 1.5em;
}
#quotes {
	padding:20px 0 0 20px;
	width:20%;
	float:left;
	font-size:85%;
}
#quotes p{
	margin-bottom:1em;
	color:#666;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}


#cart {
	max-width:1024px;
}
#cart ul li{
	clear:both;
	height:3.2em;
}
#cart ul {
	border-bottom:1px solid #ccc;
}

#cart .col {
	float:left;
	height:2.4em;
	padding:0.8em 0 0 0;
}

#cart .head .col{
	padding-top:1em;
	font-size:12px;
	font-weight:bold;
	color:#F15D22;
	border-bottom:2px solid #F15D22;
}

#cart .remove {
	width:7%;
	padding-left:2%;
}
#cart .remove a{
	color:#808183;
	font-size:10px;
	text-decoration:none;
	text-transform:lowercase;
}
#cart .image {
	width:15%;
	border-right:1px solid #ccc;
	padding-top:0;
	padding-bottom:0.8em;
	text-align:center;
}
#cart .head .image {
	padding-bottom:0;
}
#cart .name {
	width:10%;
	padding-left:2%;
}
#cart .name h3{
	color:#F15D22;
	font-size:11px;
}

#cart .option {
	width:35%;
	border-right:1px solid #ccc;
}
#cart .option p{
	color:#111;
	font-size:10px;
	float:left;
	width:52%;
	margin-right:6%;
	font-family:Arial, Helvetica, sans-serif;
}

#cart .option a{
	font-size:10px;
	text-decoration:none;
	color:#808183;
	text-transform:lowercase;
}
#cart .price {
	padding-left:3%;
	width:8%;
	font-size:11px;
}

#cart .quantity {
	width:8%;
	font-size:11px;
}

#cart .total {
	width:8%;
	font-size:11px;
}


#cart dl {
	clear:left;
	width:27%;
	background:#D9D9D9;
	padding:1%;
	margin-left:71%;
	border-left:1px solid white;
}

#cart dl select {
	width:50% !important;
	width:99%;
}
#cart dt, #cart dd {
	height:2.2em;
}

#cart.checkout dt, #cart.checkout dd {
	display:none;
	height:2.2em;
}
#cart.checkout dt.important, #cart.checkout dd.important {
	display:block;
}

#cart dt {
	float:left;
	clear:left;
	width:47% !important;
	width:53%;
	font-weight:bold;
	font-size:11px;
}
#cart dd {
	text-align:right;
	font-size:11px;
}

#cart dt a{
	text-decoration:none;
	color:black;
}
#cart dt.msg {
	display:none;
}
#cart dd.msg {
	text-align:center;
	font-size:12px;
	background:white;
	border:1px solid #FF3500;
	color:#FF3500;
	padding:0.5em;
	height:auto;
	text-transform:lowercase;
	font-weight:bold;
}
#cart a.remove {
	background:#FF3500;
	color:white;
	font-weight:bold;
	padding:0.1em 0.4em;
	margin:0 0 0 0.4em;
}
#cart a.button {
	background:#FF3500;
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding:0.2em 0.4em;
	width:60px;
	font-size:12px;
	text-transform:lowercase;
}

#cart .extra {
	margin-top:-2.2em;
	float:left;
}

#cart dd.discount, #cart dt.discount {
	color:#FF3500;
}

#main .coupons {
	width:27%;
	padding:1%;
	margin-left:71%;
	border-left:1px solid white;
	float:right;
}
#main .coupons input.text {
	margin-right:3px;
}
#main .coupons input.submit {
	background:#FF3500;
	border:none;
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding:0.2em 0.4em;
	width:85px;
	font-size:12px;
	text-transform:lowercase;
}

#login {
	background:#EFEFEF none repeat scroll 0%;
	float:left;
	margin-right:0.9%;
	padding:1%;
	width:22%;
	margin-top:1em;
}

#login h2 {
	font-size:12px;
	color:#FF3500;
	margin-bottom:0.7em;
}

#login p {
	font-size:11px;
	color:#999;
	margin:0.5em 0;
}
#login fieldset {
	margin:0 0 1em 0;
	padding:0;
	border:0;
}
#login ol {
	margin-bottom:1em;
}

#login label {
	font-size:12px;
	color:#666;
	width:30%;
	float:left;
	clear:left;
}
#login a.button {
	background:#FF3500;
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding:0.2em 0.4em;
	font-size:11px;
}
#login a {
	text-decoration:none;
	color:#333;
	font-size:10px;
}
#text.register {
	width:70%;
	padding:20px;
	padding-top:0;
	border:none;
	margin:1em 0 0 0;
	float:left;
}
#text.update{
	float:none;
	margin:0 auto;
}
#text.register table, #text.register tr, #text.register td {
	border:none;
}

#text.register fieldset{
	padding:0;
	margin-bottom:1em;
	border:none;
}

#text.register legend{
	font-weight:bold;
	font-size:12px;
	color:#FF3500;
}

#text.register label {
	width:30%;
	display:block;
	float:left;
	color:#999;
	font-size:11px;
}
#text.register li {
	clear:left;
}
#text.register li input {
	width:65%;
}
#text.register li a {
	font-size:10px;
	color:#333;
	text-decoration:none;
}
#text.register #ccinfo input {
	width:auto;
}

#text.step2 legend{
	margin-bottom:1em;
}

#text.register p {
	font-size:11px;
}

#text.photo {
	border-left:1px solid #ccc;
	margin-left:24.9%;
	margin-top:-1em;
	padding-top:2em;
}
#yourdata {
	margin-right:0.9%;
	
	font-size:10px;
}

#text.register h3 {
	font-size:12px;
	color:#FF3500;
}
#text.register dt{
	display:none;
}
#text.register dd {
	font-size:11px;
	margin:0;
}

#text.register .button {
		background:#FF3500;
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding:0.2em 0.4em;
	font-size:11px;
	margin:0.3em;
}

#text.invoice {
	margin:1em auto;
}

#text .invoice {
	border:1px solid #ccc;
	background:#eee;
}

#popup {
	padding:1em;
}
#popup h1 {
	font-size:12px;
	color:#FF3500;
}

#popup fieldset {
	border:none;
	padding:1em 0;
}

#popup label {
	display:none;
}

#popup .BottomPopup {
	padding:1em 0;
}
#popup .BottomPopup a {
	text-decoration:none;
	font-size:12px;
	color:#333;
}

#popup .sidebar {
	float:right;
	width:25%;
}

#popup .main {
	width:70%;
}

#popup p {
	font-size:11px;
	color:#333;
	margin:1em 0;
}