@charset "utf-8";
/* Copyright of David Annez, all right reserved. */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  	background: #000 url(../images/bg2.jpg) no-repeat top;
	/*background-attachment: fixed;*/
  	font-family: "Georgia", Times New Roman, serif;	
        font-size: 62.5%;
        color: #fff;
}

/* links  */

a {
  color: #7C90A1;
  text-decoration: underline;
}
a:hover { color: #234466; }

/* headings */

h1 {font-size:2em; word-spacing: 2px; line-height: 30px;}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */
h5 {font-size: 1.6em; word-spacing: 3px; line-height: 30px; }

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  margin: 0 auto;
  text-align: left;
  width: 770px;
}

h3 span { 
	position: absolute; 
	right: 3px; 
	font-family: arial, "Tahoma", helvetica, sans-serif; 
	font-size: 0.6em;
	color: #98e5fb; 
	text-transform: uppercase; 
	font-style: normal;
}

#header {	
  height: 119px;
  position: relative;
  margin: 0 auto; 
}

#header #rightlogo {
	float: right; 
	background: url(../images/right1.gif) no-repeat right; 
	width: 200px;
	height: 100px;  
}

#header a.ret {
  	position: absolute;
	background: url(../images/logo.gif) no-repeat left top;
  	width: 285px;
  	height: 119px; 
	top: 100px;
        left: -20px;
}	

#header a.ret:hover { 
	/*background-position: left -54px;*/ 
	position: absolute; 
}
	
#nav {
	position: absolute;
	top: 112px;
background: #000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
opacity: .7;
filter:alpha(opacity=70);
right: 0;
	z-index: 200;
        width: 370px;
}

#welcome {
	font-weight: 500;
	margin-top: 25px;
	color: #707070;
	background: #fff;
	font-size: 40px;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 6px;
/*text-shadow: -1px 2px 3px #ccc;*/ 
}

#welcome span { 
	font-size: 30px; 
}

#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}

#logoy {
	margin-left: 100px; 
	height: 80px; 
	margin-top: 20px; 
	position: absolute;
	padding-left: 19px;
	font-size: 22px;
	font-style: italic; 
	font-weight: bold; 
	display: none;
}

.logou { 
	font-size: 14px;  
	font-weight: normal; 
	color: #999;  
}

#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}

#bottom { 
  position: fixed;
  bottom: 0;
  height: 4px; 
  width: 100%;
  background: #fff; 
}

#content {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 40px;
}

#sidebar {
  color: #4B798B;
  float: right;
  font-size: 1.1em;
  line-height: 1.4em;
  padding: 10px 30px 20px 20px;
  width: 206px;
  display: none;
}

#news {  
	float: left;
  	font-size: 1.2em;
  	line-height: 1.5em;
  	margin-top: 30px;
  	width: 100%;
  	margin-bottom: 40px;
	background: #27282c; 
	padding: 7px;
	opacity: 0.7; 
}
  

#footer {
  border-top: 3px solid #27282c;
  clear: both;
  opacity: 0.8;
  margin-top: 80px;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5em;
}

.panel a img { 
	border-right: 3px solid #3c3c3c !important; 
	border-left: 3px solid #3c3c3c !important; 
	border-bottom: 3px solid #3c3c3c !important; 
	border-top: none; 
}



/* navigation */

#nav ul { 
	padding: 0;
}

#nav ul li {
        
}


#nav ul li a {
        font-family: Helvetica, Arial, sans-serif;
font-size: 28px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
	color: #eee;
        display: block;
        float: left;
	text-decoration: none;
	padding: 7px;
}
#nav ul li a:hover {  
	color: #846682;  
}

#nav ul li a.current { 
	color: #d98ab5 !important;   
}
#nav ul li a.current:hover { 
	color: #fff; 
}


/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h2 {
  color: #76aac9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
}

#news h2 {
  color: #76aac9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 0 17px 0;
}
#content h2 a {
  color: #76aac9;
  text-decoration: none;
}

#content h2 a:hover {
  color: #7C90A1;
}

