html, body {
	width:100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
body {
	font-family:Arial;
	font-size:12px;
	background-color:#ffffff;
	background-repeat: no-repeat;
	color: #ffffff;
}
h1, h2, h3, h4, p, form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
#site_wrapper{
	width: 100%;
	padding-bottom: 0px;
	background-color: transparent; /* optional values: transparent (default), hexacolor */
	background-image: url(../images/bg_repeat.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
#site_wrapper.home, #site_wrapper.page2{
	width: 100%;
	padding-bottom: 0px;
	background-image: url(../images/bg_repeat_hp.jpg);
}
#site_wrapper_inner {
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
#site {
	position: relative;
	margin: 0 auto; /* this centers the site in the middle of the window, remove it to align the site to the left or right according to the site direction */
	width: 990px;
}
/* start of header style */
#news_line {
	margin: 0 10px; /* set the spacing around the element: [top and bottom]px [right and left]px */
	height: 18px;
}
#news_line a {
	color: #7494a1;
	text-decoration: none;
}
#top_swf_container {
	margin-bottom: 0px;
}
/* end of header style */

/* start of main menu style */
#main_menu {
	position: absolute;
	top: 300px;
	height: 20px;
	z-index: 100;
}
/* these set the style for all the menu items  */
#main_menu ul {
	margin: 0 0px;
	padding: 0;
	list-style: none;
}
#main_menu ul li {
	margin:0;
	padding:0 1px;
	position:relative;
}
#main_menu ul li.sep {
	padding:0;
	width: 5px;
	height: 23px;
}
#main_menu ul li.sep2 {
	padding:0;
	width: 290px;
	height: 23px;
}
#main_menu ul li.sep img {
	margin-top: 0px;
}

#main_menu ul li a:link,
#main_menu ul li a:visited {
	padding:0;
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height: 23px;
	color: #7494a1;
background-color: none;
}

#main_menu ul li:hover a,
#main_menu ul li a:hover,
#main_menu ul li a:active {
	padding:0;
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height: 23px;
	color: #fd6001;
background-color: none;
}
#main_menu ul li.sep2 a:link, #main_menu ul li.sep2 a:visited, #main_menu ul li.sep2 a:hover, #main_menu ul li.sep2 a:active  {
	background-color: transparent;
}

#main_menu ul li span.selected {
	padding:0;
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height: 23px;
	color: #ffffff;
}
/* these set the style for all the sub menu items  */
#main_menu ul ul {
	position:absolute;
	top:19px;
	margin: 0;
	padding-top: 1px;
	padding-bottom: 4px;
	width: 95px;
	height: auto;
	list-style: none;
	background-image: url(../images/blank.gif); /* optional values: none (default), url(path) */
	/*background-color: inherit; */ /* optional values: transparent (default), hexacolor */
	/*filter:alpha(opacity=50);*/ /* IE's opacity - optional values: 0 - 100*/
	/*opacity: 0.5; */ /*FF opacity - optionalo values: 0 - 1 */
	display:none;
	z-index: 1000;
}
#main_menu ul li:hover ul {
	display:block;
}
#main_menu ul ul li {
	clear:both;
	width: 100%;
	padding: 5px 0px;
	font-family: Arial;
	background-image: none; /* optional values: none (default), url(path)  */
}
#main_menu ul ul li.first {
	background-image: none; /* optional values: none (default), url(path)  */
}
#main_menu ul ul li.last {
	background-image: none; /* optional values: none (default), url(path)  */
}
#main_menu ul ul li a:link,
#main_menu ul ul li a:visited {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	font-weight: normal;
	font-size:12px;
	line-height: 10px;
	color: #7494a1;
}
#main_menu ul ul li:hover a,
#main_menu ul ul li a:hover,
#main_menu ul ul li a:active {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
	line-height: 10px;
	color: #fd6001;
}
#main_menu ul ul li span.selected {
	width: 100%;
	height: auto;
	padding:0px;
	display:block;
	text-decoration:none;
	font-size:12px;
	font-weight: normal;
	line-height: 10px;
	color: #7494a1;
	background-color: #7494a1;
	background-image: none; /* optional values: none (default), url(path)  */
}
/* end of main menu style */

/* start of group login style */
#group_login {
	position: absolute;
	top: 3px;
	height: 30px;
	z-index: 100;
}
#group_login label {
	font-family: arial;
	font-size: 12px;
	color: #cccccc;
	vertical-align: bottom;
}
#group_login input.text {
	width: 55px;
	height: 8px;
	border: solid 1px #939393;
	background-color: #7494a1;
	font-family: arial;
	font-size: 10px;
	color: #7494a1;
	vertical-align: bottom;
}
#group_login input.btn {
	vertical-align: middle;
}
#group_login span.error {
	font-size: 12px;
	color: #ff0000;
}
/* end of group login style */

/* start of breadcrumbs menu style */
#breadcrumbs {
	margin-top: 1px;
}
#breadcrumbs a {
	color: #7494a1;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #7494a1;
	font-weight: bold;
	text-decoration: underline;
}
/* end of breadcrumbs menu style */

/* start of home1 and inner pages style */
#main {
}
#side_block {
	margin-top: 8px;
	width: 100px;
}
#content {
	position: relative;
	margin-top: 12px;
	width: 448px;
	font-size: 12px;
	line-height: 18px;
	color: #7494a1;
	text-align: justify;
	z-index: 10;
}
#content h1 { /* the page title */
	margin-bottom: 20px;
        text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #9eb4bd;
}
#content h2 {
	font-size: 13px;
	font-weight: bold;
	color: #94afba;
	text-decoration: none;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #7494a1;
	text-decoration: none;
}
#content h4 {
	font-size: 12px;
	font-weight: normal;
	color: #7494a1;
	text-decoration: underline;
}
#content a {
	font-size:12px;
	font-weight: normal;
	color: #c7d4d9;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#side_swf_container {
	margin-top: 1px;
}
#main_swf_container {
	margin-top: 80px;
	z-index: 0;
}
/* end of home1 and inner pages style */

/* start of side menu style */
#side_menu {
	width: 162px;
}
/* these set the style for all the menu items  */
#side_menu ul {
	margin: 0;
	padding: 0;
	list-style: none; /*  optional values: none, disc, square (default) , decimal (1,2,3...), decimal-leading-zero (01,02,03...), lower-alpha (a,b,c), lower-roman (i,ii,iii...), upper-alpha (A,B,C...), upper-roman (I,II,III...)  */
}
#side_menu ul li.main {
	margin:0;
	padding:0;
	background-image: url(../Images/side_menu_bg.gif); /* optional values: none, url(path)  */
	background-repeat: no-repeat;
}
#side_menu ul li.main a:link,
#side_menu ul li.main a:visited {
	width: 134px;
	line-height: 32px;
	padding: 0;
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size:14px;
	color: #d6d6d6;
}
#side_menu ul li.main:hover {
	 /*background-image: url(../Images/side_menu_bg_mo.gif); *//* optional values: none, url(path)  */
}
#side_menu ul li.main:hover a,
#side_menu ul li.main a:hover,
#side_menu ul li.main a:active {
	width: 134px;
	padding: 0;
	line-height: 32px;
	display:block;
	text-decoration:none;
	font-size:14px;
	font-weight: bold;
	color: #FDF3F2;
}
#side_menu ul li.main span.selected {
	background-image: url(../Images/side_menu_bg.gif); /* optional values: none, url(path)  */
	background-repeat: no-repeat;
	width: 134px;
	line-height: 32px;
	padding: 0;
	display:block;
	text-decoration:none;
	font-weight: bold;
	font-size:14px;
	color: #D63D14;
}
/* these set the style for all the sub menu items  */
#side_menu ul li.sub {
	margin:0;
	padding:0;
	height: 16px;
	background-image: url(../Images/side_sub_menu_bg.gif); /* optional values: none, url(path)  */
	background-repeat: no-repeat;
}
#side_menu ul li.sub a:link,
#side_menu ul li.sub a:visited {
	width: 126px;
	height: 16px;
	line-height: 16px;
	padding: 0;
	display:block;
	text-decoration:none;
	font-weight: normal;
	font-size:14px;
	color: #FDF3F2;
}
#side_menu ul li.sub:hover {
	/*background-image: url(../Images/side_sub_menu_bg_mo.gif);*/ /* optional values: none, url(path)  */
}
#side_menu ul li.sub:hover a,
#side_menu ul li.sub a:hover,
#side_menu ul li.sub a:active {
	width: 126px;
	height: 16px;
	line-height: 16px;
	padding: 0;
	display:block;
	text-decoration:none;
	font-weight: normal;
	font-size:14px;
	color: #d6d6d6;
}
#side_menu ul li.sub span.selected {
	background-image: url(../Images/side_sub_menu_bg.gif); /* optional values: none, url(path)  */
	background-repeat: no-repeat;
	width: 126px;
	height: 16px;
	line-height: 16px;
	padding: 0;
	display:block;
	text-decoration:none;
	font-weight: normal;
	font-size:14px;
	color: #D63D14;
}
/* end of side menu style */

