/*********************************************
*	Theme name: 871 - Roberts Law | Solicitors and Notary
*	Author: www.psdtohtmlcss.com
*	Date: July 24, 2010
*********************************************/

/** 
*	Base Settings
*/



body {
	background: #f08c04 url(../images/bg.jpg) repeat-x scroll 0 100%;
	font-family: Helvetica, Arial, sans-serif;
}



img, fieldset {
	border: 0 none;
}

img {
	margin: 0;
	padding: 0;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 15px 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ol,ul {
	list-style: disc;
}

a {
	outline:none;
}

a:link,
a:visited,
a:active {
	color: #ee8102;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.txt-right {
	text-align: right;
}

.txt-left {
	text-align: left;
}

/** 
*	CLEAR FIX
*/


.clearfix {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
}

.clr {
	clear: both;
}