/* -- Damian's Design CSS 		 --*/
/* Created: 	13/7/09	     	   */
/* Modified: 	14/10/10     	   */


/* ---------- ::Defaults:: --------------------- */


body
{
	font-size: 12px;
	font-family:'Lato',sans-serif;
	background-color: #EAEAEA;
}

div.spacer {clear: both; height: 3px;}
div.spacer-med {clear: both; height: 30px;}


/* ---------- ::Typography:: ------------------- */

address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: .3em ; }
h1 {font-size:2em;}
h2 {font-size: 1.6em; margin-left: 10px; margin-top: 10px; color: #FF8E08;}
h3 {font-size:1.2em;}
h4 {font-size:1.0em;}
address, li, { font-size: 12px; }
pre {font-size: 12px;}
blockquote {font-size: 12px; margin-left: 10px; width: 90%; font-style: italic; text-align: center;}

h1 {
	text-shadow: 0 -1px 1px rgba(0,0,0,0.2)
}

p {
	font-size: 13px;
	margin: 0 15px 0 15px;
	float: left;
	width: 68%;
	line-height: 16px;
	text-align: justify;
	color: #626262;
}

.right p {text-align: right;}

.textwrap p {width: 98%;}

p.slogan {font-size:1.6em; margin-left: 30px; position: relative; top: 150px; font-style: italic; color: #00ADEE;}

.specials {font-weight: bold; font-size: 13px; color: #00ADEE !important;}


/* ---------- ::Links:: ------------------------ */

a {
	text-decoration: none;
	color: #444;
	transition:			all .1s ease-in;
	-webkit-transition:	all .1s ease-in;
	-moz-transition:	all .1s ease-in;
	-ms-transition:		all .1s ease-in;
}
a:hover {
	text-decoration: none;
	color: #4D8CFF;
	transition:			all .1s ease-in;
	-webkit-transition:	all .1s ease-in;
	-moz-transition:	all .1s ease-in;
	-ms-transition:		all .1s ease-in;
}
a:visited {text-decoration:none; }
a:active, a:focus {
text-decoration:none;
outline:none;
}
a img {border:none;}

/* ---------- ::Layout:: --------------------- */


#wrap {
	position: relative;
	width: 910px;
	top: 0px;
	margin: 0 auto;
}

.textwrap {
	display: block;
	margin-top: 20px;
	magin-bottom: 20x;
	width: 365px;
	float: left;
}

#header {
	position: relative;
	width: 907px;
	top: 16px;
	height: 207px;
	padding: 0px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#header-graphic {
	position: relative;
	width: 907px;
	top: 16px;
	height: 207px;
	padding: 0px;
	background-image: url(../images/header-gph.png);
	background-repeat: no-repeat;
	background-position: center center;

}

#header-web {
	position: relative;
	width: 907px;
	top: 16px;
	height: 207px;
	padding: 0px;
	background-image: url(../images/header-web.png);
	background-repeat: no-repeat;
	background-position: center center;

}

#header-mac {
	position: relative;
	width: 907px;
	top: 16px;
	height: 207px;
	padding: 0px;
	background-image: url(../images/header-mac.png);
	background-repeat: no-repeat;
	background-position: center center;

}

.imgctr {display: block; margin-left: 75px; padding-bottom: 20px;} 

.about {position: absolute; display: block; left: 400px; top: 50px; display: block; }

.contact {width: 450px; float: left;}

.payment {width: 70%; float: left; position: relative; left: 20px; top: 10px; margin-bottom: 40px;}

.contact-right {width: 450px; float: right;}

.port-left {position: relative; display: block; width: 300px; left: 20px; padding-bottom: 20px; float: left; } 

.port-right {position: relative; display: block; width: 300px; left: 40px; top: 0px; padding-bottom: 20px; float: left; } 

.port-text {display: block; margin: 5px auto; text-align: center; width: 100%; padding: 0;}

#wrap .package
{
	text-align: right;
	margin: 10px 0 -10px 0;
	color: #FF8E08;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}

.project
{
	margin: 15px;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px #BDC7E4 solid;
	background-color: #F8F8F8;
	height: 240px;
	width: 605px;
}

.project-img {
	float: right; 
	margin-left: 20px;
			box-shadow: 0 2px 5px #888;
	   -moz-box-shadow: 0 2px 5px #888;
	-webkit-box-shadow: 0 2px 5px #888;	
	padding: 0px;
}

.project ul {
	margin-left: 0px;
	width: 250px;
	padding-right: 0px;
}

.project li {
	list-style-type: none;
	background-image: url(../images/blubul-sml.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 28px;
	line-height: 18px;
	margin-left: -20px;

}

.project h4
{
	margin: 0px 0 0 10px;
	font-size: 16px;
	color: #4D8CFF;
	border-bottom: 1px solid #BDC7E4;
	width: 280px;
	padding-left: 0px;
}

.project h5
{
	margin: 10px 0 0 10px;
	font-size: 12px;
	color: #437ADF;
	border-bottom: 1px #BDC7E4 solid;
	width: 280px;
	padding-left: 0px;
}

.web-link a {
	margin-left: 20px;
	text-decoration: none;
}

#button {
	padding: 4px 8px;
	margin-left: 16px;
}


/* ---------- ::Navigation:: --------------------- */

#menu
{
	position: relative;
	top: 8px;
	width: 907px;
	height: 57px;
	padding: 0px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	text-align: center;
}

#menu ul {
	position: relative;
	width: 907px;
	top: -3px;
	left: -40px;
	height: 57px;
	margin: 0 auto;
}

#menu li
{
	font-size: 17px;
	font-weight: 300;
	list-style-type: none;
	display: inline;
	background-image: url(../images/menu-div.png);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 auto;
	padding: 0px;
	line-height: 57px;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px #EDEDED;
}

#menu li.last {background-image: none;}

#menu li a {
	color: black; 
	padding: 0 15px 0 15px; 
	text-align: center; 
	text-decoration: none;
}

#menu li a:hover,
#menu li a.active { 
	color: white; 
	text-decoration: none;
	text-shadow: 0 -1px 0px #808080;
}

#menu li a.graphic:hover,
#menu li a.graphic-active { color: #DC7B07 ; text-shadow: 0 1px 1px #fff;}

#menu li a.mac:hover,
#menu li a.mac-active {color: #007B1C ;  text-shadow: 0 1px 1px #fff;}
#menu li a.web:hover,
#menu li a.web-active{color: #1E54B6 ; text-shadow: 0 1px 1px #fff;}

/* ---------- ::side Pane:: --------------------- */

#side
{
	position: absolute;
	display: block;
	top: 0px;
	right: 10px;
	height: 98%;
	width: 240px;
	float: right;
	margin: 10px 0 10px 0px;
	border-left: 1px silver solid;
	padding-left: 5px;
}

#side h3 { color: #FF8E08; margin-left: 0px; text-align: center; }

#side p {width: 90%; margin-bottom: 15px;}

#side li {
	list-style-type: none;
	background-image: url(../images/blubul-sml.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 28px;
	line-height: 18px;
	margin-left: -20px;

}

#links li   {
	background-image: url(../images/grnbul-sml.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 28px;
	line-height: 18px;
	margin-left: -20px;
}


#side .port {display: block; margin-left: 15px; padding-bottom: 0px;} 


/* ---------- ::Main pane:: -------------------- */