/* start of news scroller style */
#news_scroller {
	margin-top: 18px;
margin-bottom: 12px;
	width: 130px;
}
#news_scroller h3.news_scroller a {
	font-size: 14px;
	color: #FDF3F2;
	text-decoration: none;
}
#news_scroller #marqueecontainer, #news_scroller #marqueecontainer2 {
	position: relative;
	margin-top: 5px;
	width: 130px; /*marquee width */
	height: 110px; /*marquee height */
	overflow: hidden;
	/*border: 1px solid orange;*/
}
#news_scroller h4 {
	margin-bottom: 5px;
}
#news_scroller h4 a.scroller-title {
	font-size: 12px;
	color: #7494a1;
	font-weight: bold;
	text-decoration:none;
}
#news_scroller a.scroller-text {
	font-size: 12px;
	color: #7494a1;
	text-decoration:none;
}
/*end of news scroler style */

/* start of home2 style */
#main.home2 #content {
	margin-top: 10px;
	width: 525px;
}
#main.home2 #content h1 { /* the page title */
	margin-bottom: 30px;
	text-align: center;
	font-size: 26px;
	color: #C0AAA3;
}
/* end of home2 style */

/* start of home3 style */
#main.home3 #content {
	margin-top: 10px;
	width: 535px;
}
#main.home3 #content h1 { /* the page title */
	margin-bottom: 30px;
	text-align: center;
	font-size: 26px;
	color: #C0AAA3;
}
/* end of home3 style */

/* start of home4 and page2 style */
#main.home4, #main.page2 {
	position: relative;
}
#main.home4 #site_wrapper, #main.page2 #site_wrapper{
	width: 100%;
	padding-bottom: 15px;
	background-color: #7494a1; /* optional values: transparent (default), hexacolor */
	background-image: url(../images/bg_repeat.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#main.home4 #main_menu, #main.page2 #main_menu  {
	position: relative;
	top:840px;
	width: 850px;
}
#main.home4 #side_block, #main.page2 #side_block {
	position: relative;
	margin-top: 78px;
	z-index: 10;
}
#main.home4 #content, #main.page2 #content {
	margin-top: -20px;
	line-height: 16px;
	width: 448px;
	font-size: 12px;
	color: #7c9eb1;
}
#main.home4 #content h1, #main.page2 #content h1 { /* the page title */
	margin-bottom: -2px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color: #c0ced4;
}
#main.home4 #main_swf_container, #main.page2 #main_swf_container {
	float: none;
	position: absolute;
	top: 0;
}
#main.home4 #main_swf_container, #main.page2 #main_swf_container {
	margin-top: 0px;
	z-index: 0;
}

/* end of home4 style */

/* start of slides page style */
#page_slides {
	margin-top: 10px;
	text-align: center;
	width: 600px;
}
#page_slides img.next, #page_slides img.prev {
	margin-top: 50px;
	width: 42px;
	height: 53px;
}
#page_slides #previewPane {
	margin: 0 auto;
	width: 505px;
}
#page_slides #previewPane img {
	border: 1px solid #d6d6d6;
}
#page_slides #waitMessage{
	display:none;
	position:relative;
	z-index:10;
}
#page_slides #largeImageCaption{
	width: 600px;
}
#page_slides #largeImagetitle{
	width: 600px;
	font-weight: bold;
}
/* end of slides page style */

/* start of category page style */
#page_category {
	margin-top: 20px;
	width: 107%;
}
#page_category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page_category ul li {
	width: 24.9%;
	height: 175px;
	text-align: center;
background-image: none;
}
#page_category ul li div.title {
	margin: 0 auto;
	height: 20px;
	line-height: 20px;
}
#page_category ul li a {
	font-size: 15px;
	color: #9e0144;
	font-weight: bold;
	text-decoration: none;
}
#page_category ul li a:hover {
	font-size: 15px;
	color: #7494a1;
	font-weight: bold;
	text-decoration: none;
}
#page_category ul li div.pic_wrapper { /* fix for ff not accepting margin: 0 auto; on table-cell elements */
	margin: 0 auto;
	width: 135px;
}
#page_category ul li div.pic {
	display: table-cell;
	width: 135px;
	height: 137px;
	line-height: 135px;
	border: solid 1px #d6d6d6;
	vertical-align: middle;
}
#page_category ul li div.pic img {
	vertical-align: middle;
}
/* end of category page style */

/* start of catalog page style */
#page_catalog {
	margin-top: 5px;
	width: 107%;
}
#page_catalog ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#page_catalog ul li {
	margin-bottom: 15px;
	width: 24.9%;
	text-align: center;
background-image: none;
}
#page_catalog ul li div.details {
	margin: 0 auto;
	height: 27px;
	font-size: 12px;
	line-height: 15px;
	color: #7494a1;
}
#page_catalog ul li div.details .title {
}
#page_catalog ul li div.details .price {
	font-weight: bold;
}
#page_catalog ul li a {
	/*font-size: 10px;*/
	font-weight: normal;
	color: #7494a1;
	text-decoration: none;
}
#page_catalog ul li a:hover {
	/*font-size: 10px;*/
	font-weight: noraml;
	color: #7494a1;
	text-decoration: none;
}
#page_catalog ul li div.pic_wrapper { /* fix for ff not accepting margin: 0 auto; on table-cell elements */
	margin: 0 auto;
	width: 95px;
}
#page_catalog ul li div.pic a{
	display: table-cell;
	width: 95px;
	padding: 2px;
	border: solid 1px transparent;
	vertical-align: middle;
}
#page_catalog ul li div.pic a:hover{
	border: solid 1px #fd6001;

}
#page_catalog ul li div.pic img {
	vertical-align: middle;
}
#page_catalog #paging {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #d6d6d6;
	font-weight: bold;
}
#page_catalog #paging .selected {
	padding: 4px;
	color: #7494a1;
	Background-color: #d6d6d6;
}
#page_catalog #paging a {
	padding: 4px;
	color: #7494a1;
	text-decoration: underline;
}
#page_catalog #paging a:hover {
	padding: 4px;
	color: #7494a1;
	text-decoration: none;
}
/* end of catalog page style */

/* start of gallery page style */
#page_gallery {
	margin-top: 10px;
background-image: none;
}
#page_gallery #previewPane {
	width: 78%
}
#page_gallery #previewPane img {
	/*width: 504px;*/
	border: 1px solid #d6d6d6;
}
#page_gallery #waitMessage{
	display:none;
	position:relative;
	z-index:10;
}
#page_gallery #largeimageorder {
	margin-top: 3px;
	width: 0%;
	font-size: 14px;
	color: #9e0144;
}
#page_gallery #largeimageorder a {
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #00194F;
	text-decoration: none;
	background-color: #9e0144;
}
#page_gallery #largeimageorder .price {
	margin-top: 2px;
	font-weight: bold;
}
#page_gallery .details {
	width: 100%;
}
#page_gallery .details #largeImageCaption{
}
#page_gallery .details #largeImagetitle{
	font-weight: bold;
	color: #9e0144;
}
#page_gallery #theImages {
	width: 19%;
	background-color: none;
}
#page_gallery #theImages img {
	margin-bottom: 2px;
	filter: alpha(opacity=88);
	opacity: 0.88;
	cursor:pointer;
	border: 1px solid #d6d6d6;
}
#page_gallery #theImages .imageCaption, #page_gallery #theImages .imageTitle, #page_gallery #theImages .imageAlt, #page_gallery #theImages .imageOrder {
	display:none;
}
#page_gallery #paging {
	clear: both;
	font-size: 12px;
	color: #9e0144;
	font-weight: bold;
}
#page_gallery #paging .selected {
	padding: 4px;
	color: #7494a1;
	Background-color: #9e0144;
}
#page_gallery #paging a {
	padding: 4px;
	color: #9e0144;
	text-decoration: underline;
}
#page_gallery #paging a:hover {
	padding: 4px;
	color: #9e0144;
	text-decoration: none;
}
/* end of gallery page style */

