body
{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	
	font-family:"Arial", Arial, sans-serif;
	font-size: 0.9em;
	
	text-align: center;

}


#wrapper
{
	background: transparent url(/images/menu_background.jpg) repeat-x;
}
#container
{
	margin: 0 auto;
	border: 0px solid #000000;
	width: 960px;
	
	text-align: left;
}

#header
{
}
#logo
{
	float:left;
}
#menu
{
	float:right;
	margin: 12px 0 0 0;
}
#menu ul
{
	margin: 0;
	padding: 0;
}
#menu ul li
{
	list-style-type: none;
	display: inline;
}
#menu li a
{
	display: block;
	float: left;
	
	padding: 0px;
	margin: 0 0 0 20px;
	
	color: #fff;
	
	text-decoration: none;
	
	text-indent: 0;
	
	outline: none;
	
}
#menu li a:hover, #menu li a.active
{
	color: #aeaeae;
}
#menu li a:active
{
	color: #959595;
}

#contact_details
{
	clear:both;
	float:right;
	
	margin:40px 0 40px 0;
	padding:0px;
}
#contact_details a
{
	color: #000000;
	text-decoration:none;
}
#contact_details a:hover
{
	text-decoration:underline;
}

#main_content
{
	clear:both;
	border:0px solid;
}
#main_content p.main_text_front
{
	clear:both;
	
	border:0px solid;
	
	text-align: left;
	padding: 40px 0 0 0;
	margin:0;
	
	color: #343434;
	
	line-height: 25px;
}
#main_content p.main_text
{
	clear:both;
	
	border:0px solid;
	
	text-align: left;
	padding: 10px 0 0 0;
	margin:0;
	
	color: #343434;
	
	line-height: 25px;
}
#main_content p.main_text_front a, #main_content p.main_text a
{
	text-decoration: underline;
	color: #343434;
}
#main_content p.main_text_front a:hover, #main_content p.main_text a:hover
{
	text-decoration: none;
}
h1
{
	font-family:"Arial", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	
	color: #4b4b4b;
}
h1 a
{
	font-family:"Arial", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	
	color: #4b4b4b;
	
	text-decoration: none;
}

h1 a:hover
{
	text-decoration: underline;
}

#big_items
{
	
}
#big_items_left
{
	float:left;
}
#big_items_right
{
	float:right;
	
	border: 1px solid #eeeeee;
	
	width: 365px;
	height: 295px;
}
#big_items_right h1.big_blurb
{
	margin: 10px 20px 0 20px;
	padding: 0px;
	
	font-family:"Arial", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.9em;
	
	
	color: #4b4b4b;
	
	line-height:45px;
		
	text-align: left;
}

#big_items_right p.more
{
	float:right;
	
	margin:-20px 20px 0 0;
}

#big_items_right p.more a
{
	color: #e9650e;
	text-decoration:underline;
}
#big_items_right p.more a:hover
{
	text-decoration:none;
}

#web_design_row
{
	margin:40px 0 0 0;
	border: 0px solid red;
	
	height: 170px
}

#web_design_row img
{
	border: 1px solid #cecece;
}

#web_design_item_1
{
	float: left;
	text-align:left;
	width:320px;
		
	/*border: 1px solid #cecece;*/
}
#web_design_item_2
{
	float: left;
	text-align:left;
	width:320px;
	
	/*border: 1px solid #cecece;*/
}
#web_design_item_3
{
	float: left;
	text-align:left;
	width:320px;
		
	/*border: 1px solid #cecece;*/
}

#footer
{
	clear:both;
	
	color:#b6b6b6;
	
	text-align:left;
	
	font-size: 0.8em;
	
	margin: 30px 0 40px 0;
	padding: 8px 0 0 0;
	
	border-top: 1px solid #eeeeee;
}


/* ---------- */
a.add_more_detail
{
	font-family:"Arial", Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	
	text-decoration:none;
	color: #343434;
}
a:hover.add_more_detail
{
	text-decoration:underline;
}

fieldset.no_line
{
	border: 0px;
	
	margin:10px 0 0 0;
	padding: 0 0 20px 0;
}
fieldset
{
	border: 0px;
	
	margin:10px 0 0 0;
	padding: 0 0 20px 0;
}
legend
{
	color: #343434;
	
	font-family:"Arial", Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	
	margin: 0px;
	padding:0px;
}


