@charset "utf-8";
/* CSS Document */

body{
	width: 900px;
	/* font-family:Verdana, Arial, Helvetica, sans-serif;  */
	font-family:Arial, Helvetica, sans-serif;
    background-image:url('../images/background2.jpg');
    background-attachment: fixed;
    background-position:bottom;
	margin:auto;
	color:#666;
    margin-top:20px;
}

h1 {
	font-size: 16px;
	line-height: 1em;
	color: black;
}
#main #content #template-info #heading {
	font-size: 16px;
	line-height: 1em;
	font-weight: 800;
	color: #000;
}

img
{
        border-style: none;
}

h2{
	font-size: 20px;
	line-height: 1em;
	color: black;
}

.serviceButton h1{
	line-height:.3em;
}

.serviceButton h3{
	line-height:.3em;
}

#menuimageleft{
	width:19px;
	float:left;
}

#menuimageright{
	width:19px;
	float:right;
}

#header #menu_container{
	float: left;
	width: 382px;
	height: 118px;
    margin-left:50px;
}

.menu_item a {
    color:black;
	text-decoration:none;
	border-bottom: dotted thin;
}

.menu_item a:hover{
	color:#000;
	border-bottom:solid 2px black;
}

#header{
	width: 900px;
	float: left;
}

#header #header_shape{
	float:left;
	width: 48px;
	height: 118px;
}

#header #logo {
	/*width: 370px;*/
    margin-left:50px;
    margin-right:20px;
	float: left;
}

#header #topmenu {
	float: left;
	width: 310px;
	margin-top: 27px;
	margin-left: 35px;
}
#header #topmenu .menu_item {
	width: 80px;
	float: left;
	text-align: center;
	padding: 5px;
	overflow: hidden;
}

#header #topmenu .menu_item a {
	font-size:20px;
    color:black;
}

#middle_menu{
	width:886px;
	margin-bottom: 10px;
	padding: 5px;
	border: 2px solid black;
	float: left;
	/* background-color: #F7D731; */
    color:black;
}

#middle_menu a{
	border-bottom:none;
    color:black;
}

#middle_menu a:hover{
	text-decoration:underline;
}

#middle_menu .menu_column{
    font-size:16px;
    font-weight:700;
	width: 110px;
	float: left;
	text-align: center;
	padding: 5px;
	/*border: 1px solid black;*/
	margin-right: 5px;
    border-right:1px solid black;
    color:black;
}

#middle_menu .menu_column #right-menu{
    border-right:none;
}

.middle_dropdown .menu_item{
	margin-top:3px;
	border-top:1px solid black;
	padding-top: 2px;
}
.arrow {
	float: left;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 380px;
}

/* For mouseover preview. Source in preview.js  */
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index:100;
}

#gallery_tl_image{
	float:left;
}

#main #gallery_container #mycarousel li img{
	border:none;
}
#main #content #tbl_portfolio tr td a {
	border:none;
}


#gallery-info{
	margin-top:50px; 
	line-height:1em; 
	color:#FFF; 
	margin-bottom:-20px;	
}

#gallery_container{
	background-color:#2B2A25;
	width:900px;
	/*padding: 50;*/
    height:60px;
	float: left;
}

#gallery {
	float: right;
	width: 500px;
}

#gallery_carousel{
    margin-top:-5px;
    margin-bottom:-5px;
    float: left;
    width: 900px;
}

.service2{
	width:410px; 
	float:left;
	-moz-border-radius:10px;
	margin:8px;
	margin-top: 30px;
	color: black;
	font-size: 12px;
	border: 1px solid black;
    padding: 5px;
}

.service2 img{
    float:left;
}

#top-service{
    margin-top:0px;
}

#services_container{
    float:left;
    width: 450px;
}

#post-service-content{
    width:420px;
    float:left;
    padding:15px;
   /*
    -moz-border-radius:15px;
    background-color:white;
    opacity:0.4;
    filter:alpha(opacity=40);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7F00FF00', EndColorStr='#7F00FF00');
    
    background-color: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7F00FF00', EndColorStr='#7F00FF00');
    */

}
/*
#post-service-content p{
    color:black;
    position:relative;
    background-color:transparent;
    opacity:1;
}
*/

/* Template stuff */
#template_container{
	width:900px;
	float: left;
}

#template_gallery{
	float:left;
	width:685px;
	margin-left: 20px;
}

.pagination{
    width:685px;
    float:left;
}

.template_info{
    width:150px;
    float:left;
    margin:8px;
    border:1px solid black;
    font-size:12px;
    color: #292821;
}

.template_info a{
    text-decoration:none;
    border-bottom:none;
}

.template_info .buy{
    text-align:center;
    border-bottom:1px solid black;
    border-top:1px solid black;
    background-color:#292821;
    color:white;
}

.price{
    padding:3px;
}

#template_menu{
	float:left;
	width:180px;
	border: 1px black solid;
	font-size: 12px;
	padding-left: 5px;
	/* margin-top: 15px; */
	-moz-border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
    margin-bottom:20px;
}

#content {
	clear: both;
	width: 900px;
	color: black;
	float: left;
	margin-top: 10px;
}

#content a{
	color: black;
	text-decoration:none; 
	border-bottom: thin dotted black; 
}

#content .pagination a{
    border-bottom:1px solid black;
    /*text-decoration:underline;*/
    color:black;
}

#content .pagination a:hover{
    border-bottom:none;
}

#content .pagination{
    width: 685px;
    border: 1px solid black;
    padding: 3px;
    line-height:1.4em;
    font-size:14px;
}

#content #keywords{
    float:left;
    border: 1px solid black;
    width:auto;
    margin-bottom:5px;
    padding:3px;
}
.template-info a{
    border-bottom:none;
}

.template_info img{
    /*width:95%; */
    border-bottom: none;
}

#content #template_menu a{
    color:black;
	text-decoration: none;
	border:none;
}

#content #template_menu a:hover{
	color:#000;
	text-decoration:underline;
}


#footer{
	clear:both;
	width:800px;
	border: black solid 2px;
	padding-left: 100px;
	height: 50px;
	/* background-color: #2B2A25; */
	color: black;
    margin-top:15px;
    margin-bottom:40px;
}

.process{
	padding:10px;
	margin-bottom: 10px;
	background-color: #D6A50A;
	color: #fff;
	width: 780px;
	float: left;
}

.process_header{
	color:black;
}

.port_descrip{
	padding-left:10px;
}

table{
	border-collapse:collapse;
	border-spacing:20px;
}

#footer-text{
	float:left;
}
#evaluate_info #tbl_evaluate {
	width: 760px;
}
#main #content .serviceimg {
	padding-left: 50px;
}
#main #content #template-info {
	border: 1px solid #000;
	padding: 5px;
	width: 300px;
	float: right;
	margin-left: 10px;
	-moz-border-radius: 10px;
}
#main #content #design-img {
	float: left;

}
