body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* The reset rules */
	margin:0px;
	padding:0px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: normal 14px 'Trebuchet MS', Century Gothic, Arial, Helvetica, sans-serif;
	line-height:20px;
	color:444;
	background: #ccc;
	background-image: url(img/back.png);
	background-repeat: repeat;
}
h1 {
	text-align: left;
	font-size: 3em;
	color:#444;
	padding:2px;
	margin:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0px;
	text-indent:-9999px;
}
h1 small {
	display: block;
	font-size: 0.7em;
	color: #999;
	text-indent:-9999px;
}
h2 {
	text-align: right;
	font-size: 2.8em;
	color:#bb0000;
	min-height:35px;
	line-height:1.4em;
	padding:2px;
	margin:0px;
	font-family:'Impact', 'Arial Black', Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #fff;
	background:url(img/icon.png) no-repeat scroll left center;
	display:block;
	clear:both;
}

h3 {
	font-size:1.6em;
	margin:5px 0;
	padding:5px;
	color:#555;
	width:95%;
	border-bottom: 1px dashed #a2a2a2;
}

h4 {
	font-size:1.4em;
	margin:5px 0;
	padding:0px;
	color:#333;
}

a:link {
	color:#bb0000;
}
a:hover {
	color: #777;
	text-decoration:none;
}
a:visited {
	color:#bb0000;
}

p { color:#444; padding:6px 0; margin:2px; font-size:15px; font-weight:normal; line-height:22px; display:block; }

hr { border-top: 1px solid #999; border-bottome: 1px solid #fff; border-left: none; border-right: none; display:block; clear:both; margin:2px 0px; padding:0px; }

img {border: none;}

.clear {display:block; clear:both; margin:2px; padding:2px;}

#main_container {
	width: 100%;
	margin:0;
	padding:0;
	display:block;
	background-image: url(img/center_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	position:relative;
}

.content{width:996px; margin:0px auto; padding:0;}

#logo {
	width:218px;
	height:244px;
	margin:0;
	padding:0;
	padding-left:3px;
	display:block;
	border:0px solid #fff;
	cursor:pointer;
	float:left;
}

#logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
	line-height:1px;
}

#footer {
	background: #444;
	border-top:1px solid #222;
	padding:4px;
	font-size:10px;
	line-height:14px;
	text-align:center;
	color:#aaa;
}

#tips { display: none; position: fixed; top: 0; right: 0; }

.ribbon {
	width:109px;
	height:109px;
	position:fixed;
	bottom:-2px;
	right:-2px;
	display:none;
}

/*------------------MENU------------------------*/

/* Firefox Dotted Outline Fix */
	a:active { 
		outline: none; 
	}
	
	/* Firefox Dotted Outline Fix */
	a:focus { 
		-moz-outline-style: none; 
	}
	
	/* Menu Body */
	ul#menu {
		width:660px;
		height:102px;
		list-style:none;
		margin:0;
		padding:0;
		padding-top:39px;
		padding-left:20px;
		float:right;
		display:block;
		clear:right;
		border:0px solid #FF0000;
	}
	
	/* Float LI Elements - horizontal display */
	ul#menu li {
		float:left;
	}
	
	/* Link - common attributes */
	ul#menu li a {
		background:url(img/sprite.png) no-repeat scroll top left;
		display:block;
		height:77px;
		position:relative;
	}
	
	/* Specify width and background position attributes specifically for the class: "home" */
	ul#menu li a#portfolio {
		width:159px;
		float:left;
	}
	
	/* Specify width and background position attributes specifically for the class: "portfolio" */
	ul#menu li a#services {
		width:157px;
		background-position:-159px 0px;
		float:left;
	}
	
	ul#menu li a#about {
		width:157px;
		background-position:-316px 0px;
		float:left;
	}
	
	ul#menu li a#contact {
		width:157px;
		background-position:-473px 0px;
		float:left;
	}
	
	/* Span (on hover) - common attributes */
	ul#menu li a span {
		background:url(img/sprite.png) no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		z-index:100;
	}
	
	/* Span (on hover) - display pointer */
	ul#menu li a span:hover {
		cursor:pointer;
	}
	
	/* Shift background position on hover for the class: "home" */
	ul#menu li a#portfolio span {
		background-position:0px -81px;
	}
	
	/* Shift background position on hover for the class: "portfolio" */
	ul#menu li a#services span {
		background-position:-159px -81px;
	}
	
	ul#menu li a#about span {
		background-position:-316px -81px;
	}
	
	ul#menu li a#contact span {
		background-position:-473px -81px;
	}

