/*
Theme Name: 64vision
Theme URI: http://www.64vision.com
Description: 64vision.
Version: 1
Author: Orbith Baco
Author URI: http://www.64vision.com
*/

html, body {
	padding: 0;
	margin: 0;
	text-align: center;
	font: 12px arial;
	color: #333;
	height: 100%;
	background: url(img/bodybg.gif) repeat top;
}
#mainwrapper {
	background: url(img/mainbg.png) repeat-x top;
	min-height: 100%;
	text-align: left;
}
#maincontent {
	width: 950px;
	margin: 0 auto;
	padding: 18px 0;
	line-height: 20px;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
#logo a {
	text-indent: -99999px;
	background: url(img/64visionlogo.png) no-repeat left top;
	width: 276px;
	height: 99px;
	display: block;
	float: left;
}
/*common css*/
a:link , a:visited {
	color: red;
	text-decoration: none;
}
a:hover {
	color: #999;
}
a img { 
	border: 0;
}
.clear {
	clear:both;
}
p {
	padding: 0;
	margin: 0 0 10px 0;
}
/*-----main round corner------*/
.transparent_bg {
	background: url(img/bg2.png) repeat;
}
.top {
	background: url(img/top.png) repeat-x top;
}
* html .top { height: 1%;}
*+html .top { height: 1%;}
.bot {
	background: url(img/bot.png) repeat-x bottom;
}
.ltop {
	background: url(img/ltop.png) no-repeat left top;
}
.rtop {
	background: url(img/rtop.png) no-repeat right top;
}
.lbot {
	background: url(img/lbot.png) no-repeat left bottom;
}
.rbot {
	background: url(img/rbot.png) no-repeat right bottom;
}
.padding {
	padding: 12px;
}
/*navigation*/
.nav {
	background: url(img/nav_bg.png) repeat-x top;
	float: right;
	margin-top: 66px;
}
.nav_left {
	background: url(img/nav_bg_left.png) no-repeat left top;
}
.nav_right {
	background: url(img/nav_bg_right.png) no-repeat right top;
	height: 30px;
	padding: 0 40px 0 40px;
}
.nav ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}
.nav ul li {
	display: inline;
	line-height: 30px;
	font-size: 12px;
	margin: 0 3px;
}
.nav ul li  a {
	color: #fff;
	text-decoration: none;
}
.nav ul li  a:hover {
	color: #999;
}
#banner {
	background: url(img/bannerbg.png) no-repeat right top;
	height: 210px;
	padding: 20px 12px 20px 12px;
	color: #fff;
	
}
#banner h2 {
	margin-right: 300px;
	margin-top: 60px;
	font-weight: normal;
	font-family: verdana;
	line-height: 28px;	
}
#banner h3 {
	margin-right: 300px;
	font-weight: normal;
	font-family: verdana;
	line-height: 22px;	
}
.content_wrapper {
	color: #fff;
	min-height: 300px;
	padding: 50px 0 20px 0;
	border-bottom: 1px solid #888888;
}
.w_design {
	background: url(img/bannerbg.png) no-repeat right top;
	padding-right: 350px;
}
/*box*/

.divider_margin {
	margin: 0 16px;
}
.box_divider {
	float: left;
	width: 32%;
	margin-top: 50px;
}
.box_top {
	/*background: url(img/box_top.png) repeat-x top;*/
}
.box_bot {
	background: url(img/box_bot.png) repeat-x bottom;
}
.box_left {
	background: url(img/box_left.png) repeat-y left; 
}
.box_right {
	background: url(img/box_border.png) repeat-y right; 
}
.paint {
	background: url(img/paint.png) no-repeat left top;
}
.web-icon {
	background: url(img/web-icon.png) no-repeat left top;
}
.template-icon {
	background: url(img/template-icon.png) no-repeat left top;
}
.box_head {
	background: url(img/boxhead.png) no-repeat right top;
}
.box_lbot {
	background: url(img/box_lbot.png) no-repeat left bottom;
}
.box_rbot {
	background: url(img/box_rbot.png) no-repeat right bottom;
	padding-bottom: 13px;
}
.box_content {
	padding: 10px 20px 0px 22px;
	background-color: #fff;	
	color: #333;
	
}
.box_rbot .head {
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 15px;
	padding-top:12px;
}
.pinlist, .pinlist2, .social_media {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pinlist li, .pinlist2 li {
	background: url(img/list.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 5px;
}
.pinlist2 li {
	background: url(img/list2.png) no-repeat left top;
}
.social_media li {
	display: inline;
	margin-left: 7px;
}
.contact_submit {
	color: #fff !important;
	font:bold italic 14px arial;
	background: none;
	border: 0;
	cursor: pointer;
	padding: 4px 7px;
	float: right;
	margin: 7px;
	width: 50px;
	
}
div.wpcf7 span input, div.wpcf7 textarea {
	font: bold italic 12px arial;
	color: #666;
	padding: 2px 5px;
	width: 340px;
}
.contact-btn {
	display: block;
	font-size: 24px;
	background: url(img/contact.png) no-repeat left top;
	margin: 20px 0;
	padding:  60px 0px 60px 140px;
	font-weight: bold;
	color: #fff !important;
}
.wpcf7-submit {
	color: #fff;
	border: 0;
	font-size: 15px;
	font-weight: bold;
	background: none;
	padding: 7px;
	cursor: pointer;
}
.wpcf7 {
	margin-left: 150px !important;
}
/*footer*/
#footer {
	color: #fff;
	font-size: 11px;
}
#footer center a { 
	color: #fff;
	}
/*wordpress default*/
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #888;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/*portfolio*/
#cu3er-container {width:900px; outline:0;}
.center { text-align: center;}
/* Easy Slider */
.wide-boder {
	position: absolute;
	left: 0;
	right: 0;
	background: url(img/wideborder.png) repeat-x top;
	height: 35px;
}
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:950px;	
		margin-bottom:70px;
		top: 40px;
		line-height: 22px;

		color: #eee;
		font-family: Verdana, Geneva, sans-serif;
		}	
		#container h2 { font-weight: normal; padding-top: 50px;}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	.in-slide {
		padding: 0 20px 20px 20px;
	}	
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:950px;
		height:250px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:140px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:950px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		/*background:url(img/btn_prev.png) no-repeat 0 0;	*/
		}	
	#nextBtn a, #slider1next a{ 
		/*background:url(img/btn_next.png) no-repeat 0 0;	*/
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */