/* global */

body {
	font: small/1.3em arial, helvetica, sans-serif;
	color: #808080;
	background: #505050;
}
img {
	border: 0;
}

/* global text */

p {
	margin: .75em 0;
}
h3 {
	margin: 20px 0 0 0;
	float: left;
	font-size: 18px;
}
h4,
h5 {
	font-size: 11px;
}
#content h4 {
	font-size: 13px;
}
h5 {
	margin-top: 35px;
	margin-bottom: -10px;
}
ul.clients {
	padding: 0;
	list-style: none;
}
img.pad {
	margin-top: 10px;
}


/* links */

a {
	color: #808080;
	text-decoration: none;
}
a span {
	border-bottom: 1px solid #ccc;
}
a:hover {
	color: #000;
}
a:hover span {
	color: #b9682d;
}

/* often used stuff */

.right {
	margin-top: -5px;
	font-size: 85%;
	text-align: right;
}

/* layout */

body {
	text-align: center; /* for IE 5.5 */
}

#container {
	width: 690px;
  background: #fff url(http://node.gldes.com/gldes_img/header_bg2.jpg) no-repeat;
	text-align: left; /* Recover from IE 5.5 centering hack */
	margin: 25px auto 0 auto;
	padding: 20px 30px;
  padding-bottom: 0;
}

#content {
	width: 515px;
	margin: 25px 0;
	float: right;
}

#left_col {
	width: 257px;
	float: left;
}

#right_col {
	width: 257px;
	float: right;
}

#sidebar {
	width: 170px;
	margin-top: 25px;
	margin-bottom: 50px;
}

#footer {
	clear: both;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

/* header */

#header {
	position: relative;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	display: block;
	width: 257px;
	height: 38px;
	/*background: url(http://node.gldes.com/gldes_img/logo.png) no-repeat;*/
	text-indent: -5000px;
}

#header form {
	position: absolute;
	right: 30px;
	top: 15px;
}
html>body #header form {
	right: 0;
}
#header #client_login {
	float: left;
	margin: 5px 0 0 0;
}
#header form div div {
	margin-top: 3px;
}
#header form .box {
	width: 85px;
	font-size: 10px;
	color: #0f0a0b;
	border-top: 1px solid #818181;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #818181;
	padding: 1px 2px;
	margin-right: 5px;
}

#header form .btn {
	position: relative;
	top: 3px;
}

/* navigation */

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li a {
	display: block;
	width: 150px;
	height: 15px;
	text-indent: -5000px;
	text-decoration: none;
}

#nav li a#nav_home {
	background: url(http://node.gldes.com/gldes_img/nav_home.png) no-repeat;
}
#nav li a#nav_home:hover {
	background-position: 0 -15px;
}

#nav li a#nav_design {
	background: url(http://node.gldes.com/gldes_img/nav_design.png) no-repeat;
}
#nav li a#nav_design:hover {
	background-position: 0 -15px;
}

#nav li a#nav_services {
	background: url(http://node.gldes.com/gldes_img/nav_services.png) no-repeat;
}
#nav li a#nav_services:hover {
	background-position: 0 -15px;
}

#nav li a#nav_clients {
	background: url(http://node.gldes.com/gldes_img/nav_clients.png) no-repeat;
}
#nav li a#nav_clients:hover {
	background-position: 0 -15px;
}

#nav li a#nav_contact {
	background: url(http://node.gldes.com/gldes_img/nav_contact.png) no-repeat;
}
#nav li a#nav_contact:hover {
	background-position: 0 -15px;
}

#nav li.active a#nav_home,
#nav li.active a#nav_home:hover,
#nav li.active a#nav_design,
#nav li.active a#nav_design:hover,
#nav li.active a#nav_services,
#nav li.active a#nav_services:hover,
#nav li.active a#nav_clients,
#nav li.active a#nav_clients:hover,
#nav li.active a#nav_contact,
#nav li.active a#nav_contact:hover {
	background-position: 0 -30px;
}

/* sidebar */

#sidebar h2#contact_info {
	width: 64px;
	height: 9px;
	background: url(http://node.gldes.com/gldes_img/contact_info.png) no-repeat;
	margin: 25px 0 0 0;
	text-indent: -5000px;
}

#sidebar dl {
	color: #92958a;
	font-size: 85%;
	line-height: 1.2em;
	margin-top: 71px;
}
#sidebar dt {
	margin: 20px 0 -5px 0;
	font-weight: bold;
}
#sidebar dd {
	margin: 5px 0 0 0;
}
#sidebar address {
	font-style: normal;
}

/* footer */

#footer {
	color: #77796e;
	font-size: 85%;
	border-top: 1px solid #ddd;
	padding-top: 5px;
}