/* --------------------------------- */
/* -- DISABLE THE FOLLOWING COMMANDS */
/*

fieldset {
	
	clear:both;
	
	border-top: 1px dotted #bdbdb5;
	margin:10px 0 0 0;
	padding: 0 0 20px 0;
	color: #343434;
	
	font-family:"Arial", Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
			
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

fieldset ul
{
	border:0px solid red;
	
	margin:0;
	padding:0px;
}

fieldset ul li {
	margin: 10px 0 0 0px;

	list-style:none;
	
	border:0px solid red;
	
}

label.text,label.select,label.textarea,label.checkbox {
	display: block;
	width: 150px;
	text-align: left;
	padding:0 0 10px 0px;
	
	margin:0px;
	
	border:0px solid;
	
	font-family:"Arial", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
}

label.textarea {
	vertical-align: top;
	}
	
textarea {
height:202px
}	

label.checkbox {
	display: block;
	width: 110px;
	text-align: right;
	float: left;
}

fieldset ul li ul {
	float: left;

	margin: 0;
	padding: 0;
	border:0px solid red;
}

fieldset ul li ul li {
	margin: 0 0 0 0px;
	padding: 0;
	font-weight: normal;
	
}

fieldset ul li ul li label {
	font-weight: normal;
	display:inline;
	float:none;
	
	
}
select
{
	width: 260px;
	height: 25px;
	
	border: 1px solid #DADADA;
}


input.text_field
{
	width:260px;
	
	padding: 5px;
	height: 25px;
	font: normal 12px/18px 'Lucida Grande', verdana, sans-serif;
	
	border: 1px solid #DADADA;	
	background: #ffffff;
}
input.required
{

}
input.text_field_focused
{
	width:260px;
		
	padding: 5px;
	height: 25px;
	font: normal 12px/18px 'Lucida Grande', verdana, sans-serif;
		
	border: 1px solid #DADADA;	
	background: #F8F8F8;
}

.textarea
{
	width:260px;
	
	padding: 5px;
	font: normal 12px/18px 'Lucida Grande', verdana, sans-serif;
	
	border: 1px solid #DADADA;	
	background: #ffffff;
}

.submit {
padding:0 0 0 120px !important;
margin:0 !important;

}

label.error { 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
	width: 300px;
	margin-left:116px;
	float:none;
	text-align:left;
}	

p.success{
	background-image: url(/img/success.gif);
	background-position:  50% left ;
	background-repeat: no-repeat;
	background-color: #E3EDDE;
	padding: 8px 0px 8px 35px;
	border-top: 1px solid #99CC99;
	border-bottom: 1px solid #99CC99;
	color: #39663A;
	display:block;
	margin: 18px 0 0 0;
}

*/
/* -- END OF DISABLING COMMANDS */
/* ---------------------------- */

input
{
	width:260px;
	
	padding: 5px;
	height: 25px;
	font-family:"Arial", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	
	border: 1px solid #DADADA;	
	background: #ffffff;
		
	display: inline;
}
textarea
{
	width:260px;
	
	padding: 5px;
	font-family:"Arial", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.0em;
	
	border: 1px solid #DADADA;	
	background: #ffffff;
	
	display: inline;
}

#content_pages
{
	color: #343434;
	margin:0 0 40px 0;
}
#content_pages a
{
	color: #343434;
	text-decoration:none;
}
#content_pages a:hover
{
	text-decoration:underline;
}

#content_posts
{	
	width:70%;
	
	margin:0 0 40px 0;
}
#content_posts a
{
	color: #343434;
	text-decoration:none;
}
#content_posts a:hover
{
	text-decoration:underline;
}

span.moretext
{
	font-size:0.8em;
}

#sidebar
{
	float:right;
	width:25%;
	
	border:0px solid #000000;
	
	margin:0 0 50px 30px;
	padding:0px;
}

#sidebar h4
{
	margin: 0 0 5px 0;
	padding: 0;
	
	color: #343434;
	font-size: 1.2em;
}

#sidebar ul
{
	margin: 0 0 20px 5px;
	padding: 0;
}
#sidebar ul li
{
	list-style-type: none;
}