@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	color: #545454;
	text-align: center;
	margin: 0px;
	height: 100%;
	background: #fff url(../images/fader_bg.jpg) repeat-x;
}

td {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
}

th {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
}

a {
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	color: #d7d7d7;
	border-style: none;
}

a:visited {
	text-decoration: none;
	color: #d7d7d7;
}
a:hover {
	text-decoration: none;
	color: #525788;
}
a:active {
	text-decoration: none;
	color: #d7d7d7;
}

/* Header */

#header {
width: 980px;
height: 97px;
	background-image: url(../images/nav_bg.jpg);
	margin: 0 auto 8px;
	display: inline-block;
	position: relative;
}

#nav_lt {
	float: left;
	margin-top: 0;
	margin-left: 0;
	background-image: url(../images/nav_lt.jpg);
	width: 5px;
	height: 97px;
}

#nav_rt {
	float: right;
	margin-top: 0;
	margin-left: 0;
	background-image: url(../images/nav_rt.jpg);
	width: 5px;
	height: 97px;
}

#header_img {
	margin-top: 0;
	margin-left: 0;
	width: 308px;
	height: 58px;
	background: url(../images/hdr_2.jpg) no-repeat;
	display: block;
	position: relative;
	float: right;
}

#header_logo {
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 365px;
	height: 58px;
	border-style: none;
	display: block;
	position: relative;
}

/* Navigation */
#nav {
	float: left;
	width: 600px;
	height: 35px;
	padding: 0;
	display: block;
	position: relative;
	top: 59px;
	right: 365px;
}

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#nav li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#btn_txt {
	color: #fff;
	font: 18px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: auto;
	display: block;
	padding-top: 7px;
}

#btn_txt a {
	color: #fff;
	font: 18px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#btn_txt a:hover {
	color: #9ac9a8;
	font: 18px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#btn_1
  {
    display: block;
    width: 107px;
    height: 35px;
    background: url(../images/btn_1_off.jpg) no-repeat 0 0;
	float: left;
}

#btn_1:hover
  { 
    background: url(../images/btn_1_on.jpg) no-repeat 0 0;
	color: #2f2f2f;
}

#btn_2
  {
    display: block;
    width: 139px;
    height: 35px;
    background: url(../images/btn_2_off.jpg) no-repeat 0 0;
	float: left;
}

#btn_2:hover
  { 
    background: url(../images/btn_2_on.jpg) no-repeat 0 0;
    color: #2f2f2f;
  }
  
#btn_3
  {
    display: block;
    width: 108px;
    height: 35px;
    background: url(../images/btn_3_off.jpg) no-repeat 0 0;
	float: left;
}

#btn_3:hover
  { 
    background: url(../images/btn_3_on.jpg) no-repeat 0 0;
    color: #2f2f2f;
  }
  
  #btn_4
  {
    display: block;
    width: 112px;
    height: 35px;
    background: url(../images/btn_4_off.jpg) no-repeat 0 0;
	float: left;
}

#btn_4:hover
  { 
    background: url(../images/btn_4_on.jpg) no-repeat 0 0;
    color: #2f2f2f;
  }
  
  #btn_5
  {
    display: block;
    width: 118px;
    height: 35px;
    background: url(../images/btn_5_off.jpg) no-repeat 0 0;
	float: left;
}

#btn_5:hover
  { 
    background: url(../images/btn_5_on.jpg) no-repeat 0 0;
    color: #2f2f2f;
  }

/* @end */

/* Drop Down Navigation */
ul#navbar {
	position: relative;
	display: block;
	float: left;
	margin: 5px 0 0;
	padding-left: 0;
	z-index: 1;
	width: 650px;
}
ul#navbar li {
	list-style: none;
	float: left;
	display: block;
	visibility: visible;
	width: 130px;
	margin-top: 3px;
}
ul#navbar li a {
	display: block;
	text-decoration: none; 
	color: #999;
	font: 16px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 130px;
	height: 20px;
}
ul#navbar li a:hover {
	color: #525788;
}
ul#navbar li ul {
	display: none;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d7d7d7;
}
ul#navbar li:hover ul, ul#navbar li.hover ul {
	position: absolute;
	display: block;
	text-align: left;
	border: 3px solid #d7d7d7;
	float: left;
	width: 135px;
	z-index: 1;
	margin-left: 15px;
	padding: 0;
}
ul#navbar li:hover li, ul#navbar li.hover li {
}
ul#navbar li:hover li a, ul#navbar li.hover li a {
	color: #525788;
	float: left;
	font: 14px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 3px;
	padding: 3px;
}
ul#navbar li li a:hover {
	
	color: #525788;
	background-color: #e7e7e7;
	padding: 3px;
	width: 129px;
}

