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

/*
---------------------------------------------
01. MAIN/DEFAULT ELEMENTS
---------------------------------------------
*/
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

body {
	background-color: #666;
	background-image: url(../images/bg_main.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1.4;
}
p {
	font-size: 12px;
	color: #333;
}
h2 {
	color: #333;
	font-size: 16px;
	padding-left: 18px;
}
.rowsite h2 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #F90;
	text-decoration: none;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
}
/*
---------------------------------------------
02. HEADER
---------------------------------------------
*/
#header {
	height: 76px;
	width: 960px;
	background-color: rgba(0, 0, 0, 0.3);
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #F37020;
	position: absolute;
	z-index: 600;
	left: 0px;
	top: 0px;
}
#tagline {
	float: right;
	height: auto;
	width: 500px;
	margin-right: 15px;
	margin-top: 25px;
	text-align: right;
}

#headerlogo {
	float: left;
	height: auto;
	width: 407px;
	margin-left: 10px;
	margin-top: 10px;
}

/*
---------------------------------------------
03. Banner
---------------------------------------------
*/
#banner {
	float: left;
	height: auto;
	width: 960px;
	background-color: #484B44;
}
/*
---------------------------------------------
03. NAVIGATION
---------------------------------------------
*/
#navigation {
	float: left;
	height: 36px;
	width: 960px;
	background-color: #000;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nav {
	float: left;
	height: 36px;
	width: 960px;
	font-size: 12px;
	padding-top: 3px;
}
/*
---------------------------------------------
02. HOTLINKS
---------------------------------------------
*/
#hotbox {
	background-color: #E55D22;
	float: left;
	height: 130px;
	width: 960px;
	background-image: url(../images/bg_hotbox.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	color: #e46122;
	margin-bottom: 27px;
}
#hotarro {
	height: 51px;
	width: 45px;
	position: absolute;
	left: -5px;
	top: 431px;
}
#hotbox2 {
	background-color: #FFF;
	float: left;
	height: 30px;
	width: 960px;
	background-image: url(../images/bg_hotbox.jpg);
	background-repeat: repeat-x;
	text-align: left;
	background-position: top;
	line-height: 60px;
}
#hotbox2 h1 {
	font-weight: lighter;
	color: #FFF;
	font-size: 25px;
	font-style: normal;
}
#hotbox img {
	padding-right: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hotlinx {
	height: 170px;
	width: 172px;
}

/*
---------------------------------------------
07. HOME WORK
---------------------------------------------
*/
.rowwork {
	background-color: #f5f5f5;
	height: auto;
	width: 99%;
	margin-left: 8px;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	background-image: url(../images/bg-main.jpg);
}
.row-inwork {
	background-color: #f5f5f5;
	height: auto;
	width: 99%;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 5px;
}
.row-inwork img {
	padding-right: 15px;
}
.rowtext {
	float: left;
	height: auto;
	width: 206px;
	margin-left: 10px;
}
.rownews {
	float: left;
	height: 200px;
	width: 650px;
	margin-left: 15px;
}
.rowquote {
	height: 31px;
	width: 150px;
	margin-bottom: 0px;
}
.rowsite {
	float: left;
	height: 250px;
	width: 229px;
	margin-left: 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	margin-bottom: 10px;
}
.rowcol {
	float: left;
	height: auto;
	width: 229px;
	margin-left: 10px;
}
#webox .rowcol img{
	background-color: #FFF;
	padding: 7px;
	margin-bottom: 10px;
	border: 1px solid #FFF;
}
#webox .rowcol a img:hover {
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.rowtext p a {
	color: #E37337;
}
.rowtext p a:hover {
	color: #333;
	text-decoration: underline;
}
.rowlogo {
	background-color: #FFF;
	text-align: center;
	float: left;
	height: 127px;
	width: 229px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.rowwork h3 a {
	float: right;
	color: #333;
	margin-top: 5px;
	margin-right: 10px;
	text-decoration: underline;
}
.rowwork h3 a:hover {
	color: #F90;
}
.rowtext h3 , .rownews h3{
	color: #F78400;
}
.rowtext p {
	color: #666;
}
/*
---------------------------------------------
08. CONTENT
---------------------------------------------
*/
#content {
	height: auto;
	width: 760px;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#contleft {
	float: left;
	height: auto;
	width: 60%;
	text-align: left;
}
#contright {
	float: right;
	height: auto;
	width: 38%;
	text-align: left;
}
#content h1 {
	color: #F60;
	font-size: 25px;
	margin-bottom: 10px;
	text-align: left;
}
#content h2 {
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}
#content h3 {
	color: #F90;
	text-align: left;
	font-size: 16px;
}
#content h4 {
	font-size: 13px;
	color: #666;
	text-align: left;
}
#content p  {
	text-align: left;
}
#content ul  {
	color: #333;
	margin-left: 30px;
	text-align: left;
}
#content li {
	color: #333;
}
#content h1 {}
#content .rowsite {
	margin-right: 20px;
	margin-bottom: 20px;
}
/*
---------------------------------------------
08. GALLERIES
---------------------------------------------
*/
#gal_logos , #gal_web{
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
}
#gal_logos ul , #gal_web ul, #gal_vid ul{
	list-style-type: none;
	text-align: center;
	margin-left: 0px;
}
#gal_logos ul li {
	display: inline-block;
	float: left;
	height: 160px;
	width: 150px;
	background-color: #E8E8E8;
	text-align: center;
	padding-top: 5px;
	margin-right: 15px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 30px;
}
#gal_logos ul li:hover {
	background-color: #F90;
}
#gal_web ul li{
	display: inline-block;
	height: auto;
	width: 365px;
	background-color: #E8E8E8;
	text-align: center;
	margin-bottom: 15px;
	float: left;
	margin-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#gal_web ul li:hover {
	background-color: #FFEEDA;
}
#gal_vid ul li {
	display: inline-block;
	height: 300px;
	width: 360px;
	background-color: #E8E8E8;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 30px;
	float: left;
	padding: 7px;
}
#content #gal_web ul li a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gal_web h4 {
	color: #333;
	margin-top: 5px;
	text-align: center;
}
.galwide {
	height: auto;
	width: 719px;
}


/*
---------------------------------------------
11. FOOTER STYLES
---------------------------------------------
*/
#footer {
	height: 250px;
	width: 960px;
	background-color: #FC0;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
#footer p a{
	color: #FFF;
}
#footer p a:hover{
	text-decoration: underline;
}
.footlists {
	float: left;
	height: auto;
	width: 200px;
	text-align: left;
	margin-left: 20px;
}
.footlists p {
	margin-bottom: 6px;
}
.footlists h2 {
	padding-bottom: 10px;
}
.footlists ul {
	list-style-type: none;
}
.footlists li {
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.footlists ul li a {
	color: #000;
	text-decoration: none;
}
.footlists ul li a:hover {
	color: #FFF;
}
#sidebar {
	float: right;
	height: auto;
	width: 180px;
	text-align: center;
	background-color: #FFF;
	padding-top: 5px;
}
#sidebar p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar img {
	margin-bottom: 5px;
}
.spacer {
	clear: both;
}
/*
--------------------------------------
2 COLUMNS
--------------------------------------
*/
.picright {
	float: right;
}
/*
--------------------------------------
SLIDESHOW
--------------------------------------
*/

/*** Slideshow CSS **/

#slideshow {
	position:relative;
	height:310px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#feedback  {
	display: block;
	width: 500px;
	float: right;
	margin-top: -5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: left;
}
 /*
--------------------------------------
FEEDBACK FORM
--------------------------------------
*/
#Contactar {
	width:240px;
	float:right;
	text-align: left;
	font-size: 12px;
	height: auto;
	padding-right: 20px;
}
#Contactar {
	height:auto;
	padding-left:6px;
	_height:135px;
	margin-right: 0;
	margin-bottom: 0;
	color: #333;
		}
#Contactar .formrow {
	width:99%;
	float:left;
		*margin-right:7px;
	_margin-right:3px;
	height: auto;
	margin-bottom: 10px;
	}
#Contactar .formrow2 {
	width:99%;
	float:left;
		*margin-right:7px;
	_margin-right:3px;
	height: auto;
	margin-bottom: 10px;
}
#Contactar .formEmail {
	width:100%;
	float:left;
	text-align:left;
	height: 25px;
	margin-bottom: 5px;
	}
#Contactar .formrow input{
	width:180px;
	border:1px solid #333;
	font-size:11px;
	padding:3px;
	float:right;
	background-color: #FFF;
	height: 18px;
	margin-bottom: 10px;
	margin-right: 5px;
	color: #666;
	}
fieldset {
	float: left;
	width: 85%;
	height: auto;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #999;
	text-align: left;
}
#requests #details label {
	display: block;
	height: 30px;
	margin-bottom: 5px;
	line-height: 30px;
}
#requests #details input {
	background-color: #FFF;
	height: 25px;
	border: 1px solid #666;
	width: 300px;
	color: #333;
}
.formtext {
	text-align: right;
	width: 170px;
	display: block;
	float: left;
	margin-right: 5px;
	color: #333;
}
#requests #service label {
	line-height: 30px;
	text-align: left;
	display: inline-block;
	height: 30px;
	width: 200px;
	padding-left: 5px;
	float: left;
}
#requests #description #description2 {
	background-color: #FFF;
	border: 1px solid #666;
	width: 350px;
	height: 150px;
}


 /*
--------------------------------------
PAGE LOCATORS
--------------------------------------
*/

#home .menu-home a, #about .menu-about a, #logos .menu-logos .dir, #web .menu-websites .dir, #ads .menu-ads .dir, #video .menu-video .dir, #design .menu-design .dir, #motion .menu-motion a, #marketing .menu-marketing .dir, #photo .menu-photo a {
	background-image: url(../images/bg_nav_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 0px;
}

#contact .menu-contact a {
	background-image: url(../images/bg_nav_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 0px;
}

#home .menu-home, #about .menu-about, #logos .menu-logos, #web .menu-websites, #ads .menu-ads, #video .menu-video, #design .menu-design, #motion .menu-motion, #marketing .menu-marketing, #photo .menu-photo, #contact .menu-contact
{
	background-image: url(../images/bg_nav_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.plaindiv1 {
	padding: 10px;
	float: left;
	height: auto;
	width: 90%;
	margin-bottom: 20px;
	border: 1px solid #CCC;
}
#content .rowquote {
	float: left;
	width: 100%;
	height: 31px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
#requests legend  {
	font-style: italic;
	font-weight: bolder;
	color: #F60;
}
#requests #description #referred {
	margin-top: 15px;
}