/* start of flash-galery page style */
#page_flash-galery {
}
/* end of flash-galery page style */

/* start of reports page style */
#page_reports {
	margin-top: 10px;
}
#page_reports .item, #page_reports .item2 {
position: relative;
background-image: none;
}
#main.home4 #page_reports .item, #main.home4 #page_reports .item2 {
background-image: none;
}
#main.page2 #page_reports .item, #main.page2 #page_reports .item2 {
background-image: none;
}
#page_reports .item2, #main.home4 #page_reports .item2, #main.page2 #page_reports .item2 {
	width: 48%;
}

#page_reports .item .pic {
	width: 24%;
	text-align: center;

}
#page_reports .item .p {
	width: 75%;
}
#page_reports .item2 .pic {
	width: 42%;
	text-align: center;

}
#page_reports .item2 .p {
	width: 55%;
}
#page_reports .item img, #page_reports .item2 img {
	border: 1px solid #d6d6d6;
}
#page_reports .item a, #page_reports .item2 a {
	font-size: 12px;
	color: #9e0144;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
}
#page_reports .item h2 a, #page_reports .item2 h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #9e0144;
	text-decoration: none;
}
#page_reports .spacer {
	clear: both;
	height: 10px;
}
#page_reports .spacer_ver {
	width: 4%;
	height: 1px;
}
#page_reports #paging {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #4e4d4d;
	font-weight: bold;
}
#page_reports #paging .selected {
	padding: 4px;
	color: #ffffff;
	Background-color: #4e4d4d;
}
#page_reports #paging a {
	padding: 4px;
	color: #4e4d4d;
	text-decoration: underline;
}
#page_reports #paging a:hover {
	padding: 4px;
	color: #7494a1;
	text-decoration: none;
}
/* end of reports page style */

/* start of scroll page style */
#page_scroll .text{
	width: 465px;
}
#page_scroll .big{
	width: 100%;
}
#page_scroll .pics{
	margin-top: -3px;
	width: 152px;

}
#page_scroll .pics .item {
	margin-top: 10px;
	text-align: center;
background-image: none
}
#page_scroll .pics .item img {
	border: 1px solid #d6d6d6;
}
#page_scroll .pics .item a {
	font-size: 12px;
	color: #9e0144;
	font-weight: normal;
	text-decoration: none;
}
/* end of scroll page style */

/* start of video page style */
#page_video {
	padding-top: 30px;
}
#page_video .vid{
	width: 480px;
	background-color: #7494a1;
	border: solid 1px #947BA5;
	text-align: center;
}
#page_video .list{
	width: 100px;
}
#page_video .list .item {
	margin-bottom: 10px;
}
#page_video .list .item img {
}
#page_video .list .item a {
	color: #d6d6d6;
	font-weight: normal;
	text-decoration: none;
}
/* end of video page style */

/* start of photo page style */
#page_photo {
}
#page_photo a {
	font-size:14px;
	font-weight: bold;
	color: #7494a1;
	text-decoration: underline;
}
#page_photo a:hover {
	font-size:14px;
	font-weight: bold;
	color: #9e0144;
	text-decoration: none;
}
#page_photo h2 {
	margin-top: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #9e0144;
}
#page_photo .pic {
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #d6d6d6;
}
#page_photo .details {
	width: 60%;
}
#page_photo .buy {
	width: 30%;
}
#page_photo .buy .price {
	font-weight: bold;
}
#page_photo .buy a {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #00194F;
	text-decoration: none;
	background-color: #7494a1;
}
#page_photo .buy a:hover {
	color: #00194F;
}
/* end of photo page style */

