@charset "utf-8";
/* -----------------------------------------------
Style Sheet
Site: Dallims.com
----------------------------------------------- */

/* -------------------------------------
Reset
------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, a img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead{margin:0; padding:0; border:0; outline:0; font-size:100%; background:transparent;}

body {line-height:1em;}

ol, ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after, q:before, q:after {content:''; content: none;}

:focus {outline:0;}

ins {text-decoration:none;}

del {text-decoration:line-through;}

table {border-collapse:collapse;} /* tables still need 'cellspacing="0"' in the markup */

h1, h2, h3, h4, h5, h6 {font-weight:normal;}

img, a img {-ms-interpolation-mode:bicubic; border:0px}/* IE Fix: Enables bicubic resizing for images. Use if scaling down images. */

/* -------------------------------------
HTML
------------------------------------- */

body {
	background: #E4D3CC url(../img/background.gif) repeat;
	font: 12px/1.5em "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
	color: #000;
}

a:link, a:active, a:visited, a:focus {
	color: #000;
	text-decoration: none;
	blr:expression(this.onFocus=this.blur()); /* for IE */
	-moz-outline-style: none; outline:none; /* for Firefox */
	} 

a:hover {
	color: #999;
	text-decoration:underline;
}

h1 {
	font-size: 25px;
	padding: 10px 10px 5px 10px;
	color: #999;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;	
}

h2 {
	font-size: 20px;
	padding: 20px;
	color: #333;
}

h3 {
	padding: 0px 10px 0px 0px;
	font-size: 15px;
	color: #333;
	font-weight:bold;
}

h4 {
	font-size: 10px;
	padding: 0px;
	color: #333;
}

h5 {
	font-size: 17px;
	font-weight: bold;
}

h6 {
	font-size: 10px;
	text-align:center;
}

p {
	padding: 0px 10px 0px 20px;
	color: #333;
	text-indent: 0px;
	margin-bottom:10px
}

blockquote {
	margin: 10px 50px;
	font-size: 12px;
	color:#666; 
	font-style:italic;
}

address {
	margin: 0 20px 20px 22px;
	padding: 0 0px 0 5px;
	border-left: 3px solid #999;
	display: block;
	background:#eee;
	font-style: normal;
	color: #333;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}


/* -------------------------------------
PAGE STRUCTURE
------------------------------------- */

/* -------------------------------------
Header
------------------------------------- */

/* -------------------------------------
Footer
------------------------------------- */

/* -------------------------------------
Custom Classes
------------------------------------- */

.clear {
	height: 0px;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.space {
	height: 10px;
}

.msg {
	color: #ab0c08;
}



.small {
	font: 10px;
}

.txtsingle {
	margin: 0;
	padding: 2px 5px;
	background-color: #f5f2e7;
	border: 1px solid #cec3b3;
	color: #000;
	float: left;
}

.txtmultiple {
	height: 100px;
	margin: 0;
	padding: 3px;
	background-color: #f5f2e7;
	border: 1px solid #cec3b3;
	color: #000;
	float: left;
}

.w50 {width:50px;}
.w70 {width:70px;}
.w80 {width:80px;}
.w100 {width:100px;}
.w120 {width:120px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w300 {width:300px;}
.w400 {width:400px;}
