@charset "utf-8";
/* CSS Document */

body{
margin:0px;
background:#f1f3f3 url(images/pattern1.jpg) repeat-y left;
font-family:tahoma
}

p{
font-size:11px;
color:#330000;
margin:10px;
}

.table-white{
background-color:#FFFFFF;
}

.grad-bg{
background:#f9f7ed url(images/grad-bg.jpg) left repeat-y;
}

.dot{
background:url(images/dot.gif) repeat-x;
height:1px;
}

.dot-vert{
background:url(images/dot-vert.gif) repeat-y right;
width:1px;
}

.copy{
margin-left:15px;
font-size:10px;
color:#330000;
}

.frame-bg{
background:url(images/frame.png) no-repeat center top;
height:100px;
}

.brthe{
margin-bottom:5px;
}

.txtbox{
border:1px solid #87593f;
font-size:10px;
color:#87593f
}

.go{
font-family:tahoma;
font-size:14px;
color:#330000;
font-weight:bold;
}

a:link {
	text-decoration: none;
	color: #330000;
	
}
a:visited {
	text-decoration: none;
	color: #87593f;
	
}
a:hover {
	text-decoration: none;
	color: #252122;
	
}
a:active {
	text-decoration: none;
	color: #87593f;
	
}

.white-bg{
background:#FFFFFF;
}

.design{
margin-right:15px;
font-size:9px;
color:#330000;
}

.style2 {
	color: #87593f;
	font-weight: bold;
	font-size: 14px;
}

#preview{
	position:absolute;
	background:#333;
	padding:4px;
	display:none;
	color:#fff;
	}
#screenshot{
	position:absolute;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
