body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	color: #252525;
	line-height: 1.6em;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #292929;
}

h1 {
	font-size: 2.2em;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	font-weight: normal;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(images/h1_bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0072BC;
	padding: 0px;
	line-height: 2em;
	text-transform: uppercase;
}

h2 {
	font-size: 2.2em;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	background-image: url(images/col1.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 50px;
	margin: 0px;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	text-transform: uppercase;
	color: #0072BC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #252525;
	border-bottom-color: #252525;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
}

h4 {
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	text-transform: uppercase;
	color: #0072BC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #252525;
	border-bottom-color: #252525;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/h4.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 52px;
}

a:active, a:focus { 
	outline: 0 
} 

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img {
	border: none;
}

.thumb {
	padding: 4px;
	float: left;
	margin-right: 15px;
	border: 1px solid #0072BC;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thumbnofloat {
	padding: 4px;
	border: 1px solid #0072BC;
}
.thumbnoborderleft {
	float: left;
	margin-right: 15px;
}

.thumbnoborder {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 15px;
}
.viewdesigns {
	float: right;
}

#header {
	width: 990px;
	height: 255px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#flash {
	float: right;
	height: 243px;
	width: 493px;
	margin-top: 12px;
}

/* Menu */

#menu {
	width: 990px;
	height: 110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/menu_background.png);
	background-repeat: no-repeat;
}

#menu ul {
	margin: 0px;
	list-style: none;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu a {
	display: block;
	float: left;
	height: 45px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.2em;
	padding-bottom: 0px;
	width: 165px;
	text-align: center;
	background-image: url(images/menu_1.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
}

#menu a:hover {
	color: #FFFFFF;
	background-image: url(images/menu_2.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 45px;
	width: 165px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#menu .active a {
	color: #FFFFFF;
	background-image: url(images/menu_2.png);
	background-repeat: no-repeat;
	margin: 0px;
	height: 45px;
	width: 165px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pagewrapper {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Page */

#page {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #FFFFFF;
	background-image: url(images/page_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding-top: 8px;
}

#contentwide {
	width: 960px;
	padding-top: 8px;
}

#contentwide h2 {
	font-size: 2.2em;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	background-image: url(images/col1.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

#contentwide h3 {
	font-size: 2.2em;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	background-image: url(images/col2.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contentwide h4 {
	font-size: 2.2em;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	background-image: url(images/col3.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 50px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}

#contentwide h5 {
	font-size: 2.2em;
	font-family: "Trebuchet MS", Arial, "Helvetica CE";
	font-weight: normal;
	color: #000000;
	text-transform: uppercase;
	background-image: url(images/col4.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 50px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.post {
	text-align: justify;
}

.post .entry {
	padding: 10px;
}

.post .entry .project {
	width: 310px;
	float: left;
	height: 200px;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#homecolumns {
	width: 960px;
	height: 350px;
}

.homecolleft  {
	padding: 10px;
	float: left;
	width: 450px;
	margin-bottom: 10px;
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 0px;
	height: 130px;
}

.homecolright  {
	padding: 10px;
	float: left;
	width: 450px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	height: 130px;
}

.homecolleft2  {
	padding: 10px;
	float: left;
	width: 450px;
	margin-bottom: 30px;
	margin-right: 20px;
	margin-top: 0px;
	margin-left: 0px;
	height: 130px;
}

.homecolright2  {
	padding: 10px;
	float: left;
	width: 450px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 130px;
}


h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #252525;
	font-weight: normal;
	line-height: normal;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 115px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0072BC;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.homenumbers {
	float: left;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin-bottom: 1.4em;
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-left: 30px;
}

#sidebar blockquote {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}

/* Footer */

#footer {
	clear: both;
	height: 104px;
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #444444;
	font-size: 85%;
	padding-top: 20px;
}

#footer a {
	color: #444444;
	padding: 6px;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0072BC;
	padding: 6px;
}

/* Form Elements */

form {
	background-color: #FBFBFB;
	text-transform: uppercase;
	font-size: 90%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

label {
	display: block;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 4px;
	width: 380px;
	border: 1px solid #C2C2C2;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 4px;
	width: 440px;
	border: 1px solid #C2C2C2;
}

.submit {
	width: 89px;
	height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Highslide */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}

.highslide img {
	border: 1px solid #0072BC;
	padding: 5px;
}

.highslide:hover img {
	border: 1px solid #0072BC;
	background-color: #0072BC;
	padding: 5px;
}

.highslide-wrapper {
	background: white;
}

.highslide-image {
	border: 10px solid white;
}

.highslide-image-blur {
}

.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}

.highslide-display-none {
    display: none;
}
