/*form*/
/*****Form Related*******/
#divStandardForm
{
    width:750px;
}
#divStandardForm .step
{
    display: block;
    padding: 7px;
    background-color: #eee;
    margin: 10px 10px 10px 0;
}
#divStandardForm .step h3
{
    display: block;
    margin: 0;
    padding: 0;
    color: #006633;
    font-weight: bold;
}

#divStandardForm
{
    margin: 2px 0 30px 0;
    padding: 0 0 0 10px;
}
#divStandardForm .help
{
    font-size: .8em;
    display: block;
    color: #006633;
}
#divStandardForm .formelement
{
    padding: 0 0 4px 20px;
}
#divStandardForm .formelement label
{
    display: inline-block;
    width: 100px;
}
#divStandardForm .formelement td
{
    width: 280px;
}
#divStandardForm .formelement td label
{
    width: 250px;
    display: inline-block;
}
#divStandardForm .formelementbuttons
{
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
}
#divStandardForm .formelementbuttons a
{
    display: block;
    padding: 10px;
    border: solid 1px #ccc;
    display: inline-block;
    text-decoration: none;
}
#divStandardForm .formelementbuttons a:hover
{
    background-color: #efefef;
} 
#divStandardForm .step
{
    display: block;
    padding: 7px;
    background-color: #eee;
    margin: 10px 0 10px 0;
}
#divStandardForm .step h3
{
    display: block;
    margin: 0;
    padding: 0;
    color: #006633;
    font-weight: bold;
}

#divStandardForm
{
    margin: 2px 0 30px 0;
    padding: 0 0 0 10px;
}
#divStandardForm .help
{
    font-size: .8em;
    display: block;
    color: #006633;
}
#divStandardForm .formelement
{
    padding: 0 0 4px 20px;
}
#divStandardForm .formelement label
{
    display: inline-block;
    width: 100px;
}
#divStandardForm .formelement td
{
    width: 280px;
}
#divStandardForm .formelement td label
{
    width: 200px;
    display: inline-block;
}
#divStandardForm .formelementbuttons
{
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
}
#divStandardForm .formelementbuttons a
{
    display: block;
    padding: 10px;
    border: solid 1px #ccc;
    display: inline-block;
    text-decoration: none;
}
#divStandardForm .formelementbuttons a:hover
{
    background-color: #efefef;
}
/*styles*/
body {
	background-image:url(/images/bg_body1.jpg); 
	background-repeat:repeat;
	background-position:top;
	background-attachment:fixed;
	background-color:#f5f5f5; 	
	color:#666;
        font-family:"Century Gothic", Arial, Verdana;
        font-size:11px;

}

* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clear{clear:both; height:1px !important; line-height:1px !important; float:none!important;}

hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	background-image:url(/images/hr.png);
	background-repeat:repeat-x;
}
input[type=text], textarea{
	border:solid 1px #dadada;
	margin:4px 4px 8px 0px; 
	padding:5px; 
	vertical-align:middle; 
	font-size:11px;}
	