.pane-top
{
	position: relative;
	display: block;
	top: 0px;
	left: -1px;
	width: 909px;
	height: 12px;
	padding: 0px;
	margin: 20px auto 0px auto;
	background-image: url(../images/pane-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.pane-mid
{
	position: relative;
	display: block;
	top: 0px;
	left: -1px;
	width: 909px;
	height: 100%;
	clear: both;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-image: url(../images/pane-mid.png);
	background-repeat: repeat-y;
	background-position: center top;
}

.pane-bott
{
	position: relative;
	display: block;
	top: 0px;
	left: -1px;
	width: 909px;
	height: 11px;
	padding: 0px;
	margin: 0px auto 0px auto;
	background-image: url(../images/pane-bott.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* ---------- ::Web Pane:: --------------------- */


#webpane
{
	position: relative;
	top: 18px;
	left: 0px;
	display: block;
	height: 407px;
	width: 287px;
	margin: 8px;
	background-image: url(../images/webpane.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	float: left;
	font-size: 14px;
}


h1.web-head  {color: #FFF; text-align: center; margin-top: 0px; padding: 10px 0 0 0; font-size: 24px; font-family: 'Poiret One';}

#webpane ul
{
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 230px;
	border-bottom: 1px #BBB solid;
	padding-bottom: 10px;
}

#webpane li
{
	position: relative;
	left: -10px;
	font-size: 14px;
	font-weight: bold;
	color: #626662;
	list-style-type: none;
	background-image: url(../images/blubul.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 38px;
	line-height: 28px;
}

#webpane img {display: block; position: relative; margin: 25px auto; border: none;}

.right {text-align: right; margin-right: 15px;}

#webpane a {text-decoration: none;}

/* ---------- ::Graphic Pane:: --------------------- */


#graphicpane
{
	position: relative;
	top: 18px;
	left: -7px;
	display: block;
	height: 407px;
	width: 287px;
	margin: 8px;
	background-image: url(../images/graphpane.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	float: left;
	font-size: 14px;
}


h1.graph-head  {color: #FFF; text-align: center; margin-top: 0px; padding: 10px 0 0 0; font-size: 24px; font-family: 'Poiret One';}

#graphicpane ul
{
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 230px;
	border-bottom: 1px #BBB solid;
	padding-bottom: 10px;
}

#graphicpane li
{
	position: relative;
	left: -10px;
	font-size: 14px;
	font-weight: bold;
	color: #626662;
	list-style-type: none;
	background-image: url(../images/orngbul.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 38px;
	line-height: 28px;
}

#graphicpane img {display: block; position: relative; margin: 25px auto; border: none;}

#graphicpane.right {text-align: right; margin-right: 15px;}

#graphicpane a {text-decoration: none;}

/* ---------- ::Mac Pane:: --------------------- */


#macpane
{
	position: relative;
	top: 18px;
	left: 7px;
	display: block;
	height: 407px;
	width: 287px;
	margin: 8px;
	background-image: url(../images/macpane.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	float: left;
	font-size: 14px;
}


h1.mac-head  {color: #FFF; text-align: center; margin-top: 0px; padding: 10px 0 0 0; font-size: 24px; font-family: 'Poiret One';}

#macpane ul
{
	position: relative;
	top: 10px;
	margin: 0 auto;
	width: 230px;
	border-bottom: 1px #BBB solid;
	padding-bottom: 10px;
}

#macpane li
{
	position: relative;
	left: -10px;
	font-size: 14px;
	font-weight: bold;
	color: #626662;
	list-style-type: none;
	background-image: url(../images/grnbul.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 38px;
	line-height: 28px;
}

#macpane img {display: block; position: relative; margin: 25px auto; border: none;}

#macpane.right {text-align: right; margin-right: 15px;}

#macpane a {text-decoration: none;}

/* ---------- ::Mac Main:: --------------------- */

h1.mac-top
{
	position: relative;
	top: 25px;
	left: 0px;
	display: block;
	height: 48px;
	width: 907px;
	margin: 0 auto;
	background-image: url(../images/mac-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	color: #FFF; text-align: center; margin-top: 0px; padding: 0px 0 25px 0; font-size: 28px; line-height: 48px ; font-family: 'Poiret One';
}

.div-mid
{
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	min-height: 590px;
	width: 907px;
	margin: 0 auto;
	background-image: url(../images/div-mid.png);
	background-repeat: repeat;
	background-position: center top;
	padding: 0px;
	z-index: 1;
}

.div-bott
{
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	height: 21px;
	width: 907px;
	margin: 0 auto;
	background-image: url(../images/div-bott.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}

.div-mid .projects
{
	font-size: 14px;
	font-weight: bold;
	color: #FF8E08;
	margin-bottom: 10px;
	font-variant: small-caps;
}

.small {font-size: 11px; margin-top: 0px;}

/* ---------- ::graph Main:: --------------------- */

h1.graph-top
{
	position: relative;
	top: 25px;
	left: 0px;
	display: block;
	height: 48px;
	width: 907px;
	margin: 0 auto;
	background-image: url(../images/graph-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	color: #FFF; text-align: center; margin-top: 0px; padding: 0px 0 25px 0; font-size: 28px; line-height: 48px ; font-family: 'Poiret One';
}


/* ---------- ::web Main:: --------------------- */

h1.web-top
{
	position: relative;
	top: 25px;
	left: 0px;
	height: 48px;
	width: 907px;
	margin: 0px auto;
	background-image: url(../images/web-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	color: #FFF; text-align: center; margin-top: 0px; padding: 0px 0 25px 0; font-size: 28px; line-height: 48px ; font-family: 'Poiret One';
}


/* ---------- ::Footer:: --------------------- */

#foot
{
	position: relative;
	top: 8px;
	width: 907px;
	height: 77px;
	padding: 0px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
}

#foot p
{
	position: relative;
	top: 5px;
	text-align: center;
	color: #888888;
	margin: 0px auto;
	font-size: 10px;
	line-height: 12px;
	width: 100%;
}

#foot ul {
	position: relative;
	width: 800px;
	/margin-top: 20px;
	top: 28px;
	right: 0px;
	height: 12px;
	text-align: center;
}

#foot li
{
	font-size: 10px;
	font-weight: normal;
	list-style-type: none;
	display: inline;
	background-image: url(../images/sep.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 auto;
	padding: 0px;
	line-height: 15px;
}

#foot li.last {background-image: none;}

#foot li a {color:#888888; padding: 0 10px 0 10px; text-align: center; text-decoration: none;}
#foot li a:hover { color: #aaa; padding: 0 10px 0 10px; text-decoration: none;}

#detail {width: 900px; height: 20px; margin: 0 auto; padding: 0px;}
#detail li a {color: #626662; padding: 0 10px 0 10px; text-align: center;}
#detail li a:hover { color: #aaa; padding: 0 10px 0 10px; text-decoration: none;}


#elance {
	position: absolute;
	width: 131px;
	height: 54px;
	z-index: 100;
	top: 10px;
	left: 750px;
}

#poweredby {
	display: block;
	position: relative;
	width: 150px;
	margin: 30px auto;
}

/* --------- start - table ----------- */

.tbl {
	position: relative;
	display: block;
	float: left;
	left: 30px;
	top: 0px;
	width: 620px; 
}
.tbl-contact {
	position: relative;
	display: block;
	float: left;
	left: 50px;
	top: 0px;
	width: 320px; 
}

table
{
	border-collapse: collapse;
	margin: 15px 25px 25px 0px;
	color: #444444;
	position: relative;
	text-align: center;
	font-family: 'Lato',  sans-serif;
	font-size: 100%;
	line-height: 1.2em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
th strong {
	color: #fff;
}
th
{
	height: 20px;
	-height: 30px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: center;
	border-left: 1px solid #fff;
	border-bottom: solid 2px #fff;
	background-color: transparent;
	background-image: url(../images/tablehead.gif);
	background-repeat: repeat-x;
}
tr {
	height: 30px;
}
td
{
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #fff; */
	border-left: 1px #fff solid;
	border-bottom: 1px #fff solid;
}


td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #f7f7f7;
}
tr.row-b {
	background-color: #EBEBEB; 
}

.org th {background-image: url(../images/tablehead-org.gif); background-repeat: repeat-x; }
.grn th {background-image: url(../images/tablehead-grn.gif); background-repeat: repeat-x; }


/* end - table */

/* ----------------Form Elements---------------- */
form
{
	margin: 10px 15px;
	padding: 10px;
	border: 1px #E6E6E6 solid;
	background-color: #F7F7F7;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
label {
	display:block;
	font-weight:normal;
	margin:5px 0;
}
input
{
	padding: 2px;
	border: 1px solid #D0D0D0;
	background-color: #EBEBEB;
	color: #00407D;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	-webkit-transition:	all .2s ease-in;
	-moz-transition:	all .2s ease-in;
	-o-transition:		all .2s ease-in;
	transition:			all .2s ease-in;
}

input:hover { 
	background-color: #FBFBFB; 
	-webkit-transition:	all .2s ease-in;
	-moz-transition:	all .2s ease-in;
	-o-transition:		all .2s ease-in;
	transition:			all .2s ease-in;

}

textarea {
	width:390px;
	padding:2px;
	font: normal 1em "Lato", sans-serif;
	border:1px solid #D0D0D0;
	background-color: #E8E8E8;
	height:100px;
	display:block;
	color:#777;
	-webkit-transition:	all .2s ease-in;
	-moz-transition:	all .2s ease-in;
	-o-transition:		all .2s ease-in;
	transition:			all .2s ease-in;
}

textarea:hover { 
	background-color: #FBFBFB; 
	-webkit-transition:	all .2s ease-in;
	-moz-transition:	all .2s ease-in;
	-o-transition:		all .2s ease-in;
	transition:			all .2s ease-in;
}

input.button { 
	margin: 0 0 0 300px; 
	/margin-left: 280px;
	font: bold 1em 'Lato', Sans-serif; 
	background: #FFF url(../images/gradientbg.jpg) repeat-x; 
	padding: 2px 8px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

input.button:hover { 
	margin: 0 0 0 300px; 
	/margin-left: 280px;
	font: bold 1em 'Lato', Sans-serif; 
	background: #FFF url(../images/gradientbghov.jpg) repeat-x; 
	padding: 2px 8px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

.directory {text-align: center; margin-top: 10px; margin-bottom: 10px;font-size: 11px; width: 90%;}

/* ---------- ::form validator:: --------------------- */

/* error message */
.error
{
	/* supply height to ensure consistent positioning for every browser */
	height: 13px;
	background-color: #FFFE36;
	border: 1px #7F0C0D solid;
	font-size: 11px;
	color: #000;
	padding: 3px 8px;
	margin-left: -2px;
	position: relative;
	z-index: 100;
	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-box-shadow: 0 0 6px #ddd;
	-webkit-box-shadow: 0 0 6px #ddd;
}
.error p {
	line-height: 13px;
	width: auto;
	padding: 0;
	margin: 0;
}

/* ------------- Payment page ------------------ */

.payment dl { width: 550px; padding: 10px 10px 20px 10px; font-size: 13px; }

.payment dt { width: 150px; float: left; margin-right: 10px; text-align: right; height: 25px; line-height: 19px; margin-top: 10px; }
.payment dd { width: 470px; height: 25px; line-height: 19px; margin-top: 10px; }

.payment input#img {border: none; background: transparent;}

.payment-img {
	position: relative;
	width: 200px;
	float: right;
	right: 30px;
	bottom: 20px;
}

.payment p
{
	width: 550px;
	color: #FF8E08;
	margin: 10px 0;
	font-weight: bold;
	text-align: left;
}
.payment input {
	width: 110px;
}