/* end */

/* Nav Search Box */

#nav_search {
	height: 23px;
	display: block;
	font-size: 16px;
	line-height: 16px;
	text-align: right;
	color: #818181;
	position: relative;
	width: 240px;
	float: right;
	margin-top: 7px;
	margin-right: 5px;
}

#nav_search a {
	color: #818181;
}

#nav_search a:hover {
	color: #9a5791;
	text-decoration: underline;
}

#nav_search_box {
	width: 150px;
	border: 1px solid #a3a3a3;
	font-size: 14px;
	line-height: 14px;
	background: url(../images/form_bg.jpg) repeat-x;
	color: #818181;
	text-indent: 2px;
	text-align: left;
	vertical-align: middle;
}

/* @end */

/* Content */

#content {
	width: 980px;
	margin: auto;
	color: #545454;
	text-align: left;
	display: inline-block;
	position: relative;
}

/* @end */

/* Footer */

#footer {
	width: 978px;
	margin: auto;
	color: #818181;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	border: 1px solid #d7d7d7;
	padding-bottom: 3px;
	display: inline-block;
	position: relative;
	height: 35px;
	background: url(../images/img_ftrlogo.gif) no-repeat 96%;
}

#footer a {
	color: #818181;
	font: 14px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: .03em;
}

#footer a:hover {
	color: #181818;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul#footer_nav {
	display: block;
	width: 415px;
	position: relative;
	float: right;
	margin: 5px 145px 0 0;
	padding: 0;
	color: #818181;
}

#footer_nav li {
	list-style: none;
	position: relative;
	display: block;
	margin-right: 3px;
	margin-left: 3px;
	color: #818181;
	float: left;
}
#footer_nav li a {
	display: block;
	padding: 5px;
	text-decoration: none; 
	color: #818181;
	font: 14px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#footer_nav li a:hover {
	color: #181818;
	padding: 5px;
	font: 14px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer_copy {
	width: 225px;
	display: inline-block;
	text-align: right;
	color: #818181;
	font: 10px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	float: left;
	margin-top: 10px;
}
#img_cards {
	width: 170px;
	height: 23px;
	margin-right: 3px;
	margin-left: 10px;
	margin-top: 5px;
}

#footer_ad {
	width: 980px;
	height: 35px;
	margin: 15px auto 0;
	background: url(../images/ftr_bg.jpg) no-repeat;
	text-align: center;
	font-size: 16px;
	display: block;
	position: relative;
	line-height: 33px;
	color: #818181;
}

#footer_bold {
	font-size: 16px;
	color: #818181;
	font-weight: bold;
}

/* @end */

/* left-side column */

#left_column {
	width: 171px;
	text-align: left;
	display: block;
	float: left;
	margin-top: 5px;
}

#left_search {
	color: #525788;
	font: bold 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	width: 171px;
	height: 100px;
	display: block;
	float: left;
	background: #fff url(../images/leftsearch_bg.jpg) no-repeat;
	position: relative;
}

#left_search a {
	color: #525788;
	font: normal 14px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	letter-spacing: .04em;
	margin-top: 5px;
	display: inline-block;
	position: relative;
}

#left_search a:hover {
	color: #9a5791;
	font: normal 14px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	letter-spacing: .04em;
}

#left_lrg {
	color: #525788;
	font: bold 21px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	display: inline-block;
	margin-top: 8px;
}

#left_med {
	color: #525788;
	font: bold 17px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#left_search a {
	color: #818181;
}

#left_search a:hover {
	color: #545454;
}

#left_search_box {
	width: 145px;
	border: 1px solid #a3a3a3;
	font-size: 14px;
	background: url(../images/form_bg.jpg) repeat-x;
	color: #818181;
	text-indent: 2px;
	text-align: left;
	vertical-align: middle;
	height: 17px;
	line-height: 20px;
}

#left_nav {
	text-decoration: none;
	text-align: left;
	color: #818181;
	font: 12px/18px Verdana, sans-serif;
	list-style-type: none;
	width: 170px;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
}