#footer2 {
	width: 750px;
  height: 20px;
  background: #fff url(http://node.gldes.com/gldes_img/footer_bg.jpg) no-repeat bottom left;
	text-align: left; /* Recover from IE 5.5 centering hack */
	margin: 0 auto;
}

/* banners */

h2#header_home {
	width: 515px;
	height: 125px;
	background: url(http://node.gldes.com/gldes_img/header_home.png) no-repeat;
	margin: 0;
	text-indent: -5000px;
}
h2#header_design {
	width: 515px;
	height: 125px;
	background: url(http://node.gldes.com/gldes_img/header_design.png) no-repeat;
	margin: 0;
	text-indent: -5000px;
}
h2#header_services {
	width: 515px;
	height: 125px;
	background: url(http://node.gldes.com/gldes_img/header_services.png) no-repeat;
	margin: 0;
	text-indent: -5000px;
}
h2#header_clients {
	width: 515px;
	height: 125px;
	background: url(http://node.gldes.com/gldes_img/header_clients.png) no-repeat;
	margin: 0;
	text-indent: -5000px;
}
h2#header_contact {
	width: 515px;
	height: 125px;
	background: url(http://node.gldes.com/gldes_img/header_contact.png) no-repeat;
	margin: 0;
	text-indent: -5000px;
}

/* home */

div#recentwork {
	clear: both;
	padding: 10px 0;
}
div#recentwork img {
	padding: 2px;
	border: 1px solid #ddd;
	margin-right: 19px;
}
div#recentwork img.last {
	margin-right: 0;
}
div#work_0,
div#work_1,
div#work_2 {
	font-size: 11px;
	line-height: 13px;
	margin-top: 0;
	margin-bottom: 10px;
	background: #FAFAFA;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px;
}

div#work_0 a,
div#work_1 a,
div#work_2 a{
font-weight:bold;
text-decoration:underline;
}

div#work_0 p,
div#work_1 p,
div#work_2 p {
	margin: 0;
}
div#work_0 h5,
div#work_1 h5,
div#work_2 h5 {
	margin-top: 0px;
	margin-bottom: 5px;
}

/* contact */

dl.contact {
	color: #92958a;
	line-height: 1.2em;
}
dl.contact dt {
	margin: 20px 0 -5px 0;
	font-weight: bold;
}
dl.contact dd {
	margin: 5px 0 0 0;
}
address {
	font-style: normal;
}

/* login */

#login {
	width: 515px;
	height: 15px;
	background: url(http://node.gldes.com/gldes_img/04_clientlogin.png) no-repeat;
	margin: 20px 0 0 0;
	text-indent: -5000px;
}

form dl dt {
	width: 105px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 3px;
	padding-left: 5px;
	float: left;
	background: #ecebe7;
}
form dl dd {
	height: 25px;
	line-height: 25px;
	margin: 0 0 3px 115px;
	padding-left: 3px;
	background: #ecebe7;
}

form dl dd .box {
	width: 180px;
	font-size: 10px;
	color: #0f0a0b;
	border-top: 1px solid #818181;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #818181;
	padding: 3px 2px;
	margin-right: 5px;
}

form dl dd #remember {
	position: relative;
	top: 2px;
	left: -4px;
}

form dl dd .hint {
	font-size: 10px;
}

p.submit {
	margin-left: 232px;
}

/* login error */

#error {
	border: 1px solid #c5c5c5;
	background: #ffc;
	padding: 0 10px;
	margin: 55px 0 25px 0;
}
#error p.icon {
	background: url(http://node.gldes.com/gldes_img/error.png) no-repeat 0 0;
	padding-left: 25px;
}
form dl dt label.error {
	color: #d1392c;
}
form dl dd .error {
	background: #ffffe1;
	border-top: 1px solid #d1392c;
	border-right: 1px solid #f1b3b3;
	border-bottom: 1px solid #f1b3b3;
	border-left: 1px solid #d1392c;
}

/* sifr */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h3,
.sIFR-hasFlash h4 {
	visibility: hidden;
}
.sIFR-hasFlash h3 {
	line-height: 15px;
}

.sIFR-hasFlash h4,
.sIFR-hasFlash dt.header,
.sIFR-hasFlash dl.contact dt {
	line-height: 12px;
}
.sIFR-hasFlash #content h4 {
	line-height: 13px;
}

/* clearfix */

.clear {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.client {
clear:both;
}

.client img {
float:left;
clear:left;
margin:10px;
border:3px solid black;
}

.info {
float:right;
width:290px;
}

.info p {
padding:5px;
line-height:1.3em;
}

.info p a{
text-decoration:underline;
}