#content h3, #content h4 {
  background: #292a2e;
  border-bottom: 1px solid #626262;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  padding: 5px;
}

#content h3 { 
	color: #fff; 
	text-decoration: none; 
	font-size: 1.15em;font-style: italic;
	font-weight: normal; 
	width: 180px; 
}

#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}

#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}

#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}

#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* secondary content */

#sidebar h2, #sidebar h3 {
  color: #444;
  font-size: 1.5em;
  font-weight: normal;
  margin: 20px 0 5px 0;
  padding: 7px 0 7px 0;
}
#sidebar p { margin: 0; }
#sidebar ul {
  margin: 7px 0 20px 20px;
}
#sidebar ul li {
  line-height: 18px;
  list-style: square;
}	
#sidebar a {
  color: #4B798B;
}
#sidebar a:hover { color: #231f20; }


/* footer */

#footer-outer { 
	width: 748px !important; 
	padding-top: 10px;
}

#footer a {
  color: #aaa;
  text-decoration: underline;
}

#footer #footery { 
	float: right; 
	margin-top: -17px;
}

#footer #footery ul li { 
	display: inline; 
}

#footer #footery ul li a:hover { 
	color: #000; 
}


/* misc */

a img { border: none; }

acronym { cursor: help; }

blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}

hr, .hide { 
	display: none;
}
.show { 
	display: inline; 
}

pre, code { 
	font-size: 1.1em; 
	line-height: normal; 
	background: #eee; 
	color: #444; 
}

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}


#explain { 
	background: #000;  
	font-size: 22px;
display: none; 
	color: #fff !important; 
	padding: 6px; 
	/*border-right: 1px dotted #1dbae3;border-left: 1px dotted #1dbae3;border-bottom: 1px dotted #1dbae3; border-top: 4px solid #1799bb;*/ 
	margin-top: 0px !important; 
	opacity: 0.7; 
	width: 742px;
         -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
        position: absolute;
        top: 5px;
}

#explain a { 
	border-bottom: 3px solid #1dbae3; 
	color: #53c5e3; 
	text-decoration: none; 
}

#explain a:hover { 
	border-bottom: 3px dotted #1dbae3; 
	color: #53c5e3; 
	text-decoration: none; 
}

.contact input { 
	background-color: #3f4147; 
	border: 1px solid #27282c; 
	height: 20px;
	font-size: 13px;
	opacity: 0.8; 
	color: #fff;  
}
.contact textarea { 
	background-color: #3f4147; 
	border: 1px solid #27282c; 
	overflow: hidden; 
	color: #fff; 
}

.contact { 
	background: #000; 
font-family: Helvetica, Arial, sans-serif;
font-size: 26px;
font-style: normal;
text-transform: normal;
letter-spacing: -1px;
line-height: 1em;
	padding: 10px; 
        margin-top: 30px;
	opacity: 0.7; 
        filter: alpha(opacity=70);
	color: #fff; 
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
}

.contact span { 
	color: #cb291d; 
	padding-left: 2px; 
}

.contact div { 
	padding-top: 4px; 
	padding-bottom: 3px; 
}
.intro_about { 
	font-size: 21px; 
	background: #1d1d1d; 
	color: #fff; 
	padding: 7px;
	font-family: "Arial Black", Arial, Tahoma, sans-serif; 
	position: absolute;  
}

.box { 
	float: left !important; 
	width: 229px;
	display: inline;
	height: 100px; 
	border: 6px solid #242529; 
	margin: 10px 10px 0px 0;
	opacity: 0.7; 
    overflow: hidden;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
}
.box img {
    
}
#work .popup { 
	position: absolute; 
	margin-top: 145px; 
	background: #343434; 
	color: #fff; 
	width: 180px; 
	opacity: 0.7; 
	display: none; 
	padding: 2px; 
}

#work .box:hover .popup { 
	display: block; 
}

.popup {
    position: absolute;
    margin-top: 50px;
    background: #343434; 
	color: #fff; 
	width: 180px; 
	opacity: 0.7; 
	display: none; 
	padding: 2px; 
}
.popup span { 
	font-size: 10px; 
	color: #999; 
}
.box:hover .popup { 
	display: block; 
}
.box:hover { 
	opacity: 1.0; 
}

