body {
	background: url(images/bg.gif) repeat;
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
}

img {border: 0;}
a img { border: 0; overflow: hidden;}

a:link {
	text-decoration: none; 
	color: #FF6600;
}

a:visited {
	text-decoration: none; 
	color: #FF6600;
}

a:hover {
	text-decoration: underline; 
	color: #FF6600;
}

a:active {
	text-decoration: none; 
	color: #000;
}

#container {
	width: 880px;
	height: auto;
	background: transparent;
	margin: 120px auto;
}
#top {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	font-size: 12px;
}
#logo {
	width: 230px;
	height: 50px;
	float: left;
	display: inline;
}

#nav {
	width: 240px;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0;
	background: transparent;
	float: right;
	display: inline;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	float: left;
	margin: 0 0 0 16px;
}
#nav ul a {
	text-decoration: none;
	padding: 5px;
	color: #000;
}
#nav ul a:hover {
	text-decoration: none;
	color: #ff6600;
	background: url(images/hover.gif) bottom center no-repeat;
}
 a.scrollover {
      /* Default Colour/Styles here */
      color: #000;
   }
   a.scrollover em:first-line {
      /* Rollover Colour/Styles here */
      color: #FF6600;
   }
   
hr.orange-line {
	width: 760px;
	height: 2px;
	margin: 0 auto;
	padding: 0;
	background: url(images/dotted-line.gif);
	clear: both;
	border: none; 
}

#prevd{
	width: 60px;
	height: 30px;
	background: transparent;
	padding: 135px 0;
	float: left;
	display: block;
}

#nextd {
	width: 36px;
	height: 30px;
	background: transparent;
	padding: 135px 0;
	float: right;
	display: block;
}

#next, #prev{ display:none; cursor: pointer; }

#work { width: 760px; overflow: hidden; position: relative; }
ul#carousel { list-style: none; margin: 0; padding: 0; display:block;  position: relative; overflow: hidden;}
ul#carousel li.car { width: 760px; height: 330px; display: block; float: left;}

.design {
	width: 760px;
	height: 300px;
	background: transparent;
	float: left;
	display: inline;
	margin: 1px auto;
}

.info {
	width: 760px;
	height: 24px;
	margin: 0 auto 1px auto;
	clear: both;
	color: #FFF;
	font-size: 10px;
	text-transform: uppercase;
	background: url(images/bar.gif);
}
.bold {
	font-weight: bold;
}
.client {
	width: 237px;
	height: 16px;
	margin: 0;
	padding: 4px 8px;
	float: left;
	display: inline;
}
.date {
	width: 237px;
	height: 16px;
	margin: 0;
	padding: 4px 8px;
	text-align: center;
	float: left;
	display: inline;
}
.status {
	width: 237px;
	height: 16px;
	margin: 0;
	padding: 4px 8px;
	text-align: right;
	float: left;
	display: inline;
}
#footer {
	width: 760px;
	height: auto;
	margin: 0 auto;
	padding: 5px 0;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	background: transparent;
}

/*  ABOUT STYLES  */

#wrapper {
	width: 760px;
	height: auto;
	margin: 2px auto;
	color: #000;
	font-size: 11px;
	background: url(images/about-bg.gif);
	overflow: hidden;
}
#photo {
	width: 244px;
	height: 500px;
	background: url(images/me.jpg) no-repeat bottom;
	float: left;
}
#description {
	width: 456px;
	height: auto;
	padding: 30px;
	background: transparent;
	float: left;
}
h1 {
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	color: #000;
}
#links {
	width: 230px;
	height: 23px;
	margin: 20px auto;
	padding-top: 7px;
	text-align: center;
	border: 3px solid #f2f2f2;
}

/*  CONTACTSTYLES  */

#wrapper2 {
	width: 760px;
	height: 500px;
	margin: 2px auto;
	color: #000;
	font-size: 11px;
	background: url(images/contact-bg.jpg);
	overflow: hidden;
}
#contact {
	width: 372px;
	height: 440px;
	padding: 30px;
	background: transparent;
	float: left;
}
#service {
	width: 268px;
	height: auto;
	padding: 30px;
	background: transparent;
	float: left;
}

/* CONTACTFORM STYLES */

#contactform {
	width: 372px;
	height: auto;
	padding: 0;
	margin: 10px auto;
	background: transparent;
}

#clear {
	width: 790px;
	height: 1px;
	background: transparent;
	clear: both;
}

label {
	width: 60px;
	height: 29px;
	padding-top: 6px;
	font-size: 12px;
	color: #000;
	float: left;
}

#name {
	width: 284px;
	height: 14px;
	margin-bottom: 6px;
	padding: 8px;
	border: 0;
	background: #e6ebeb;
	float: right;
}

#email {
	width: 284px;
	height: 14px;
	margin-bottom: 6px;
	padding: 8px;
	border: 0;
	background: #e6ebeb;
	float: right;
}

#phone {
	width: 284px;
	height: 14px;
	margin-bottom: 6px;
	padding: 8px;
	border: 0;
	background: #e6ebeb;
	float: right;
}

#subject {
	width: 284px;
	height: 14px;
	margin-bottom: 6px;
	padding: 8px;
	border: 0;
	background: #e6ebeb;
	float: right;
}

#message {
	width: 284px;
	height: 160px;
	margin-bottom: 6px;
	padding: 8px;
	border: 0;
	background: #e6ebeb;
	float: right;
}

#send {
	width: 75px;
	height: 24px;
	border: 0;
	background: none;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	float: right;
	margin-right: 0;
}