/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*  start styles */
body {
	background-image:url(../i/bg_body.png);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#e56105;
	font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:.7em;
	color:#fff;
	text-align:center;
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	}
ul {
	list-style:none;
	float:left;
	display:block;
	padding:5px 0 10px;
}

li {
	display:inline;
	float:left;
	padding-top:5px;
	margin-right:5px;
}

p {
	padding:.3em 0;
	line-height:1.6em;
}

p.top {
	clear:both;
	text-align:right;
	text-transform:uppercase;
	font-size:.8em;
	width:89%;
}

p.quote {font-style:italic;}

strong { font-weight: bold; }

.big {	
	font-size: 120%;
	}

h1 {
	height: 0px; 
	text-indent:-200000px;
	}

h2 {
	height:70px;
	width:590px;
	float:left;
	margin: 20px 0 0 0;
	padding: 80px 0 0 0;
	text-indent:-200000px;
	background-repeat:no-repeat;
	background-position:bottom left;
}

h2#news {background-image:url(../i/header_new.gif);}
h2#webportfolio {background-image:url(../i/header_portfolio.gif);}
h2#aboutus {background-image:url(../i/header_about.gif);}
h2#clientlogin {background-image:url(../i/header_client.gif);}

h3 {
	font-size:1.5em;
	font-weight:normal;
	clear:both;
	margin-bottom:12px;
}

a, a:visited, a:active {
	color:#e56105;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}

/* container elements */
#fullcol {
	width:970px;
	min-width:970px;
	margin: 0 auto;
	font-size:1.2em;
	text-align:left;
	}

#content {
	display:inline;
	float:right;
	width:620px;
	background: url(../i/bg_content.gif) repeat-y right;
	}

#container { 
	float:left; 
	margin:0 15px;
	padding: 100px 0 0 0;
	}

#content div div {
	padding:14px 0 20px 0;
	float:left;
	width:590px;
	}

/* portfolio elements */
#portfolio ul, #logodiv ul, #artdiv ul, #printdiv ul, #photodiv ul, #aboutdiv ul {margin-left:4px;}

#portfolio li a, #logodiv li a, #artdiv li a, #printdiv li a, #photodiv li a, #aboutdiv li a {
	width:75px;
	height:75px;
	padding:3px;
	margin: 3px; 
	border:1px solid #e56105;
	float:left;
	}
#portfolio ul li img {
	width: 75px;
	height: 75px;
	}

#portfolioli a {border:1px solid #e56105;}
#portfolio a {color:#e56105;}
#content #webdiv {background-image:url(../images/bg_webdiv.gif);}

#webdiv li a:hover, #logodiv li a:hover, #artdiv li a:hover, #printdiv li a:hover, #photodiv li a:hover, #aboutdiv li a:hover {
	border-color:#fff;
}

#webdiv a:hover, #logodiv a:hover, #artdiv a:hover, #printdiv a:hover, #photodiv a:hover, #aboutdiv a:hover {
	color:#fff;
	text-decoration:underline;
}

/* top navigation -----------------------------------*/
#topnavcontainer {
	background: #000000;
	padding: 5px 0 20px 0;
	position: fixed; 
	top: 0;
	width: 590px;
	}
	
#xcontent #topnav {
	background: url(../images/bg_top_nav.png) no-repeat;
	border-bottom:1px solid #e56105;
	margin: 5px 0 20px 0;
	width: 100%;
	}
#content #topnav {
	border-bottom:1px solid #e56105;
	margin: 0;
	width: 100%	
	}
	
#content #topnav li {
	float:left; 
	line-height: 1.2em;
	text-align: right;
	}

#content #topnav a {
	padding:0 0 0 26px;
	text-decoration:none;
}

/* top navigation end -------------------------------*/


/* latestdiv -----------------------------------------*/
#content div.leftcol, #content div.rightcol {
	float:left;
	display:inline;
	width:282px;
	margin:6px;
	background:none;
	padding:0;
}


/* aboutdiv ------------------------------------------*/
form {display:inline;}

input:focus, textarea:focus {
	border:1px solid #e56105;
}

form label {height:1em;}

dl {margin:.2em 0;}

dt {
	float:left;
	width:80px;
	color:#e56105;
}
	
dd {
	margin:0 0 1em 5em;}

abbr {
	border:dashed 1px #e56105;
	cursor:help;
	padding:0 2px;
}

input, textarea {
	height:1.5em;
	font:.9em "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	width:271px;
	background:#ffffff;
	border:1px solid #e56105;
	color:#000000;
}

textarea {
	height:60px;
}

input.btns {
	background:#e56105;
	border:1px solid #fff;
	width:74px;
	height:22px;
	cursor:pointer;
	font-weight:bold;
	color:#000;
}

/* login div */
.login {
	}
	
/* misc styles */
.legal {	
	color: #666;
	clear: both;
	padding: 200px 0 0 0;
	}
	
/* clearfix ------------------------------------------*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
/* End hide from IE-mac */
/* clearfix end --------------------------------------*/