/* start of monologs page style */
#page_monologs {
	margin-top: 10px;
}
#page_monologs table tr th { /*table header*/
	background-color: #d0ac9e;
	color: #7494a1;
	font-weight: bold;
}
#page_monologs table tr td { /*table data*/
	border-bottom: solid 1px #d0ac9e;
}
#page_monologs #paging {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #d6d6d6;
	font-weight: bold;
}
#page_monologs #paging .selected {
	padding: 4px;
	color: #7494a1;
	Background-color: #d6d6d6;
}
#page_monologs #paging a {
	padding: 4px;
	color: #7494a1;
	text-decoration: underline;
}
#page_monologs #paging a:hover {
	padding: 4px;
	color: #7494a1;
	text-decoration: none;
}
/* end of reports page style */

/* start of contact form style */
fieldset {
	font-weight: normal;
}
fieldset legend {
	margin-bottom: 21px;
	color:#ff6600;
}
fieldset label {
	display: block;
	width: 65px;
}
fieldset input.text_field, fieldset input.short_text_field, fieldset textarea {
	margin-bottom: 12px;
	width: 200px;
	height: 18px;
	border: solid 1px #7494a1;
}
fieldset input.short_text_field {
	width: 100px;
}
fieldset textarea {
	height: 62px;
	overflow: auto;
}
fieldset input.button {
	font-size: 12px;
	color: #ffffff;
	background-color: #ff6600;
	border: none;
	height: 20px;
	width: 52px;
	font-weight: bold;
}
span.error {
	font-weight: normal;
	color: #ff0000;
}
/* end of contact form style */

/* start of shopping cart style */
table.cart {
	width: 100%;
}
table.cart tr.titles {
	background-color: #d6d6d6;
	font-weight: bold;
	color: #7494a1;
}
table.cart tr.products {
	background-color: #483644;
	color: #7494a1;
}
table.cart tr.products td hr {
	color: #d6d6d6;
	height: 1px;
}
table.cart tr.products td input.qty {
	border: solid 1px  #d6d6d6;
	font-size: 12px;
}
table.cart tr.products td input.update {
	background-color:  #d6d6d6;
	border: solid 1px  #d6d6d6;
	color: #7494a1;
	font-size: 12px;
}
table.cart tr.products td a {
	font-size:12px;
	font-weight: bold;
	color: #d6d6d6;
	text-decoration: underline;
}
table.cart tr.products td a:hover {
	font-size:12px;
	font-weight: bold;
	color: #d6d6d6;
	text-decoration: none;
}
table.cart tr.products td.shipping {
	font-weight: bold;
	text-align: left;
}
table.cart tr.products td.shipping select {
	font-size: 12px;
}
#page_catalog a.shop-go {
	padding: 2px;
	font-size:12px;
	font-weight: bold;
	color: #7494a1;
	text-decoration: none;
	background-color: #d6d6d6;
}
/* end of shopping cart style */

/* start of footer style */
#footer {
	clear: both;
	margin: 4px auto;
	padding: 0 12px;
	width: 841px;
	font-size: 12px;
	font-weight: bold;
	color: #1a5271;
	text-align: center;
}
#footer a {
	font-size:12px;
	font-weight: bold;
	color: #1a5271;
	text-decoration: underline;
}
#credit {
	font-size: 12px;
	font-weight: normal;
	color: #cb0202;
}
#credit a {
	font-size: 12px;
	font-weight: normal;
	color: #cb0202;
	text-decoration: underline;
}
#bottom_text {
	margin: 20px auto;
	width: 980px;
	line-height: 20px;
	color: #7494a1;
}
#bottom_menu {
	margin: 20px auto;
	width: 990px;
	text-align: center;
	line-height: 20px;
}
#bottom_menu a {
	font-size:12px;
	color: #7494a1;
	text-decoration: none;
}
#bottom_menu a:hover {
	text-decoration: underline;
}
/* end of footer style */

.clearboth {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
