/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	background: url(../images/bg.jpg) top repeat-y #0e0f10;
	font-size: 0.9em; 
	color: #fff;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.4em;
	background: url(../images/h1bg.png) top repeat-x #cd9602;
	padding: 5px 15px;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.4em;
}

a {
	text-decoration: none;
	color: #ffbb03;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

form {
	width: 406px;
}

.textbox {
	border: 1px solid #ffbb03;
	width: 400px;
	padding: 2px;
}

textarea {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
	font-size: 1em;
	border: 1px solid #ffbb03;
	width: 400px;
	height: 111px;
	padding: 2px;
}

#container {
	width: 900px;
	margin: auto;
	text-align: left;
	padding-top: 15px;
}

#nav {
	clear: both;
	float: left;
	margin-top: 15px;
	width: 100%;
	height: 24px;
	padding-bottom: 9px;
	background: url(../images/navbg.png) bottom repeat-x;
}

#nav li {
	margin-right: 1px;
	float: left;
}

#nav a {
	display: block;
	width: 107px;
	height: 24px;
	text-indent: -9999px;
}

#btnhomepage a {
	background: url(../images/btnhomepage.png) top no-repeat;
}

#btnhomepage a:hover, #btnhomepageon {
	background: url(../images/btnhomepage.png) bottom no-repeat;
}

#btnaboutus a {
	background: url(../images/btnaboutus.png) top no-repeat;
}

#btnaboutus a:hover, #btnaboutuson {
	background: url(../images/btnaboutus.png) bottom no-repeat;
}

#btnservices a {
	background: url(../images/btnservices.png) top no-repeat;
}

#btnservices a:hover, #btnserviceson {
	background: url(../images/btnservices.png) bottom no-repeat;
}

#btnportfolio a {
	background: url(../images/btnportfolio.png) top no-repeat;
}

#btnportfolio a:hover, #btnportfolioon {
	background: url(../images/btnportfolio.png) bottom no-repeat;
}

#btncontactus a {
	background: url(../images/btncontactus.png) top no-repeat;
}

#btncontactus a:hover, #btncontactuson {
	background: url(../images/btncontactus.png) bottom no-repeat;
}

#monoSlideshow, #banner {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

#leftcol {
	clear: both;
	float: left;
	margin-left: 15px !important;
	margin-left: 8px;
	width: 630px;
}

#leftcol h1 {
	position: relative;
	left: -15px;
	width: 630px;
}

#leftcol li {
	padding-left: 20px;
	background: url(../images/list.gif) top left no-repeat;
}

#rightcol {
	float: right;
	width: 220px;
}

#portfoliocol {
	clear: both;
	float: left;
	margin-left: 15px !important;
	margin-left: 8px;
	width: 870px;
}

#portfoliocol h1 {
	position: relative;
	left: -15px;
	width: 870px;
}

.portfolio {
	float: right;
	margin: 0px 0px 10px 30px;
	border: 1px solid #ffbb03;
}

#footer {
	clear: both;
	float: left;
	width: 900px;
	padding-top: 10px;
	font-size: 0.8em;
}

.verify {
	position: relative;
	top: 6px;
	border: 1px solid #ffbb03;
}

.errors {
	font-weight: bold;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.leftpic {
	float: left;
	margin: 0px 10px 10px 0px;
}

.clear {
	clear: both;
}

.textright {
	clear: both;
	text-align: right;
}