.black{ color:#000;}

/*** END OF GLOBAL  ***/
ul
{
  list-style:none;
padding:0;
margin:0;
}
h1, h2, h3, h4, h5, h6
{
    font-family: "sans-serif" , "Times New Roman" , Georgia, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}
h1
{
    font-size: 30px;
    margin-top:7px;
}
h2
{
    font-size: 25px;
}
h3
{
    font-size: 20px;
}
h4
{
    font-size: 15px;
}
h5
{
    font-size: 13px;
}
h6
{
    font-size: 11px;
}
a, a:visited
{
    color: #0000bb;
    text-decoration: none;
}

a:hover
{
    color: #000066;
}
a:focus
{
outline:none;
}
img
{
    border: none;
}
/******Formatting Classes*****/
.fright
{
    float: right;
}
.fleft
{
    float: left;
}
.textalignleft
{
    display: block;
    text-align: left;
}
.textalignright
{
    display: block;
    text-align: right;
}
.textaligncenter
{
    display: block;
    text-align: center;
}
/*header*/
.header
{
    background:#fff;
margin:0 0 40px 0;
}
/*administration*/
#divAdmin
{
    font-family: "sans-serif" , "Times New Roman" , Georgia, sans-serif;
    font-size:11px;
    width:100%;
    margin:20px auto;
    min-height:500px;
width:900px;
}
#divAdmin img
{
    border:none;
}
#divAdmin p
{
    padding:0;
    margin:0;
}
#divAdmin input
{
    height:25px;
    border:solid 1px #ccc;
    padding:0 0 0 5px;
    color:#444;
    
}
#divAdmin input:focus
{
    border:solid 1px #006600;
    background-color:#eee;
}
#divAdmin input:hover
{
    border:solid 1px #006600;
}
#divAdmin select
{
    height:25px;
    border:solid 1px #ccc;
    padding:2px 1px 2px 5px;
    color:#444;    
}


#divAdmin .fileuploadbox input
{
    height:25px;
    border:solid 1px #ccc;
    padding:2px 1px 2px 5px;
    color:#444;
    background-color:#fff;    
}
#divAdmin h4
{
    
}
#divAdmin h5
{
    font-size:18px;
}
#divAdmin .admincontent
{
    
}
#divAdmin .adminselectors
{
    margin:0 0 20px 0;
}
#divAdmin .adminstatus
{
    float:right;
    font-size:22px;
    color:#005500;   
}


/**************/
#divAdmin .formarray
{
    margin:0 0 20px 0;   
}
#divAdmin .formelement
{
    margin:7px 0 7px 0;   
}
#divAdmin .formelement label
{
    vertical-align:top;
    display: inline-block;
    width: 120px;  
}
#divAdmin .formelementbuttons
{
    display:block;
    text-align:center;
    margin:20px 0 0 0;
}
#divAdmin .formelementbuttons a
{
    display:block;
    padding:10px 0 10px 0;
    width:100px;
    border:solid 1px #ccc;
    display:inline-block;
    text-decoration:none;
}
#divAdmin .formelementbuttons a:hover
{
    background-color:#efefef;
}
.admintable
{
    width:100%; 
    border:solid 1px #aaa; 
    margin:10px 0 20px 0;
}
.admintable thead
{
    width:100%;
    background-color:#333;
    color:#fff;
    font-weight:bold;
    height:30px;   
}
.admintable thead td
{
    padding:5px;  
}
.admintable tr.altrow
{ 
    background-color:#eee; 
}
.admintable tr.row td
{ 
    padding:5px;
}
.admintable tr.altrow td
{ 
    padding:5px;
}
#divAdmin .tabcontainer
{
     min-height:400px;
}



#divAdmin .edit
{
    background: url('../siteimages/icons/edit.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
#divAdmin .delete
{
    background: url('../siteimages/icons/delete.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
#divAdmin .email
{
    background: url('../siteimages/icons/email.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
#divAdmin .view
{
    background: url('../siteimages/icons/view.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
#divAdmin .add
{
    background: url('../siteimages/icons/add.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

#divAdmin .movedown
{
    background: url('../siteimages/icons/movedown.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

#divAdmin .approve
{
    background: url('../siteimages/icons/accept.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}

#divAdmin .update
{
    background: url('../siteimages/icons/update.png') no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
}
#divAdmin .info
{
    background: url('../siteimages/icons/info.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .primary
{
    background: url('../siteimages/icons/favorite.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .active
{
    background: url('../siteimages/icons/power.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .deactivate
{
    background: url('../siteimages/icons/redpower.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .activate
{
    background: url('../siteimages/icons/greenpower.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .owner
{
    background: url('../siteimages/icons/edit_businesswoman.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .property
{
    background: url('../siteimages/icons/home.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .premium
{
    background: url('../siteimages/icons/star_full.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .featured
{
    background: url('../siteimages/icons/sun.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .images
{
    background: url('../siteimages/icons/photo_camera.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}

#divAdmin .moveup
{
    background: url('../siteimages/icons/moveup.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}

#divAdmin .movedown
{
    background: url('../siteimages/icons/movedown.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}

#divAdmin .movetop
{
    background: url('../siteimages/icons/movetop.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
#divAdmin .movebottom
{
    background: url('../siteimages/icons/movebottom.png') no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}
/*containers*/
.top
{
   display:none;
   background:#888;
}
.left
{
   display:none;
}
.right
{
   display:none;
}
.wrappermain
{
   width:940px;
   margin:30px auto 0 auto;
   background:#ffffff;
   padding: 0 20px 20px 20px;
}
.wrappercontent
{
}
.wrappercenter
{
}
.center
{
    float:left;
    background:#fff;
    min-height:400px;
    padding: 20px;
    width:100%;
}
.center ul
{
   margin: 20px 0 0 20px;
   list-style: square;
}
.centertop
{
   display:none;
   background-color:#ddd;
   min-height:50px;
width:100%;
}
.centerbottom
{
   display:none;
   background-color:#ddd;
   min-height:50px;
   width:100%;
}
.bottom
{
   display:none;
   background-color:#777;
}
/*color*/
/* links Default */
a, a:visited{color:#2b2b2b; text-decoration:none; font-weight:normal; }
a:hover{color:#2b2b2b; text-decoration:underline;}

/* Frame image */
.imgborder{ background-color:#f6f6f6; border:1px solid #eaeaea; padding:4px; font-family:"Century Gothic", Arial, Verdana;

}

/* Top Navigation */
#topnav a, #topnav li li a  {color:#444;}
#topnav li a:hover, #topnav li li a:hover{color: #010101;}
#topnav li {border-top:1px solid #dadada;}

/* Line at menu top */
#topnav li.back {border-top:2px solid #c0c0c0;}

/* bg color dropdown menu*/
#topnav li ul{	background-color: #fff;}

/* bg color container */
#container{	background-color:#fff; }

/* Heading */
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, .posttitle a, .posttitle a:visited{color:#303030}

/* Sidebar Color and Links */
#side, #side ul li a, #side ul li a:visited{color:#666666;}
#side li li a:hover,
#side .widget-latestpost li a, 
#side li.current a{text-decoration:none; color:#2b2b2b;}


/*defaultelementstyles*/
/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{margin-bottom:15px; font-family:"Century Gothic", Arial, Verdana;}
h3, h4, h5, h6{margin-bottom:15px; font-family:"Century Gothic", Arial, Verdana;}
h1 {font-size:24px; line-height:26px;}
h2 {font-size:20px; line-height:23px;}
h3 {font-size:18px; line-height:20px;}
h4 {font-size:16px; line-height:18px;}
h5{font-size:14px; line-height:16px;}
h6 {font-size:12px; line-height:15px;}
h1, h2, h3, h4, h5, h6{ font-weight:normal;}
.title{ margin-bottom:25px;}


/* links */
a, a:visited {text-decoration:none; font-weight:normal; }
a:hover{text-decoration:underline;}
a img{border:none}

/* float align */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:3px;
}


img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}



/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 20px 20px;
	list-style-position:inside
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
	
blockquote {
	font-style:italic;
	margin:0px 0 20px 0px;
	padding:6px 10px 0px 10px;
	background-image:url(/images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:13px;
	line-height:20px;
	}
	
	
blockquote.left, blockquote.right  {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
	}
	
blockquote.left{
	float:left;
	margin-left:0px;
	margin-right:20px;}

blockquote p{margin-bottom:0px; line-height:20px}

/* code */
code {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #cfcfcf;
	padding:15px 10px;
}

/*** END OF DEFAULT ELEMENT STYLES ***/


/* TOP */
#top{height:70px; padding:55px 0px 27px 0px}
#top-left{width:640px; float:left;}
#logo{margin:0px 0px 0px 0px; position:relative}

#top-right{width:300px; float:left;}
ul.sn{margin:0px 0 0 0 ; padding:0; list-style-type:none; float:right; }
ul.sn li{padding:0 2px !important; border:0 !important; display:inline}

/* TOP MENU */
#top-navigation{
	position:relative;
	z-index:200;
	padding:0px 0px 10px 0px;
	font-family:"Century Gothic", Arial, Verdana;
}

#topnav{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:visible;
  }
#topnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
  }

#topnav li {
	margin-right:26px;
        margin:0 13px;
	padding: 0 0px 0px 0px;
	float:left;
	border-top:1px solid #dadada;
	width:130px;
	text-transform:uppercase;
	font-size:11px;
	z-index:0;
  }

#topnav a {
	display: block;
	padding:3px 0px 8px 0px;
	text-decoration:none;
  }

#topnav li a:hover{
	text-decoration: none;
	display: block;
  }
  
#topnav li ul {
	list-style: none;
	position: absolute;
	width: 130px;
	top: 25px;
	left:-999em;
	padding:10px;
	margin-left:-10px;
	z-index:10;
	filter: alpha(opacity=90); /* here you can set the opacity of box with text */
	opacity: 0.9; /* here you can set the opacity of box with text */
	/*background: url(/images/bg-menu.png) repeat;*/
  }

#topnav li:hover ul, #topnav li.sfhover ul {  left: auto;  }
  
#topnav li ul li:hover ul {
	left: 100%;
	top: -10px;
	margin-left:9px;
}
	
#topnav li li {  
  margin: 0;
  padding: 0;
  width: 130px;
  left: auto;
  height:auto !important;
  position:relative!important;
  }
  
#topnav li li a {
  width: 140px;
  line-height:18px;
  margin: 0;
  padding: 8px 0px 8px 0px!important;
  }
	
#topnav li li a:hover { padding: 8px 0px 8px 0px; }

#topnav li:hover, #topnav li.sfhover { /* prevents IE7 drop-down topnav bug (focus on a page element prevents nested topnavs from disappearing) */
  position: static;
  }
  
.lavaLamp {
  position: relative;
  height: 32px;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
}

.lavaLamp li {
  list-style: none;
  float:left
}

#topnav li.back {	z-index: 8;	position: absolute;}
.lavaLamp li a {  z-index: 10;}
.nomargin{ margin:0px!important;}


/* HEADER */
#header{
	width:940px;
	position:relative;
	margin-bottom:50px;
}

/* SLIDER */
#slideshow ul{margin:0px; padding:0px; list-style-type:none;}
#slideshow ul li{margin:0px; padding:0px; list-style-type:none;}

/* CONTENT
#content{}
#main{margin:0 0px 30px 0px;} */
#side{width:301px;  float:left;}
#maincontent{width:600px; float:left; margin-right:39px}

/* home */
.three_column.home h2{ padding-top:15px; margin-bottom:0px; font-size:14px;}

.one_fourth.home{ width:23%;}
.one_fourth.home .bullet-check li{ background-position:0px 6px}

.three_fourth.home{ width:73%;}

ul.recent{ margin:0px; padding:0px;}
.recent li{ list-style-type:none; margin-bottom:15px; float:left;}


/* form and button */
textarea {
	padding: 5px;
	background: #f7f7f7;
	border: 1px solid #dadada;
	color:#666;
}

input[type=text], .inputbox{
	padding: 5px;
	background: #f7f7f7;
	border: 1px solid #dadada;
	width:40%;
	color:#666;
}
.button{
	border:solid 1px #dadada;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	padding:0px 10px;
	color:#666 !important;
	cursor:pointer;
	font-size:11px;
	display:inline-block;
	height:26px;
	line-height:25px;
	background-image:url(/images/bg-button.gif);
	background-repeat:repeat-x;
}
*+html .button{ line-height:normal; border:solid 1px #dfdfdf!important;}
.button:hover{ background-position:0 -26px;}

.more{
	border:solid 1px #dadada;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	text-align:center;
	padding:0px 13px;
	color:#666 !important;
	cursor:pointer;
	font-size:11px;
	display:inline-block;
	height:26px;
	line-height:25px;
	background-image:url(/images/bg-button.gif);
	background-repeat:repeat-x;

}
.more:hover{background-position:0 -26px;}
a.more{ text-decoration:none!important;}

#subscribe{padding:5px 0 0 0 !important;}


/* SIDE */
#side ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}
#side ul li{
	list-style-type:none;
	margin:0;
	padding:0;
}
#side ul li a, #side ul li a:visited{color:#676767}
#side .widget-container{margin-bottom:40px;}
#side .widget-title{margin-bottom:16px; font-size:20px; line-height:29px;}
#side li li{
	list-style-type:none;
	margin:0;
	padding:6px 0 6px 15px;
	border-bottom:solid 1px #f3f3f3;
	background: url(/images/arrow.png) no-repeat 0px 13px;
}
#side li li a{}
#side li.current, #side li li:hover{}
#side li li a:hover{text-decoration:none; color:#767676}
#side ul ul ul{margin-left:5px;}

/* searchwidget */
#searchwidget input{ background-color:#fff; border:1px solid #eaeaea; height:26px; padding:0px 5px; margin:0px; width:193px; vertical-align:top;}
#searchwidget div input.button{ width:80px!important; margin-left:10px; height:28px!important;}



/* column list */
.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:10px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:30.66%; margin-right:4%; float:left;}
.three_column p{margin-bottom:10px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:10px;}

.two_column li li, .three_column li li, .four_column li li, .three_four_column li li{margin:0px; width:auto !important; float:none;}


/* COLUMN */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{margin-right: 4%; position:relative; float:left; }
.one_half{ width:48%; }
.one_third{width:30.6666%;}
.one_fourth{width:22%; }
.one_fifth{width: 16.8%;}
.one_sixth {width: 13.3333%;}

.two_third{width: 65.3332%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth{width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 79.2%;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last{ margin-right:0 !important; clear:right; }


/* Separator */
.separator {
	display:block;
	height:25px;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	display:block;
	height:40px;
	text-align:center;
	width:100%;
	clear:both;
	margin:0px;
	background-image:url(/images/hr.png);
	background-repeat:repeat-x;
	background-position:center;
}



/*==== Dropcaps ====*/
.dropcap1{
	text-shadow:1px 1px 0 #fff;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
	color:#666;
}
.dropcap2{
	background: transparent url(/images/dropcaps.png) top left no-repeat;
	color:#fff;
	display:block;
	float:left;
	font-size:22px;
	line-height:34px;
	width:34px;
	height:34px;
	text-align: center;
	margin:4px 8px 0 0;
}
.dropcap3{
	background-color:#d7d7d7;
	color:#fff;
	display:block;
	float:left;
	font-size:22px;
	line-height:34px;
	width:34px;
	height:34px;
	text-align: center;
	margin:6px 8px 0 0;
}

/*==== Highlight ====*/
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; }	
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; }	

/* BULLETED LIST */
.bullet-default{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-default li{
	background: transparent url(/images/arrow_default.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}
.bullet-star{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-star li{
	background: transparent url(/images/arrow_star.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-check{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-check li{
	background: transparent url(/images/check.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-plus{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-plus li{
	background: transparent url(/images/arrow_plus.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}
.bullet-circle{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-circle li{
	background: transparent url(/images/arrow_circle.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}

.bullet-x{
	margin:0;
	padding:0;
	list-style-type:none;
}	
.bullet-x li{
	background: transparent url(/images/arrow_x.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}
	
	
/*==== Info Boxes  ====*/
.download-box, .note-box, .error-box, .info-box {
	padding: 20px 20px;
	margin: 0 0 25px 0;
	padding-left: 60px;
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.download-box {
	background: #dde2aa url(/images/download.png) no-repeat scroll 20px 18px;
	border: 1px solid #a2c058;
	color: #7b9244;
	padding-left:60px
}

.note-box {
	background: #fdebae url(/images/note.png) no-repeat scroll 20px 15px;
	border: 1px solid #e6c555;
	color: #b28c0b;
	padding-left:65px
}
.error-box {
	background: #ffcccc url(/images/error.png) no-repeat scroll 20px 15px;
	border: 1px solid #ff9999;
	color: #fb1414;
	padding-left:60px
}

.info-box {
	background: #bde3f9 url(/images/info.png) no-repeat scroll 20px 15px;
	border: 1px solid #8bb5cd;
	color: #1d97db;
	padding-left:65px
}


/*==== Pullquotes ====*/
.pullquote-right,.pullquote-left{
	padding:0px 10px;
	float:right;
	font-style:italic;
	font-size:14px;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 2px 20px 20px;
	padding:10px 20px;
	width:50%;
	background:url(/images/quote.png) no-repeat;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}



/*==== Tables ====*/
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #cfcfcf;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#cfcfcf;}
table {
	border: 1px solid #cfcfcf;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #cfcfcf;
	padding: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}


/* TABLE LIST */
.table-box-container{ width:940px;}
.table-box-container ul{ margin:0px; border-bottom:1px dotted #c7c7c7; float:left; }
.table-box-container ul li{ float:left; list-style-type:none; padding:12px 0px; line-height:normal; color:#707070 !important; min-height:22px; }
.table-box-container ul li h4{ margin:0px; font-size:14px;}
.table-box-container ul li.one{ width:455px; padding-left:20px; }
.table-box-container ul li.two{ width:150px; text-align:center; border-left:1px dotted #c7c7c7; }
.table-box-container ul li.three{ width:150px; text-align:center; border-left:1px dotted #c7c7c7; }
.table-box-container ul li.four{ width:150px; text-align:center; border-left:1px dotted #c7c7c7; }
ul.table_header li{ }

ul.tbl-odd{ background-color:#fbfbfb; float:left;}
ul.tbl-odd li.one{ width:465px; padding-left:10px; }
ul.tbl-even{ background-color:#f7f7f7}
ul.tbl-even li.one{ width:465px; padding-left:10px; }
ul.tbl-price{ border:0px; font-size:18px;}
ul.tbl-price a, ul.tbl-price a:visited{ color:#707070; text-decoration:underline; font-size:12px;}
ul.tbl-price a:hover{ text-decoration:none;}

.icontable{width:25px; margin-right:10px;}
.icontable img{vertical-align:middle;}


/* TESTIMONIALS */
.ts-thinkbox-list{list-style-type:none; padding:0; margin:0;}
.ts-thinkbox-list li{clear:both; margin-bottom:40px;}
.ts-thinkbox-thumb{float:left;}
.ts-thinkbox-quote{font-style:italic; background-image:url(/images/quote.png); background-repeat:no-repeat; margin-left:130px; padding:10px 0 0 40px}
.ts-thinkbox-name{color:#999999;}
.ts-thinkbox-2 .ts-thinkbox-quote{margin-left:0;}



.backtop{text-align:right; float:right}
/*inner*/
/* 

Perfekto - CSS File

USE THIS STYLE SHEET FOR INNER PAGE

*/


.pagetitle{ margin-bottom:25px;}
.nomargin{margin-right:0px !important;}
.url{ color:#979797; margin-top:-15px!important;}

/* INNER SLIDER */
#farme-slider-about{width:450px; height:601px; float:right; position:relative; margin-left:25px;}
#farme-slider-portfolio{width:608px; height:408px; float:left; position:relative; margin-right:30px;}
#farme-slider-about #slider{list-style-type:none; margin:0; padding:0; height:289px; }
#farme-slider-portfolio #slider{list-style-type:none; margin:0; padding:0; height:408px; }
.nojs #slider {overflow:hidden;}/* if javascript disabled */



/* nav slider */
#farme-slider-about #slide-nav{position:absolute; left:200px; bottom:-30px; z-index:30; }
#farme-slider-portfolio #slide-nav{position:absolute; left:280px; bottom:-30px; z-index:30; }
#slide-nav a{
	background: url(/images/but-slide.png) no-repeat scroll 50% 50%;
	display:block;
	float:left;
	font-size:0px;
	width:11px;
	height:11px;
	margin:3px;
	outline-style:none;
	outline-width:medium;
	padding:0px;
	cursor:pointer
}
#slide-nav .activeSlide {background: url(/images/but-slide-selected.png) no-repeat scroll 0% 50%;}


/* Page Navi */
.pagenavi {clear:both; padding:0px 0; font-size:13px;}
.pagenavi a, .pagenavi a:visited{
	padding:5px 10px;
	background: url(../images/arrow-pagenav.png) no-repeat 0px 9px;
	font-size:14px;
	text-transform:uppercase;
}

.pagenavi a:hover{	text-decoration:none; }



/* ABOUT */
h5.about{ padding-top:12px; padding-bottom:8px;}


/* SERVICES */
ul.list-services{margin:0; padding:0; list-style-type:none;}
ul.list-services li{ padding-bottom:30px; margin:0 0px 10px 0;}
ul.list-services h2{ margin-bottom:10px;}
.list-services p{margin-left:0px; overflow:hidden;}
.one_half.services{ width:46%; margin-right:0px;}
.block-separator{
	text-align:center;
	width:61px;
	margin:0px;
	background:url(/images/line-dot-ver.gif) repeat-y;
	background-position:center;
	float:left;
	height:570px;
}

/* PORTFOLIO */
.ts-display-pf-img{position:relative;}
.ts-display-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
#ts-display-portfolio .separator.line{ margin-bottom:30px;}
.ts-display-pf-text .more{
	text-align:left;
	float:left
}
.ts-display-pf-text .more:hover{
}

/*======= Portfolio 1 Column =======*/
.ts-display-pf-col-1{list-style-type:none; padding:0; margin:0;}
.ts-display-pf-col-1 li{list-style-type:none;  margin:0px 0px 30px 0; padding-bottom:35px;  background:url(/images/hr.png) repeat-x bottom; }
.ts-display-pf-col-1 li.last{ background:none;}
.ts-display-pf-col-1 li.nomargin{margin-right:0;}
.ts-display-pf-col-1 h2{margin-bottom:10px; font-size:16px;}

.ts-display-pf-col-1 .ts-display-pf-img{
	width:550px;
	height:463px;
	float:left;
	margin-top:5px;
	margin-right:30px;
}

.ts-display-pf-col-1 .ts-display-pf-img a.image{
	width:550px;
	height:463px;
	display:block;
	position:relative;
}

.ts-display-pf-col-1 .ts-display-pf-img a .rollover{
	background:url(/images/hover-opacity.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	width:550px;
	height:463px;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
	margin:4px;
}

.ts-display-pf-col-1 .ts-display-pf-text{
	width:350px;
	float:left;
	padding-left:0;
}

/*======= Portfolio 2 Column =======*/
.ts-display-pf-col-2{list-style-type:none; padding:0px; margin:0px 0px 30px 0px; float:left;}
.ts-display-pf-col-2 li{list-style-type:none; padding:0; margin:0 50px 0px 0; width:438px;  float:left}
.ts-display-pf-col-2 li.nomargin{margin-right:0;}
.ts-display-pf-col-2 h2{margin-bottom:10px;}

.ts-display-pf-col-2 .ts-display-pf-img{
	width:438px;
	height:283px;
}

.ts-display-pf-col-2 .ts-display-pf-img a.image{
	width:438px;
	height:283px;
	display:block;
	position:relative;
}

.ts-display-pf-col-2 .ts-display-pf-img a .rollover{
	background:url(/images/hover-opacity.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	width:438px;
	height:283px;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
	margin:4px;
}

.ts-display-pf-col-2 .ts-display-pf-text{
	margin-top:15px;
}

.separator.line{}

/*======= Portfolio 3 Column =======*/
.ts-display-pf-col-3{list-style-type:none; padding:0px; margin:0px 0px 30px 0px; float:left;}
.ts-display-pf-col-3 li{list-style-type:none; padding:0; margin:0 55px 0px 0; width:274px;  float:left}
.ts-display-pf-col-3 li.nomargin{margin-right:0;}
.ts-display-pf-col-3 h2{margin-bottom:10px}

.ts-display-pf-col-3 .ts-display-pf-img{
	width:274px;
	height:213px;
}

.ts-display-pf-col-3 .ts-display-pf-img a.image{
	width:274px;
	height:213px;
	display:block;
	position:relative;
}

.ts-display-pf-col-3 .ts-display-pf-img a .rollover{
	background:url(/images/hover-opacity.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	width:274px;
	height:213px;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
	margin:4px;
}

.ts-display-pf-col-3 .ts-display-pf-text{
	margin-top:15px;
}

/*======= Portfolio 4 Column =======*/
.ts-display-pf-col-4{list-style-type:none; padding:0px; margin:0px 0px 30px 0px; float:left;}
.ts-display-pf-col-4 li{list-style-type:none; padding:0; margin:0 55px 0px 0; width:193px; float:left}
.ts-display-pf-col-4 li.nomargin{margin-right:0;}
.ts-display-pf-col-4 h2{margin-bottom:10px}

.ts-display-pf-col-4 .ts-display-pf-img{
	width:193px;
	height:158px;
}

.ts-display-pf-col-4 .ts-display-pf-img a.image{
	width:193px;
	height:158px;
	display:block;
	position:relative;
}

.ts-display-pf-col-4 .ts-display-pf-img a .rollover{
	background:url(/images/hover-opacity.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	width:193px;
	height:158px;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
	margin:4px;
}

.ts-display-pf-col-4 .ts-display-pf-text{
	margin-top:15px;
}


/* BLOG */
.post h2.posttitle{ margin-bottom:0px; font-size:16px;}
.post .posttitle a:hover{text-decoration:none}
.post{list-style-type:none;  margin:0px 0px 35px 0; padding-bottom:30px;  background:url(../images/hr.png) repeat-x bottom;  position:relative; float:left; }
.post.single{margin-bottom:0px; padding-bottom:0px; border:0;}
.post.last{ background:none; padding-bottom:0px;}

.entry-content{padding:10px 0 0 0;}

.entry-utility{font-size:10px; color:#888; height:28px; display:block;}
.entry-utility a, .entry-utility a:visited{color:#888; }
.entry-utility .date{ float:left;}
.entry-utility .comment{ background:url(/images/icon-comment.png) no-repeat 0px 6px; float:left;  padding-left:23px; margin-left:30px;}


#comment .pagenavi{
	padding:0 0 40px 0;
}
.commentlist{
	list-style-type:none;
	padding:20px 0;
	margin:0;
}
.commentlist ol{
	list-style-type:none;
	padding:30px 0 0 90px;
	margin:0;
}

.commentlist li{
	position:relative;
	padding:0 0 30px 0;
}
.commentlist li li{
	position:relative;
	padding:0;
}

.avatar{
	position:absolute;
	top:0;
	left:0;
}
.tuser{font-size:14px; color:#303030;}
.tdate{ font-size:10px; font-style:italic;}
.comment-body{margin:0 0 0 90px; padding:0;}
.comment-body p{ margin-bottom:5px;}
.comment-body .more{ padding:0px 20px;}
#commentform label{display:block}
#commentform .text-input{
	margin-bottom:8px;
	padding:8px 5px;
	vertical-align:middle;
}
#commentform .textarea{
	margin-bottom:10px;
	padding:8px 5px;
	vertical-align:top;
}
#submit_btn{ height:28px !important; padding:0px 15px;}


/* CONTACT */
.maincontact{background:url(/images/bg-main.gif) repeat-y; float:left;}
.contact-left{ width:546px; float:left; margin-right:40px;}
.contact-right{ width:314px; float:left; margin-left:40px;}
.contact-right ul{ margin:0px; padding:0px;}
.contact-right ul li{ list-style-type:none; margin-bottom:25px;}

form{margin:0; padding:0;}
fieldset{border:0px;}
#contactform{margin:0 auto; position:relative; }
#contactform h2{ margin-bottom:0px;}
#contactform label{display:block; width:80px; float:left;}
label.sp { width:3px;}
span.error{color:red;text-align:left; font-size:11px;}
#contactform input{
	margin-bottom:8px;
	padding:8px 5px;
	width:55%;
	display:block;
	vertical-align:middle;
}
#contactform textarea{
	margin-bottom:10px;
	padding:8px 5px;
	vertical-align:top;
	width:80%;
}

#message{ margin-left:0px;}
#message h2	{}
#message p{margin:6px 0px; }
#contactform .button{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 80px;
	text-align:center;
	color:#666 !important;
	cursor:pointer;
	font-size:11px;
	display:inline-block;
	width:124px;
	height:26px;
	text-transform:none;
	line-height:normal;

 }
/*jqfancytransitions*/
div.ft-title{
	width:910px;
	padding:18px 10px 10px 20px;
	height:53px;
	font-family:"Century Gothic", Arial, Verdana;
}
div.ft-title h1{
	filter: alpha(opacity=100); /* here you can set the opacity of box with text */
  	opacity: 1; /* here you can set the opacity of box with text */
	color:#ffffff;
	margin-bottom:0px;
	font-size:18px;
}

#slideshowHolder{
	margin-top:0px;
}

#slideshowHolder img{
	display:none;
}

a#ft-prev-slideshowHolder{
	display:block;
	width:42px;
	height:42px;
	left:10px !important;
	background-image:url(/images/prev-ft-nav.png);
	background-repeat:no-repeat;
	background-position:0px -42px;
	font-size:0px;
	
}


a#ft-next-slideshowHolder{
	display:block;
	width:42px;
	height:42px;
	right:10px !important;
	background-image:url(/images/next-ft-nav.png);
	background-repeat:no-repeat;
	background-position:0px -42px;
	font-size:0px;
}

a#ft-prev-slideshowHolder:hover, a#ft-next-slideshowHolder:hover{
	background-position:0px 0px;
}

#ft-buttons-slideshowHolder{
	display:none;
}

.clear {
   clear: both;
}
/*prettyPhoto*/
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(/images/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(/images/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(/images/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(/images/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(/images/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(/images/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(/images/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(/images/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(/images/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(/images/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(/images/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(/images/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(/images/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(/images/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(/images/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(/images/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(/images/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(/images/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(/images/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(/images/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(/images/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(/images/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(/images/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(/images/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(/images/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(/images/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(/images/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(/images/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(/images/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
	div.dark_rounded .pp_gallery a.pp_arrow_previous,
	div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_rounded .pp_nav .pp_play { background: url(/images/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_rounded .pp_nav .pp_pause { background: url(/images/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.dark_rounded .pp_arrow_previous { background: url(/images/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(/images/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(/images/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(/images/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(/images/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(/images/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: url(/images/dark_square/contentPattern.png) top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(/images/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_content_container .pp_left { background: url(/images/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_square .pp_content_container .pp_right { background: url(/images/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_square .pp_expand { background: url(/images/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(/images/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(/images/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(/images/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(../images/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square #pp_full_res .pp_inline { color: #fff; }
	div.dark_square .pp_gallery a.pp_arrow_previous,
	div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.dark_square .pp_nav .pp_play { background: url(/images/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.dark_square .pp_nav .pp_pause { background: url(/images/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.dark_square .pp_arrow_previous { background: url(/images/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(/images/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(/images/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(/images/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(/images/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(/images/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(/images/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(/images/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(../images/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square #pp_full_res .pp_inline { color: #000; }
	div.light_square .pp_gallery a.pp_arrow_previous,
	div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_square .pp_nav .pp_play { background: url(/images/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_square .pp_nav .pp_pause { background: url(/images/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
	
	div.light_square .pp_arrow_previous { background: url(/images/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(/images/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(/images/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(/images/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(/images/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(/images/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(/images/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(/images/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(/images/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(/images/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(/images/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(/images/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(/images/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(/images/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(/images/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_arrow_previous { background: url(/images/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_arrow_next { background: url(/images/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	div.facebook .pp_nav .pp_play { background: url(/images/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
	div.facebook .pp_nav .pp_pause { background: url(/images/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
	
	div.facebook .pp_next:hover { background: url(/images/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(/images/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(/images/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(/images/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(/images/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				float: left;
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0 0 5px 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover,
			.pp_gallery li.selected a { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; height:33px; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
			}
			
			.pp_gallery li.default a {
				background: url(/images/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(/images/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(/images/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
/*s3Slider*/
/* 

Minibuzz - CSS File For s3Slider JQuery

*/
#s3slider { 
   width: 940px; /* important to be same as image width */ 
   height: 370px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3slider a.but, #s3slider a.but:visited{color:#fff; padding:4px 4px; background-color:#444; filter: alpha(opacity=90); opacity: 0.9; border:solid 2px #363637;}

#s3sliderContent {
   width: 940px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin:0px ;/* important */
   list-style-type:none !important;
   
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   /*list-style-type:none !important;*/
}

.s3sliderImage div {
   position: absolute; /* important */
   left:0;
   top:0;
   font-size: 14px;
   line-height:24px;
   padding:0;
   width: 240px;
   height:370px;
   padding:29px 30px 20px 30px;
   background-color: #000;
   filter: alpha(opacity=60); /* here you can set the opacity of box with text */
   opacity: 0.6; /* here you can set the opacity of box with text */
   color: white;
   display: none; /* important */
   bottom: 0px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.s3sliderImage div h1{font-size:30px; color:#fff; line-height:40px; margin-bottom:30px;}

.clear {
   clear: both;
}
/*portfolio*/
#portfolioCat #banner{
        height:350px;
        overflow:hidden; 
        background:none;
        margin:0 0 40px 0;
        width:960px;
    }
    
    #portfolioCat #projectInfo, #portfolioCat div.category {
        margin-bottom:40px;
    }
    
    #portfolioCat #banner div{
        float:left;
    }
    
    #portfolioCat #banner #slides{
        width:560px;
        height:345px;
        
    }
    
    #portfolioCat #banner #browser{
        width:380px;
        
    }
    
    #portfolioCat #banner #browser ul,#portfolioCat #banner #browser li{
        margin:0;
        padding:0;
    }
    
    #portfolioCat #banner #browser li{
        float:left;
        margin-right:0;
    }
    
    #portfolioCat #projectInfo{
        position:relative;
        overflow:hidden;
        border-bottom:1px solid #cccccc;
    }
    
    #portfolioCat #projectInfo div.titles{
        position:relative;
        float:left;
        width:300px;
        margin-right:60px;
        overflow:hidden;
    }
    
    #portfolioCat #projectInfo h1,#portfolioCat #projectInfo h2{
        overflow:hidden;
        float:right;
        margin-right:0;
        text-align:right;
    }
    
    #portfolioCat #projectInfo h1{
        margin-bottom:0;
    }
    
    #portfolioCat #projectInfo h2{
        clear:right;
        margin-bottom:0;
        margin-top:10px;
    }
    
    #portfolioCat #projectInfo p{
        position:relative;
        width:557px;
        padding-left:10px;
        float:left;
        margin-top:40px;
        padding-right:10px;
        margin-bottom:0;
    }
    
    #portfolioCat #projectInfo h2 a{
        float:left;
        text-align:left;
        margin-left:370px;
        padding-left:15px;
        background:url("/images/icons/arrow_r.png") no-repeat 0 70%;
    }
    
    #portfolioCat #projectInfo>h2{
        margin:0;
        float:left;
        margin-top:10px;
        margin-bottom:40px;
    }
    
    
    /*CATEGORY DIVS*/
    
    #portfolioCat .category{
        overflow:hidden;
        position:relative;
        border-bottom:1px solid #cccccc;
    }
    
    #portfolioCat .last{
        border:none;
    }
    
    #portfolioCat .category div{
        width:300px;
        margin-right:60px;
        float:left;
        margin-left:3px;
        text-align:right;
    }
    
    #portfolioCat .category div p{
        width:220px;
        float:right;
        color:#666666;
        margin-bottom:5px;
    }
    
    #portfolioCat .category div a{
        background:url("/images/icons/arrow_r.png") no-repeat 0 80%;
        display:block;
        height:20px;
        padding-left:15px;
        float:right;
        clear:right;
    }
    
    #portfolioCat .category div span{
        float:right;
        background:url("/images/icons/meta_tag.png") no-repeat 0 50%;
        clear:right;
        padding-left:20px;
        margin-top:60px;
    }
    
    #portfolioCat .category div span a{
        color:#cccccc;
        background:none;
        float:left;
        clear:none;
        padding-left:5px;
    }
    
    #portfolioCat .category div span a:hover{
        color:#444444;
    }
    
    #portfolioCat .category ul{
        width:577px;
        overflow:hidden;
        margin:0;
        padding:0;
        padding-top:40px;
        margin-bottom:60px;
    }
    
    #portfolioCat .category li{
        margin:0;
        padding:0;
        float:left;
        width:160px;
        margin-right:48px;
    }
    
    #portfolioCat .category li:last-child{
        margin-right:0;
    }
    
    #portfolioCat .category:last-child{
        border:none;
    }
    
    #portfolioCat .category h3{
        margin-top:20px;
        margin-bottom:0;
    }
    
    #portfolioCat .category h3 a{
        color:#666666;
    }
    
    #portfolioCat .category h3 a:hover{
        color:#00a6d5;
    }
    
    /*END PORTFOLIO CATEGORIES PAGE*/
    
    /*------------------------------------------------------------------------*/
    
    /*PORTFOLIO SINGLE CATEGORY PAGE*/
    
    /*TAGLINE */
    #singleCat #tagline{
        border-bottom:1px solid #cccccc;
    }
    
    #singleCat #main{
        position:relative;
    }
    
    /*CATEGORY THUMBS*/
    
    #singleCat #categoryInfo{
        position:relative;
        overflow:visible;
        margin-top:30px;
        margin-bottom:10px;
         z-index:9;
    }
    
    #singleCat #categoryInfo div.titles{
        position:relative;
        float:left;
        width:300px;
        margin-right:60px;
        overflow:hidden;
    }
    
    #singleCat #categoryInfo h1,#singleCat #categoryInfo h2{
        overflow:hidden;
        float:right;
        margin-right:0;
        text-align:right;
    }
    
    #singleCat #categoryInfo h1{
        margin-bottom:0;
    }
    
    #singleCat #categoryInfo h2{
        clear:right;
        margin-bottom:0;
        margin-top:10px;
    }
    
    #singleCat #categoryInfo p{
        position:relative;
        width:557px;
        padding-left:10px;
        float:left;
        margin-top:10px;
        padding-right:10px;
        margin-bottom:0;
    }
    
    #singleCat #categoryInfo h2.readMore a{
        background:url("/images/icons/expand_blue.png") no-repeat 0 70%;
        float:left;
        text-align:left;
        padding-left:20px;
        margin-left:370px;        
    }
    
    #singleCat #categoryInfo .titles h2.back{
        background:url("/images/icons/back_red.png") no-repeat 0 70%;
        padding-left:20px;
        margin-left:0;
    }
    
    #singleCat #categoryInfo .titles h2.back a{
        margin-left:0;
        color:#b32b2b;
    }
    
    #singleCat #categoryInfo>h2{
        margin:0;
        float:left;
        margin-top:10px;
        margin-bottom:40px;
    }
    
    
    /* EXTENDED INFO */
    
    #singleCat #infoLong{
        width:600px;
        background:white;
        position:absolute;
        top:0;
        left:360px;
        z-index:10;
        padding-bottom:30px;
        display:none; /* hidden by default*/
    }
    
    #singleCat #infoLong h2.readLess{
	background:url("/images/icons/contract_blue.png") no-repeat 0 70%;
	margin-left:10px;
        float:left;
        margin-top:20px;
	padding-left:20px;
    }
    
    /*THUMB ROWS*/
    
    #singleCat .row{
        overflow:hidden;
        position:relative;
        z-index:1;
    }
    
    #singleCat .last{
        margin-bottom:30px;
    }
    
    #singleCat .row div p{
        width:220px;
        float:right;
        color:#666666;
        margin-bottom:5px;
    }
    
    #singleCat .row div a{
        background:url("/images/icons/arrow_r.png") no-repeat 0 80%;
        display:block;
        height:20px;
        padding-left:15px;
        float:right;
        clear:right;
    }
    
    #singleCat .row div span{
        float:right;
        background:url("/images/icons/meta_tag.png") no-repeat 0 50%;
        clear:right;
        padding-left:20px;
        margin-top:60px;
    }
    
    #singleCat .row div span a{
        color:#cccccc;
        background:none;
        float:left;
        clear:none;
        padding-left:5px;
    }
    
    #singleCat .row div span a:hover{
        color:#444444;
    }
    
    #singleCat .row ul{        
        overflow:hidden;
        margin:0 auto 60px auto;
        padding:0;
        padding-top:40px;
width:830px;
    }
    
    #singleCat .row li{
        margin:0;
        padding:0;
        float:left;
        width:160px;
        margin-right:54px;
    }
    
    #singleCat .row li:last-child{
        margin-right:0;
    }
    
    #singleCat .row:last-child{
        border:none;
    }
    
    #singleCat .row h3{
        margin-top:20px;
        margin-bottom:0;
    }
    
    #singleCat .row h3 a{
        color:#666666;
    }
    
    #singleCat .row h3 a:hover{
        color:#00a6d5;
    }
    
    #singleCat .row h2.label1{
        position:absolute;
        overflow:visible;
        height:30px;
        color:#b32b2b;
        top:-25px;
        right:180px;
        background:url("/images/icons/arrowHand_dl_red.png") no-repeat 0 50%;
        padding-left:20px;
        line-height:20px;
    }
    
    #singleCat .row h2.label2{
        position:absolute;
        overflow:visible;
        height:30px;
        top:-15px;
        left:100px;
        color:#b32b2b;
        background:url("/images/icons/arrowHand_dr_red.png") no-repeat 100% 30%;
        padding-right:25px;
        line-height:20px;
    }
/*gallery*/
.galleries 
{
   margin-top: 20px;
}
.imageback
{
    text-align:right;
}
.galleries ul
{
    margin:0 auto;
    padding:0;
    list-style:none;
    width:960px;
}
.galleries ul li
{
    float:left;   
    text-align:center;
    margin:10px 27px 20px 27px;
}
.galleries ul li a
{
    display:block;
    text-decoration:none;
    text-align:center;
}
.galleries ul li .imgcontainer
{
   display:block;
   text-align:center;
   height:250px;
   width:250px;
}

.galleries ul li p
{
     margin:0;
     padding:0;
     font-size:11px;
}
.galleries .gallerythumbcontainer
{
  
}
.galleries .gallerythumbwrapper
{
    width:256px;
    height:180px;
    overflow:hidden;
    margin:0 auto;
}
.galleries .gallerythumbwrapper img
{
     width: auto;
     max-width: 250px;
     height: auto;
}
.galleryimages
{
display:block;
}
.galleryimages img
{    
width: auto;
max-width: 500px;
height: auto;
max-height: 500px;
text-align:center;
}
/*contact*/
a.submitbutton { display:inline-block; padding:12px 30px; border:solid 1px #5B5B5B;}
.formelementbuttons {display:block; text-align:center; margin:30px 0 0 0;}
/*footer*/
/* FOOTER */
.footer{padding:40px 20px 20px 20px; margin:0 auto; width:940px; background:#efefef;}
.footer ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0 auto;
	padding:0;
}
.footer ul li{
	list-style-type:none;
	margin:0 0 6px 0;
	padding:0 0 6px 0;
}
/* Font Color Footer*/
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6{color:#303030;}
#footer{ color:#666;}
#footer ul li a, #footer ul li a:visited{color:#2b2b2b;}
#footer li.widget-container{border:0; margin-bottom:15px; clear:both}
#footer .widget-title{font-size:16px; margin:0 0 12px 0;}

#foot-col1, #foot-col2, #foot-col3{width:292px; float:left; margin-right:32px}
#foot-col3{margin-right:0;}

#newsletter div{ border:1px solid #eaeaea; width:249px; padding:5px 0px 0px 0px;}
#newsletter input{ background-color:transparent; border:0px solid #fff; width:205px; color:#b4b4b4; background-image:none; border:0px; padding:0px 10px; font-size:11px;}
#newsletter .button_src{background:url(/images/but_submit.gif) no-repeat 0px 3px; width:7px; border:0px; cursor:pointer;}

#footer-copyright{height:36px; color:#919191; padding:10px 0 0 20px}
#footer-copyright a, #footer-copyright a:visited{color:#919191}
#footer-copyright a:hover{ text-decoration:none;}
#copyright{ width:50%; float:left;}
#footermenu{ float:left;  width:50%;}
#footermenu ul{ margin:0px 20px 0px 0px; padding:0px; float:right;}
#footermenu li{ display:inline; padding:0px 2px 0px 6px; background:url(/images/line-ver.gif) no-repeat 0px 3px;}
#footermenu li:first-child{ background:none;}