/*------------------TABS BOX------------------------*/

ul.tabs {  /*--Tabs Box--*/
	margin: 15px 0 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 36px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	display:block;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #444;
	display: block;
	font-size: 1.3em;
	padding: 2px 20px;
	border: 1px solid #fff;
	outline: none;
	text-shadow:1px 1px 1px #fff;
	font-weight:bold;
}
ul.tabs li a:hover {
	background: #cdcdcd;
	color:#bb0000;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #eee;
	border-bottom: 1px solid #eee;
	color:#bb0000;
}

html ul.tabs li.active, html ul.tabs li.active a {
	background: #eee;
	border-bottom: 1px solid #eee;
	color:#bb0000;
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	padding:0;
	margin: 0 0 25px 0 !important;
	display:block;
	clear:both;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
     box-shadow: 0px 0px 3px rgba(0,0,0,.3);

    background: #e6e6e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#d2d2d2));
	background: -moz-linear-gradient(top,  #eee,  #d2d2d2);
}

.tab_content {
	padding: 4px 18px;
	font-size: 1.2em;
}
.tab_content h3 {
	font-weight: normal;
	padding-bottom: 8px;
	margin:10px;
	color:#777;
	border-bottom: 1px dashed #c4c4c4;
	font-size: 1.5em;
}


/*------------------GALLERY FADE------------------------*/

ul.gallery {
	width: 990px;
	list-style: none;
	margin: 0 auto; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 10px 11px; padding: 0;
	text-align: center;
	border: 1px solid #c2c2c2;
	-moz-border-radius: 4px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 4px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 4px; /*--CSS3 Rounded Corners--*/
	-moz-box-shadow:0 0 1px #aaa;
	-webkit-box-shadow:0 0 1px #aaa;
	box-shadow:0 0 1px #aaa;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
}
.gallery li { background-color:#ffffff;}

ul.gallery li a.thumb {
	width: 204px;
	height: 182px;
	padding: 5px;
	border-bottom: 1px solid #c2c2c2;
	cursor: pointer;
	
}
ul.gallery li span { /*--Used to crop image--*/
	width: 204px;
	height: 182px;
	overflow: hidden;
	display: block;	
}
ul.gallery li a.thumb:hover {
	background: #333;
}
ul.gallery li h4 {
	font-size: .8em;
	font-weight: normal;
	color:#777;
	text-transform: uppercase;
	margin: 0; padding: 5px;
	background: #eee;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
	border-bottom: none;
}
ul.gallery li a {text-decoration: none; color: #666; display: block;}
ul.gallery li a:hover {text-decoration: none; color:#bb0000; display: block;}



/*------------------ LOGO THUMBS------------------------*/

ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 370px;
}
ul.thumb li {
	margin: 0; padding: 6px;
	float: left;
	position: relative;
	width: 110px;
	height: 110px;
	
}
ul.thumb li img {
	width: 100px; height: 100px;
	border: 1px solid #aaa;
	outline: 1px solid #ccc;
	padding: 5px;
	background: #f4f4f4;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:url(img/thumb_bg.png) no-repeat center center;
	border: none;
	outline:none;
}
#main_view {
	float: left;
	padding: 0;
	margin-left: 5px;
	margin-top: 9px;
	border:solid 1px #aaa;
	height:355px;
}


/*------------------NAV ANCHORS------------------------*/
.box { margin:10px 0px; padding:5px; display:block; clear:both; min-height:660px; border:0px solid #FF0000;}
.anchorLink { float:right; text-align:right; color:#990000; font-size:13px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; line-height:22px; padding:0; margin:0; display: inline; text-decoration:none; vertical-align:middle; }
.anchorLink img{ float:left; padding:0 5px 2px 0; vertical-align:middle; }
.anchor { padding:8px; height:10px; }
.services_txt ul { width:994px; margin:4px 0px; padding:2px; list-style:none; display:block; clear:both; float:none;}
.services_txt li { width:300px; float:left; color:#555; font-size:17px; background:url(img/bullet.png) no-repeat left 18px; padding-left:28px; padding-top:8px; line-height:38px; text-shadow: 1px 1px 0px #f2f2f2;}


/*------------------FLOAT MENU------------------------*/
#floatMenu {
	/* position:absolute; */
	/* top:600px; */
	position:fixed;
	top:35px;
	left:12px;
	width:50px;
	height:180px;
	border:0px solid #FF0000;
}
#navigationMenu li{
	list-style:none;
	height:39px;
	padding:1px;
	width:38px;
		-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,.4);
     box-shadow: 0px 0px 4px rgba(0,0,0,.4);

}
#navigationMenu span{
	/* Container properties */
	width:0px;
	height:38px;
	left:38px;
	padding:0;
	position:absolute;
	overflow:hidden;

	/* Text properties */
	font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	white-space:nowrap;
	line-height:39px;
	
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}
#navigationMenu a{
	background:url('img/navigation.jpg') no-repeat;
	height:39px;
	width:38px;
	display:block;
	position:relative;

}
/* General hover styles */
#navigationMenu a:hover span{ width:auto; padding:0 10px; overflow:visible; }
#navigationMenu a:hover{
	text-decoration:none;
	
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow:0 0 5px #9ddff5;
	-webkit-box-shadow:0 0 5px #9ddff5;
	box-shadow:0 0 5px #9ddff5;
}

/* Portfolio Button */

#navigationMenu #portfolio_menu {	background-position:0 0;}
#navigationMenu #portfolio_menu :hover {	background-position:0 -39px;}
#navigationMenu #portfolio_menu  span{
	background:#bb0000;
	color:#eee;
	text-shadow:1px 1px 2px #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#7f0000), to(#bb0000));
	background: -moz-linear-gradient(top,  #7f0000,  #bb0000);
}

/* Services Button */

#navigationMenu #services_menu { background-position:-38px 0;}
#navigationMenu #services_menu:hover { background-position:-38px -39px;}
#navigationMenu #services_menu span{
    background:#bb0000;
	color:#eee;
	text-shadow:1px 1px 2px #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#7f0000), to(#bb0000));
	background: -moz-linear-gradient(top,  #7f0000,  #bb0000);
}

/* About Button */

#navigationMenu #about_menu { background-position:-76px 0;}
#navigationMenu #about_menu:hover { background-position:-76px -39px;}
#navigationMenu #about_menu span{
	background:#bb0000;
	color:#eee;
	text-shadow:1px 1px 2px #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#7f0000), to(#bb0000));
	background: -moz-linear-gradient(top,  #7f0000,  #bb0000);
}

/* Contact Button */

#navigationMenu #contact_menu { background-position:-114px 0;}
#navigationMenu #contact_menu:hover{ background-position:-114px -39px;}
#navigationMenu #contact_menu span{
	background:#bb0000;
	color:#eee;
	text-shadow:1px 1px 2px #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#7f0000), to(#bb0000));
	background: -moz-linear-gradient(top,  #7f0000,  #bb0000);;
}

