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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#fff;
	background-image:url("../templates/main_images/vintage-wallpaper.jpg");
	background-position:top;
	background-repeat:repeat;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#clear {
	clear:both;
}


/* ----------- main page images -------------- */

.slice_4 {
	background-image: url(../templates/main_images/image_04.png);
	width:7px;
	height:100px;
}

.slice_6 {
	background-image:url(../templates/main_images/image_06.png);
	background-repeat:repeat-x;
	height:74px;
}

.slice_10 {
	background-image:url(../templates/main_images/image_10.png);
	width:34px;
	height:26px;
}

.slice_14 {
	background-image:url(../templates/main_images/image_14.png);
	background-repeat:repeat-x;
	height:26px;
}

.slice_8 {
	background-image:url(../templates/main_images/image_08.png);
	width:7px;
	height:100px;
}

.slice_16 {
	background-image:url(../templates/main_images/image_16.png);
	width:30px;
	height:582px;
}

.slice_15 {
	background-image:url(../templates/main_images/image_15.png);
	width:7px;
	background-repeat:repeat-y;
}

.slice_18 {
	background-image:url(../templates/main_images/image_18.png);
	width:28px;
	height:582px;
}

.slice_19 {
	background-image:url(../templates/main_images/image_19.png);
	width:7px;
	background-repeat:repeat-y;
}

.slice_21 {
	background-image:url(../templates/main_images/image_21.png);
	width:30px;
	background-repeat:repeat-y;
}

.slice_22 {
	background-image:url(../templates/main_images/image_22.png);
	width:28px;
	background-repeat:repeat-y;
}

.slice_26 {
	background-image:url(../templates/main_images/image_26.png);
	width:30px;
	height:59px;
	background-position:top;
}

.slice_27 {
	background-image:url(../templates/main_images/image_27.png);
	width:28px;
	height:59px;
	background-position:top;
}

.slice_28 {
	background-image:url(../templates/main_images/image_28.png);
	width:778px;
	height:59px;
	background-position:top;
	text-align:left;
}

.main_body_bg {
	background-image:url(../templates/main_images/main_body_bg.png);
	background-repeat:repeat;
	padding-left:30px;
	padding-right:28px;
	text-align:left;
	color: #666666;
	width:778px;
}

.left_line_bottom {
	background-image:url(../templates/main_images/image_30.png);
	width:7px;
	height:35px;
}

.bottom_bg_fade {
	background:url(../templates/main_images/image_31.png);
}

.right_line_bottom {
	background-image:url(../templates/main_images/image_32.png);
	width:7px;
	height:35px;
}

.top_bar {
	background-image:url(../templates/main_images/top_bar.png);
	background-repeat:no-repeat;
	width:836px;
	height:6px;
}

.title_bg {
	background-image:url(../templates/main_images/main_body_bg.png);
	background-repeat:repeat;
}

.top_bar_leftside {
	background-image:url(../templates/main_images/top_bar_leftside.png);
	width:34px;
}

.menu_bg {
	background-image:url(../templates/main_images/menu_bg.png);
	background-repeat:repeat-x;
	height:26px;
}

.video_16 {
	background-image:url(../templates/main_images/video_16.png);
	height:438px;
}

.video_18 {
	background-image:url(../templates/main_images/video_18.png);
	height:438px;
}
	
/*--- End Main Page Images -----*/



/*------------------------Text Styles---------------------------*/
.title {
font-size:40px;
color: #3c3c3c;
text-decoration:none;
text-align:left;
}

.color_dk_grey {
color: #3c3c3c;
}

.color_lt_grey {
color: #b9b9b9;
}

.color_dk_blue {
color:#000066;
}

.color_dk_red {
color:#990000;
}

.small_title {
font-size:16px;
font-weight:bold;
}

.medium_title {
font-size:25px;
text-decoration:none;
}

.small_text {
font-size:10px;
}

a {
color:#666666;
text-decoration:none;
}

a:hover {
color:#333333;
}

.video_download {
	font-size:14px;
}
/*----------------------- Misc Layout ---------------------------*/
form {
margin:0px;
}

.dotted {
border-bottom: 1px;
border-bottom-style: dotted;
border-bottom-color: #666666;
}

.px1 {
font-size:1px;
}

#video {
	float:left;
	position:absolute;
	top:108px;
}


/*---------------------Order Sheets-----------------------------*/
#newboxes1 {
display: none;
}

#newboxes2 {
display: none;
}

#order_form_title {
width: 100%;
background-color:#999999;

}

#order_form_title2 {
width: 100%;
background-color:#AAAAAA;

}

/*---------------------bg highlights-----------------------------*/
#bg_highlight .top {
background-image:url(../templates/main_images/bg-highlight_top.png);
background-repeat:repeat-x;
height: 12px;
}

#bg_highlight .main {
background-image:url(../templates/main_images/bg-highlight_bg.png);
background-repeat:repeat;
padding: 5px;
}

#bg_highlight .bottom {
background-image:url(../templates/main_images/bg-highlight_bottom.png);
background-repeat:repeat-x;
height: 12px;
}


/*---------------------Gallery Lists-----------------------------*/
#gallery_list {
width:375px;
margin:4px;
margin-bottom:8px;
float:left;
overflow:hidden;

}

#gallery_list .pic {
	width:100px;
	float:left;
	margin: 2px;
}

#gallery_list .description {
	float:right;
	margin: 2px;
	width: 265px;
}