ul#left_nav {
	color: #fff;
	font: 12px Verdana, sans-serif;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	width: 160px;
	padding-left: 5px;
	padding-top: 3px;
	display: block;
	float: left;
	position: relative;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
}

ul#left_nav a {
	color: #818181;
	font: 12px/18px Verdana, sans-serif;
	letter-spacing: .05em;
	text-decoration: none;
	list-style-type: none;
	padding: 3px 3px 3px 5px;
	text-align: left;
}

ul#left_nav a:hover {
	color: #525788;
	font: 12px/18px Verdana, sans-serif;
	text-align: left;
	list-style-type: none;
	width: 170;
	padding: 3px 3px 3px 5px;
	background-color: #efefef;
}

ul#left_nav:visited {
	text-decoration: none;
	color: #545454;
	list-style-type: none;
}


ul#left_nav li {
	list-style-type: none;
}


#left_nav_title {
	text-decoration: none;
	text-align: left;
	color: #636363;
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 170px;
	height: 21px;
	float: left;
	background: url(../images/leftnav_hdr.jpg) no-repeat;
	display: inline-block;
	margin-top: 12px;
	text-indent: 15px;
	margin-bottom: 0;
	letter-spacing: .03em;
	vertical-align: bottom;
}

#left_nav_btm {
	width: 170px;
	height: 5px;
	display: inline-block;
	background: url(../images/navbdr_btm.jpg);
	margin-bottom: 3px;
	position: relative;
	color: #818181;
	margin-top: 0;
	float: left;
}

/* end */

/* copy */

#container {
	width: 795px;
	display: block;
	float: right;
	color: #818181;
	text-align: left;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	font: 14px/17px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* end */

/* crumbs */

#crumbs {
	color: #818181;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin-left: 187px;
	padding-top: 5px;
}

#crumbs a {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #818181;
}

#crumbs a:hover {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	color: #181818;
}

/* end */



/* results */

#results {
	color: #525788;
	font: 12px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

#results_bold {
	color: #525788;
	font: bold 12px/12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

#results a {
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	color: #525788;
}

#results a:hover {
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	color: #181818;
}

#page_links {
	color: #525788;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	float: right;
	display: block;
	position: relative;
	margin-top: 25px;
}

#page_links a {
	color: #525788;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

#page_links a:hover {
	color: #181818;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#page_links a:active {
	color: #3a3d61;
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

.drop_menu {
	width: 200px;
	display: block;
	position: relative;
	float: left;
}

/* end */

/* content blocks large */

#block_wide {
	display: inline-block;
	width: 791px;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	position: relative;
	margin-bottom: 10px;
}

#block_wide_bar {
	text-decoration: none;
	text-align: left;
	color: #636363;
	font: 15px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 792px;
	height: 21px;
	background: url(../images/block_wide_bar.jpg) no-repeat;
	display: inline-block;
	margin-bottom: 0;
	text-indent: 10px;
	letter-spacing: .03em;
}

#block_wide_title {
	text-decoration: none;
	text-align: center;
	color: #818181;
	font: 15px "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 792px;
	height: 5px;
	background: url(../images/block_wide_top.gif) no-repeat;
	display: inline-block;
	margin-bottom: 0;
}

#block_wide_btm {
	width: 792px;
	height: 5px;
	color: #818181;
	background: url(../images/block_wide_btm.gif) no-repeat;
	display: inline-block;
	position: relative;
	margin-top: 0;
	top: -10px;
	margin-bottom: 0;
}

#block_wide_text {
	width: 500px;
	height: 210px;
	position: relative;
	display: inline-block;
	float: right;
	padding: 25px 10px 5px;
	color: #545454;
	font: bold 20px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}


#block_text_price {
	color: #525788;
	font: bold 28px/30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .05em;
}

/* end */

/* Red Buttons - All Sizes */

#btn_lrg_txt {
	color: #fff;
	font: bold 20px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: auto;
	display: block;
	padding-top: 10px;
	height: 36px;
}

#btn_lrg_txt a {
	color: #fff;
	font: bold 20px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#btn_lrg
  {
    display: block;
    width: 152px;
    height: 47px;
    background: url(../images/btn_lrg_off.jpg) no-repeat 0 0;
	float: right;
	margin-right: 180px;
	margin-top: 15px;
}

#btn_lrg:hover
  { 
    background: url(../images/btn_lrg_on.jpg) no-repeat 0 0;
	color: #2f2f2f;
}