#work .box { 
	margin-bottom: 20px; 
    height: 180px;
    width: 180px;
	margin-left: 48px;
}

#work .box img { width: 180px; }

#showcase { 
	clear: both; 
	height: 250px;
        margin-left: 2px;
        margin-top: 60px;
}

#tools a[href*="dreamweaver"] { background-image:url(../images/dr.png); }
#tools a[href*="aptana"] { background-image:url(../images/apt.png); }
#tools a[href*="photoshop"] { background-image:url(../images/ps.png); }
#tools a[href*="illustrator"] { background-image:url(../images/ai.png); }

abbr { 
	border-bottom: 1px dotted; 
	cursor: help; 
}
 
#tools { 
	color: #ccc !important; 
}
 
#tools a { 
	background-position: 1px 70%;
	background-repeat: no-repeat; 
	padding: 0 0 0 16px; 
	background-color: #41454d; 
	border-bottom: 1px solid #242528; 
	text-decoration: none; 
	color: #fff;
}

#tools a:hover { 
	background-color: #000; 
	color: #fff; 
}

.two-col {
	clear:both;
	margin: 33px 15px 26px 0;
	padding: 10px;
	font-size: 1.2em;
	background: #000; 
	color: #fff; 
	opacity: 0.6;
        filter:alpha(opacity=60);
font-family: Helvetica, Arial, sans-serif;
font-style: normal;
background: #000;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.two-col h2 {
	padding-top: 5px !important; 
	padding-bottom: 5px !important;
	padding-left: 4px !important;
	color: #fff !important;
	font-family: "Arial Black", Arial, Tahoma, sans-serif !important; 
	font-weight: bold;
	margin-bottom: 3px;
	background: #1d1d1d;  

}

#tools a.non { 
	padding: 0 !important; 
}

#showcase li { 
	list-style:none !important;
	float:left;
	margin: 10px 22px 0px 0;
	width:232px;
	position: relative; 
}
#showcase ul { 
	margin: 0; 
	padding: 0; 
}

#showcase li a { 
	display: block;
	position: relative;
	overflow: hidden;
	height: 100px;
	border: 8px solid #000; 
	background: #000;
	font-size: 1.72em;
	width: 229px;
	color: #c1c2c4;
	text-decoration: none; 
        -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
#showcase li:hover {  }

#showcase li a img { 
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 229px;
	border: 0; 
}

#showcase li a span { 
	font-size: 11px;
	font-family: "Avenir LT Std", Avenir, Helvetica, Arial, sans-serif; 
}

#showcase li a img.workimg {
	display: none; 
}

#showcase li a em {
	font-size: 10px; 
}
#tools ul {
	list-style: none;
	margin: 0; 
	padding: 0; 
}

#tools ul li { 
	padding: 0; 
	margin: 0;
	list-style: none;
}

#tools ul li span { 
	font-size: 10px; 
}

.heading {   width: 754px;  }
#choose-style { position: absolute; right: 20px; opacity: 0.7;  }
#choose-style a { text-indent: -9999px; height: 12px; width: 12px; display: block; float: left; margin: 3px;}
#choose-style a#magenta { background: #aa10b2; }
#choose-style a#cyan { background: #35a8df; }
#choose-style a#green { background: #00bc61; }
#introy { font-family: Helvetica, Arial, sans-serif;
font-size: 31px;
font-style: normal;
background: #000;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em; clear: both; padding: 12px; -moz-border-radius: 8px; -webkit-border-radius: 8px; opacity: .6; border-radius: 8px;  }
#extrainfo { font-family: Helvetica, Arial, sans-serif;
font-size: 21px;
font-style: normal;
background: #000;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em; clear: both; opacity: .6; filter:alpha(opacity=60); -moz-border-radius: 10px; -webkit-border-radius: 10px; padding: 10px; border-radius: 8px; }
#work { margin-top: 30px; }