.contact { margin:0 auto; padding:36px 5px 5px 5px; display:block; clear:both; width:930px; height:590px; background:url('img/contact_bg.jpg') no-repeat;}
.form_bg{ width:920px; float:left; padding-left:60px; padding-top:20px; }
.form_bg .aside{ width:405px; float:left; font-family:Arial, Verdana, Helvetica, sans-serif; font-size:17px; color:#444444; }
.form_bg .aside .text_field1{ width:405px; float:left; margin:26px 0px 0px 0px;}
.form_bg .aside .text_field1 .txt5{ width:300px; float:left; text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; color:#CC0000; font-size:12px; line-height:26px;}
.form_bg .aside .text_field1 .input{ width:395px; font-family:Arial, Verdana, Helvetica, sans-serif; font-style:italic; font-size:16px; color:#000000; background:url(img/input_bg1.png) no-repeat left top; height:33px; line-height:15px; padding:0px 0px 0px 10px; border:0px none; }
.form_bg .aside .text_field1 .input2{ width:395px; font-family:Arial, Verdana, Helvetica, sans-serif; font-style:italic; font-size:16px; color:#000000; background:url(img/input_bg2.png) no-repeat left top; height:113px; line-height:15px; padding:10px 0px 0px 10px; border:0px none; }
.form_bg .aside .text_field1 .times_17{ font-family:Arial, Verdana, Helvetica, sans-serif; font-style:italic;}
.form_bg .bside{ width:475px; float:right; border-left:1px solid #757575;  margin:90px 0px 0px 0px; }
.form_bg .bside .addres_txt{ width:315px; float:left; margin:141px 0px 0px 35px; }
.form_bg .bside .addres_txt .head_txt { width:300px; float:left}
.form_bg .bside .addres_txt .txt{ width:300px; float:left; font-family: Arial, Verdana, Helvetica, sans-serif; font-size:17px; color:#555; line-height:20px;}
.form_bg .bside .addres_txt .txt a:hover{ text-decoration:underline;}
.form_bg .bside .addres_txt .connet{ width:300px; float:left;}
.form_bg .bside .addres_txt .connet .icon1{ width:30px; float:left; margin:10px 0px 0px 5px;}
.form_bg .bside .addres_txt .connet .icon2{ width:30px; float:left; margin:10px 0px 0px 10px;}
.form_bg .bside .addres_txt .connet .icon3{ width:30px; float:left; margin:10px 0px 0px 10px;}
.subbutton { padding:5px; background:url(img/submit_btn.png) no-repeat left top; cursor:pointer; width:66px; height:30px; border:none;}


/*----------------------------
	Homepage center
-----------------------------*/
#professional{
	color: #999;
	font-size: 57px;
	line-height: 57px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	font-weight:normal!important;
	text-shadow: rgba(0,0,0,0.4) -1px 0, rgba(0,0,0,0.4) -0px -1px, rgba(255,255,255,0.9) 1px 2px, rgba(0,0,0,0.4) -1px -1px;
	margin: 0 auto;
	padding:0px 0px 2px 23px;
	width: 490px;
	height:42px;	
	display:block;
	clear:both;
}

#unique{
	color:#e60d02;
	font-size: 125px;
	line-height: 125px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	font-weight:bold !important;
	text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.5) -0px -1px, rgba(255,255,255,0.9) 1px 2px, rgba(0,0,0,0.5) -1px -1px;
	margin: 0 auto;
	padding:0px 0px 2px 16px;
	width: 490px;
	height:100px;	
	display:block;
	clear:both;
}

#design{
	color:#5a5a5a;
	font-size: 121px;
	line-height: 121px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:5px;
	font-weight:bold !important;
	text-shadow: rgba(0,0,0,0.4) -1px 0, rgba(0,0,0,0.4) -0px -1px, rgba(255,255,255,0.9) 1px 2px, rgba(0,0,0,0.4) -1px -1px;
	margin: 0 auto;
	padding:0px 0px 2px 16px;
	width: 490px;
	height:102px;	
	display:block;
	clear:both;
}




/*----------------------------
	Shuffle textbox
-----------------------------*/


#shuffle{
	color: #222;
	font-size: 86px;
	line-height: 86px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-weight:bold;
	text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.5) 0 -1px, rgba(255,255,255,0.9) 1px 2px, rgba(0,0,0,0.5) -1px -2px;
	margin: 0 auto;
	padding:0px 0px 2px 130px;
	width: 600px;
	position:relative;
	min-height: 80px;
	
}




/* Slider styles */

#slide_gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 4px #888;
	-webkit-box-shadow:0 0 4px #888;
	box-shadow:0 0 4px #888;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:924px;
	margin-left:13px;
	margin-bottom:10px;
	margin-top:5px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:350px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
	
}
.slide img{
padding-left:2px;
	
}


#slide_menu{
	/* This is the container for the thumbnails */
	height:45px;
}

#slide_menu ul{
	margin:0 auto;
	padding:0px;
	padding-left:20px;
}

#slide_menu li{
	/* Every thumbnail is a li element */
	width:98px;
	display:inline-block;
	list-style:none;
	float:left;
	height:45px !important;
	overflow:hidden;
	padding:0;
}

#slide_menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

#slide_menu li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat ;
}

#slide_menu li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(img/divider.png) repeat-y right;

}

#slide_menu li a{
	display:block;
	background:url(img/divider.png) repeat-y right;
	height:75px;
	margin:0px;
	padding:0;
}

#slide_menu img{
margin:0 auto;
text-align:center;
padding-left:6px;
padding-top:8px;
}