#btn_big_txt {
	color: #fff;
	font: bold 20px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: auto;
	display: block;
	padding-top: 10px;
	height: 36px;
}

#btn_big_txt a {
	color: #fff;
	font: bold 20px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#btn_big
  {
    display: inline-block;
    width: 152px;
    height: 47px;
    background: url(../images/btn_lrg_off.jpg) no-repeat 0 0;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
}

#btn_big:hover
  { 
    background: url(../images/btn_lrg_on.jpg) no-repeat 0 0;
	color: #2f2f2f;
}

#btn_sm_txt {
	color: #fff;
	font: bold 10px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: auto;
	display: block;
}

#btn_sm_txt a {
	color: #fff;
	font: bold 10px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#btn_sm
  {
    display: block;
    width: 76px;
    height: 24px;
    background: url(../images/btn_sm_off.jpg) no-repeat 0 0;
	float: right;
	margin-right: 25px;
	margin-top: 5px;
}

#btn_sm:hover
  { 
    background: url(../images/btn_sm_on.jpg) no-repeat 0 0;
	color: #2f2f2f;
}

/* end */

/* content blocks small */

ul#block_sm_contain {
	list-style-type: none;
	text-align: center;
	display: block;
	position: relative;
	float: right;
	margin-bottom: auto;
	margin-top: 0;
	margin-left: auto;
	width: 795px;
}

ul#block_sm_contain li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 10px;
	position: relative;
	margin: 0 auto auto;
	width: 250px;
	text-align: center;
}

#block_small {
	display: block;
	width: 248px;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
}

#block_small_ad {
	display: block;
	width: 248px;
	border-right: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	background: url(../images/img_ad.jpg) no-repeat 100px bottom;
	height: 195px;
}

#block_small_txt {
	color: #545454;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	width: 160px;
	height: 140px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

#block_small_bld {
	color: #525788;
	font: bold 14px/20px Verdana, sans-serif;
}

#block_small_num {
	color: #98090a;
	font: 14px/18px Verdana, sans-serif;
	letter-spacing: .09em;
}

#block_small_txt a {
	color: #98090a;
	font: 12px/20px Verdana, sans-serif;
}

#block_small_txt a:hover {
	color: #720608;
	font: 12px/20px Verdana, sans-serif;
	text-decoration: underline;
}

#block_small_top {
	text-decoration: none;
	text-align: center;
	color: #818181;
	font: 15px Verdana, sans-serif;
	width: 250px;
	height: 7px;
	background: url(../images/block_small_top.gif) no-repeat;
	display: block;
	padding-bottom: 0;
	margin-bottom: 0;
}

#block_small_btm {
	width: 250px;
	height: 4px;
	color: #818181;
	background: url(../images/block_small_btm.gif) no-repeat;
	display: block;
	position: relative;
	margin-top: 0;
	padding-top: 0;
}


/* end */

/* content blocks square */

#block_sqr_contain {
	display: inline-block;
	width: 795px;
	border-left: 1px solid #d7d7d7;
	position: relative;
	margin-bottom: 10px;
}

#block_sqr {
	width: 260px;
	height: 155px;
	margin: 0 1px 0 0;
	display: inline-block;
	position: relative;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
	float: left;
	padding: 1px;
}

#block_sqr_txt {
	width: 100px;
	padding: 15px 3px 3px;
	display: block;
	float: right;
	text-align: left;
	color: #545454;
	font: bold 14px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	margin-right: 2px;
}

#block_lil_price {
	color: #98090a;
	font: normal 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#block_sqr_price {
	color: #525788;
	font: bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .05em;
}

#block_sqr_price a {
	color: #525788;
	font: bold 18px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .05em;
}

#block_sqr_price a:hover {
	color: #3a3d61;
	font: bold 18px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
	letter-spacing: .05em;
}

/* end */



/* content blocks small */

#block_sm_container {
	list-style-type: none;
	text-align: center;
	display: inline-block;
	position: relative;
	float: right;
	margin-top: 7px;
	margin-left: auto;
	margin-bottom: 15px;
}

#block_sm_name {
	color: #525788;
	text-align: center;
	font: bold 16px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#block_sm_name a {
	color: #525788;
	text-align: center;
	font: bold 16px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#block_sm_name a:hover {
	color: #3a3d61;
	text-align: center;
	font: bold 16px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#block_sm_price {
	color: #98090a;
	font: 12px/25px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	letter-spacing: .03em;
}


#block_sm_left {
	list-style-type: none;
	display: inline-block;
	float: left;
	position: relative;
	width: 250px;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#block_sm_mid {
	list-style-type: none;
	display: block;
	float: left;
	position: relative;
	width: 250px;
	text-align: center;
	margin-top: 0;
	margin-left: 22px;
	margin-right: 22px;
}

#block_sm_right {
	list-style-type: none;
	display: inline-block;
	float: left;
	position: relative;
	width: 250px;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

/* end */

/* Product Detail */

#detail_wide_text {
	width: 520px;
	position: relative;
	display: inline-block;
	float: right;
	color: #525788;
	font: bold 16px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	padding-right: 15px;
	padding-top: 15px;
	padding-left: 10px;
}

#detail_bold_text {
	color: #525788;
	font: bold 18px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

#detail_red_text {
	color: #98090a;
	font: normal 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	display: block;
	float: right;
}

#detail_descript_text {
	color: #525788;
	font: normal 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
}

#detail_descriptbld_text {
	color: #525788;
	font: bold 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}

#detail_img {
	width: 240px;
	float: left;
	text-align: center;
	position: relative;
	display: block;
	margin-bottom: 5px;
}

#detail_thumb {
	display: inline-block;
	width: 100px;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #525788;
	float: left;
	margin-left: 10px;
	margin-bottom: 5px;
}

#detail_thumb a {
	text-decoration: underline;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #525788;
}

#detail_thumb a:hover {
	text-decoration: underline;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #9a5791;
}

#detail_order_text {
	width: 520px;
	position: relative;
	display: inline-block;
	color: #545454;
	font: bold 18px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	padding-top: 10px;
	float: right;
	padding-right: 15px;
	padding-bottom: 10px;
}

#detail_orderbld_text {
	color: #525788;
	font: bold 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	padding-top: 5px;
	display: block;
}

#detail_option {
	display: block;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	width: 520px;
}

#detail_price {
	color: #525788;
	font: bold 20px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	width: 140px;
	display: inline-block;
	position: relative;
	float: right;
	margin-top: -22px;
}

#detail_option_bold {
	color: #545454;
	font: bold 16px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	position: relative;
	display: block;
	width: 370px;
}

.detail_extras {
	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #525788;
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#detail_extras {
	text-decoration: underline;
	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #525788;
	float: right;
}

#detail_extras a {
	text-decoration: underline;
	font: normal 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #525788;
	width: 150px;
	float: right;
	display: block;
}

#detail_extras a:hover {
	text-decoration: underline;
	font: normal 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right;
	color: #9a5791;
}
#select_box {
	width: 520px;
	position: relative;
	display: inline-block;
	text-align: right;
	color: #525788;
}

.select_drop {
	width: 150px;
	margin-top: 1px;
	padding-right: 0;
	margin-right: 0;
	color: #525788;
}

/* end */



/* order page */

#grey_bar {
	width: 791px;
	height: 25px;
	background-color: #d7d7d7;
	color: #525788;
	text-align: left;
	font: 16px/23px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	position: relative;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	text-indent: 15px;
}

#bar_wide {
	width: 795px;
	height: 25px;
	color: #525788;
	text-align: left;
	font: 16px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline-block;
	position: relative;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}

#order_left {
	float: left;
	display: block;
	width: 375px;
	line-height: 25px;
	position: relative;
	margin-top: 3px;
	margin-left: 10px;
}

#order_right {
	float: right;
	display: block;
	width: 375px;
	text-align: right;
	line-height: 25px;
	margin-right: 10px;
	margin-top: 3px;
}

#order_form_box {
	width: 375px;
	margin: auto;
	line-height: 25px;
	text-align: right;
}

.order_form {
	width: 200px;
	border: 1px solid #a3a3a3;
	font-size: 14px;
	background: url(../images/form_bg.jpg) repeat-x;
	color: #818181;
	text-indent: 2px;
	text-align: left;
	vertical-align: middle;
	height: 17px;
	line-height: 20px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left: 3px;
}

.order_form_message {
	width: 205px;
	border: 1px solid #a3a3a3;
	background: url(../images/form_bg.jpg) repeat-x;
	color: #818181;
	text-indent: 2px;
	text-align: left;
	vertical-align: middle;
	height: 50px;
	margin-top: 5px;
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
}
/* end */


/* pre-loaded images */

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

/* end */
