@charset "utf-8";


html, body
{
	height: 			100%;
	margin: 			0px;
	padding: 			0px;
	font-family:		Verdana;
	font-size:			10px;
}



#logo
{
	float:				right;
	padding-top:	 	30px;
	padding-right: 		30px;
}

#menu
{
	float:				left;
	text-align:			left;
	width:				300px;
	margin-left: 		10px;
	margin-top:			50px;
}



#copyright
{
	float:				right;
	bottom:				15px;
	padding-right:		35px;
	text-align:			right;
	color:				#949494;
	margin:				50px 0px 10px 0px;
}

#contact
{
	float:				left;
	bottom:				15px;
	padding-left:		25px;
	text-align:			left;
	font-size:			12px;
	color:				#9f9f9f;
	margin:				50px 0px 10px 0px;
}

li
{
color: #595959;
padding-left: 14px; 
text-align: left;
font-size:          11px;
font-family:        Arial, Helvetica, sans-serif;
padding-bottom: 5px;
}



#main_content
{

	padding-left:		420px;
	padding-top:		20px;
	color:				#ffffff;
	
}
#inner_content
{
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #000000;
	color:				#ffffff;
}

.callnow
{
	color:				#d8d8d8;
}

a:link
{
	text-decoration: 	none;
	color: 				#383838;
}
a:visited
{
	text-decoration: 	none;
	color: 				#383838;
}
a:hover
{
	text-decoration: 	none;
	color: 				#6da112;
}
a:active
{
	text-decoration: 	none;
	color: 				#383838;
}


a.paginatorball
{
	font-size:			18px;
	color: 				#ffffff;
}

td.ltitle
{
	padding-top:		20px;
	font-size:			24px;
	color:				#6f6f6f;
}


td.ptitle, td.ptitle2
{
	padding-top:		40px;
	font-size:			24px;
	color:				#6f6f6f;
}
td.ptitle2
{
	padding-top:		100px;
}
td.pdate
{
	padding-top:		10px;
	padding-bottom:		15px;
	font-size:			13px;
	color:				#ffffff;
}
td.pimage
{
	vertical-align:		top;
}
td.pdescription
{
	vertical-align:		top;
	padding-left:		10px;
	padding-right:		25px;
	font-size:			12px;
	width:				200px;
	color:				#5d5c5c;
}


td.labels
{
	vertical-align:		middle;
	font-size:			12px;
	width:				300px;
	color:				#5d5c5c;
	padding-left:		5px;
}



div.portfolio_div
{
	display:			none;
	position:			absolute;
	
}


.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	height: 50px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}





.theme-default #slider {
    margin:10px auto 70px 0px;
    width:618px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

#content {
	width: 400px;
	margin: 40px auto 0 auto;
	padding: 0 60px 30px 60px;
	border: solid 1px #cbcbcb;
	background: #fafafa;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
}


