/*
Theme Name: Copy Orthotic
Theme URI: http://www.copythotic.com.au/
Description: Custom wordpress theme.
Version: 1.0
Author: Imran (Mtssoft)
Author URI: 
Tags: black, custom header, fixed width, two columns, widgets

*/
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#303030;

	margin:0 auto;
}
.bg
{
	background:#464444;
}
/*******************Heading tags*******************************/
h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#990000;
	font-weight:bold;
}



/*************General Classes*************/
.alignleft{ float:left;}
img.alignleft { float:left; margin-right:20px;}
img.alignright { float:right; margin-left:20px;}
.alignrigh{ float:right;}
.middle { display:inline; vertical-align:middle; }
.center{ text-align:center;}
.clear{ clear:both;}
.noborder{ border:none !important;}
.nobg{ background:none;}
.nomargin{ margin:0px;}
.nopadding{ padding:0px;}
.bold { font-weight:bold; }
/*.skycolor{ color:#00aeef; }*/
p { margin-top:8px; margin-bottom:8px; line-height:20px; padding-top:0px;}
a { color:#55198e; text-decoration:none;}
a:hover { text-decoration:underline;}
a:visited { text-decoration:none;}

/****************Layout Css**********************/

#wrapper
{

	min-height:600px;


}
.stwidth
{
		width:830px;
			margin:0 auto;
}
#header-wrapper
{
		background:#404040;
		height:243px;
}
#header
{
	background:url(images/header-bg.jpg);
	height:243px;
			width:830px;
			margin:0 auto;
	
}
#logo
{
	width:260px;
	float:left;
	margin-left:15px;
	pading-top:-4px;	
}

#contact-btn-area
{
	width:460px;
	height:43px;
	float:right;
	margin-right:25px;
	margin-top:3px;
}
.btn-contact a { display:block; float:right; background:url(images/contact-btn.gif) no-repeat; width:119px; height:43px;}
#contact-btn { width:119px; float:right;}
#contact-btn ul { margin:0px; padding:0px;}
#contact-btn ul li { list-style:none;}
#contact-btn ul a { background:url(images/contact-btn.gif) no-repeat;}
#contact-btn ul a:hover, #contact-btn ul a#current { background:url(images/contact-hov.gif) no-repeat;}

.tab1 a { display:block; float:left; background:url(images/tab1.gif) no-repeat; width:131px; height:165px;}
.tab2 a { display:block; float:left; background:url(images/tab2.gif) no-repeat; width:126px; height:165px;}
.tab3 a { display:block; float:left; background:url(images/tab3.gif) no-repeat; width:125px; height:165px;}
.tab4 a { display:block; float:right; background:url(images/tab4.gif) no-repeat; width:126px; height:165px;}
.tab1 a:hover, .tab1 a#current { display:block; float:left; background:url(images/tab1-hov.gif) no-repeat; width:131px; height:165px;}
.tab2 a:hover, .tab2 a#current { display:block; float:left; background:url(images/tab2-hov.gif) no-repeat; width:126px; height:165px;}
.tab3 a:hover, .tab3 a#current { display:block; float:left; background:url(images/tab3-hov.gif) no-repeat; width:125px; height:165px;}
.tab4 a:hover, .tab4 a#current { display:block; float:right; background:url(images/tab4-hov.gif) no-repeat; width:126px; height:165px;}

#tab-area { width:510px; float:right; margin-bottom:32px; margin-right:20px;  }
#tab-area ul { margin:0px; padding:0px; float:left; height:165px;}
#tab-area ul li { list-style:none; display:block; float:left; }
#tab-area ul li a { text-decoration:none;}

#content-wrapper
{
	background:#bdb993;
	min-height:0px;
}
#content
{
	background:url(images/content-bg.jpg) repeat-y;
	width:830px;
	margin:0 auto;
	min-height:400px;
	padding-right:2px;

	
}
#article-area { width:830px; min-height:0px; padding-top:40px;}
#col-left
{
	width:285px;
	float:left;
	margin-left:35px;
	min-height:250px;
	margin-bottom:20px;

}
#col-right
{
	width:465px;
	float:right;
	margin-right:25px;
	min-height:250px;
	margin-bottom:20px;
	text-align:left;
	margin-left:15px;
	overflow:hidden;
}
.widgetbox { 
	width:285px;
	text-align:left;
}
.widgetbox ul
{
	margin:0px;
	padding:0px;
	margin-top:10px;
}
.widgetbox ul li
{
	display:block;
	background:#b0ab87;
	/*margin-top:8px;*/
	
	width:285px;
	height:20px;
	margin-bottom:6px;
	
	
}
.widgetbox  ul li a
{
	text-decoration:none;
	color:#383838;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:285px;
	height:20px;
	display:block;
	line-height:20px;
	
	
}
.widgetbox ul li a:hover, .widgetbox ul li.current_page_item a 
{
	background:#bdb993;
	width:285px;
	height:20px;
	text-shadow: 0px 0px 10px #fff;
}
#footer-wrapper
{
width:100%;
}
#footer
{
	background:url(images/footer-bg.jpg) no-repeat;
	width:830px;
	height: 52px;
	margin:0 auto;
	padding-right:2px;
	color:#e6e6e6; padding-top:25px;
	font-size:13px;
	font-stretch:ultra-expanded;
	font-size-adjust:5px;

}
#footer a{ color:#e6e6e6; }
.custom-pagination span { padding:2px 5px; margin-left:2px; }