/* Standard Style Sheet */
/* if you have many new style to define, please use separate files */

/* IMPORTANT
DO NOT EDIT THIS STYLE!
EDIT SHOP.CSS INSTEAD! 

This style is a 'general, all purposes, common' stylesheet!
*/

/* --( basic )-- */
body
{ background: url('/assets/images/layouts/bk.png') center 0 repeat-y #000;
  height: 100%; 
  margin: 0}

body, td, li, ol
{ font: 12pt Arial, Tahoma;
  color:#666666; }

h1
{ font: 20pt Trebuchet MS;
  color: #FFFFFF; }
  
h2
{ font: 16pt Trebuchet MS, Arial;
  color: #FFFFFF; }

h3
{ font: 14pt Trebuchet MS;
  color: #FFFFFF; }
  
h4
{ font: 12pt Trebuchet MS;
  color: #FFFFFF; }
  
a
{ color: #AF305B; }

a:hover
{ color: #A4A4A4; }

input, textarea
{ background: url('/assets/images/layouts/bg_form_1.gif') 0 0 no-repeat;
  border: solid 1px #aaa }

img
{ border: none; }

blockquote
 { margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url('/assets/images/layouts/quotes.gif') no-repeat top left; }

blockquote p
{ margin-top: 0; }

th
{ text-align: left;
  font-weight: bold }

.small
{ font-size:8pt }

.help
{ font: 8pt Arial, Helvetica }

.button_1
{ border: outset 2px;
  padding: 3px;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  -moz-border-radius: 5px;  }

.button_1:hover
{ border: solid 2px #999; }


/* --( boxes )-- */
.box_1_top
{ background: url('images/box_1_top.gif') 0 0 no-repeat #677787;
  padding: 3px 10px 5px 30px;
  color: white;
  font-weight: bold; }

.box_1_mid
{ border-right: solid 1px #D0D9E0;
  padding: 8px 5px 8px 0;  }
  

.box_1_end
{ border-top: solid 3px #D0D9E0; }

.box_2_top
{ background: url('images/box_2_top.gif') 0 0 repeat-x;
  padding: 3px 10px 5px 10px;
  color: #000;
  font-weight: bold; }

.box_2_mid
{ background: #fff;
  padding: 3px 10px 5px 10px; }

.box_2_end
{ background: url('images/box_2_end.gif') 0 0 repeat-x;
  padding: 3px 10px 5px 10px;
  color: #000;
  height: 20px; }

.box_3_top
{ background: url('images/bg_box.gif') 0 0 no-repeat #000;
  padding: 3px 10px 5px 30px;
  color: white;
  font-weight: boldx; }

.box_3_mid
{ background: #D0D9E0; }

.box_3_end
{ border: solid 1px #888; }

.float_box_top
{ background: url('images/float_box_top.gif') 0 0 no-repeat;
  padding: 8px 5px 17px 5px ;
  letter-spacing: 1px;
  font: bold 9pt Verdana, Arial, Helvetica  }

.float_box_mid
{ background: url('images/float_box_mid.gif') 0 0 repeat-y; 
  padding: 5px; }

.float_box_end
{ background: url('images/float_box_end.gif') 0 0 no-repeat; }


/* --( table )-- */
.table_2
{ border: solid 1px #081888;
  background: #D0D0E0;  }

.table_2 td
{ background: #F0F4F8;
  padding: 3px }

.table_2 td.title
{ background: url('/assets/images/layouts/table_2.gif') 0 0 repeat-x;
  color: #fff;
  padding: 8px;
  font-weight: bold  }

.table_2 td.label
{ background: #E0E4F0;
  font-weight: bold }

/* --( list )-- */
.list_1
{ list-style: none;
  margin: 0 0 0 5px;
  padding: 0  }

.list_1 li
{ background: url('/assets/images/layouts/orange.gif') 0 4px no-repeat;
  padding-left: 15px;
  margin-bottom: 3px; }
  
.list_2
{ list-style: none;
  margin: 0 0 0 5px;
  padding: 0 }

.list_2 li
{ background: url('/assets/images/layouts/arrow.gif') 0 2px no-repeat;
  padding-left: 15px;
  margin-bottom: 3px; }

.list_3
{ list-style: none;
  margin: 0 0 0 5px;
  padding: 0 }

.list_3 li
{ margin-bottom: 5px; }
  
/* --( Comment )-- */
.comment_box
{ width: 550px; 
  margin-bottom: 10px; }

.comment_title
{ font: bold 11pt Arial, Helvetica;
  letter-spacing: 1px; }

.comment_body
{ background: #E8ECE8;
  padding: 10px  }

.comment_end
{ background: url('/assets/images/layouts/which.gif') 0 0 no-repeat;
  margin-left: 20px;
  padding: 0 0 10px 50px; }
 

/* --( Pagination )-- */
#pagination 
{ font: 9pt Tahoma, Arial, Helvetica;
  margin: 10px 0 10px 0; }

#pagination a 
{ text-decoration: none;
  color: #22229C;
  float:left;
  width: 100% }

#pagination a:hover 
{ color: orange; }

.page-text
{ color: white;
  background: #738FBF }

.page-num
{ text-align: center;
  width: 15px;
  background: #F5F5FF; }


/* --( button & BBCode )-- */
.button 
{ border: solid 1px #D3D3D3;
  background: #D3D3D3;
  font: 10pt Times New Roman, Times;
  padding: 0;
  margin: 0;
  cursor: pointer;
  cursor: hand; }

.button:hover, .buttonRaised 
{ border: outset 1px;
  background: #D3D3D3;
  font: 10pt Times New Roman, Times;
  padding: 0; 
  margin: 0;
  cursor: pointer;
  cursor: hand; }
 
.button:active, .buttonLowered 
{ border: inset 1px;
  background: #D3D3D3;
  font: 10pt Times New Roman, Times;
  padding: 0; 
  margin: 0;
  cursor: pointer;
  cursor: hand; }

.buttonBlack 
{ border: inset 1px;
  font: 10pt Times New Roman, Times;
  color: #888;
  padding: 0; 
  margin: 0;
  cursor: pointer;
  cursor: hand; }

.code
{ font: 10pt Courier New, Courier;
  width: 90%;
  padding: 3px;
  background: #eee;
  border: solid 1px black }
  
  
/* --( window widget )-- */
.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CA0000;
color: white;
cursor: move;
overflow: hidden;
width: auto;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}


/* --( dropdown )-- */
.dropmenudiv
{ position:absolute;
  top: 0;
  border: 1px solid #bbb; /*Theme Change here*/
  border-bottom-width: 0;
  font: normal 12px Verdana, Arial, Helvetica;
  line-height: 20px;
  z-index:100;
  background-color: #bbb;
  width: 150px;
  visibility: hidden;
  color: #000; }

.dropmenudiv a
{ font-size: 10px;
  width: 150px; 
  display: block;
  text-indent: 3px;  
  padding: 2px 0;
  text-decoration: none; }

.dropmenudiv a:hover
{ color: #fff; }

#dhtmltooltip {
  position: absolute;
  min-width: 150px;
  min-height: 150px;
  border: 1px solid black;
  padding: 2px;
  visibility: hidden;
  z-index: 100;
  font: 8pt arial, helvetica;
  background:url('/assets/images/layouts/loading2.gif') center center no-repeat #fff;
}

label {
display:block;width:130px;float:left;
}

#showcase {

}

#showcase #left {
	float:left;
	width:240px;
	height:300px;
	overflow:hidden;
}

#showcase #right {
	float:right;
}

#email {
	color:black;
	font-size:14px;
	font-style:italic;
	line-height:30px;
	margin-bottom:15px;
	text-align:left;
}

#showcase #right #photos {
}

#showcase #right #photos img {
	float:left;
	width:100px;
	height:140px;
	margin-left:10px;
}

#showcase #right #tel {
	margin-top:10px;
	background-color:#fff;
	color:#000;
	padding-left:15px;
	padding-right:15px;
	width:160px;
	font-size:21px;
	font-weight:bold;
	float:right;
	margin-bottom:25px;
}

#showcase #right #slogan {
	font-style: italic;
	font-size: 16px;
	color:#fff;
	text-align:right;
}

.galleryimage {
	height:360px;
	width:240px;
}
