/* CSS 3 document */

/* Eric Meyer's CSS reset - http://meyerweb.com/eric/tools/css/reset  */

html, body, div, span, applet, object, iframe,
header, nav, article, aside, section, footer,
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
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
    font-family: arial;
    font-size: inherit;
    font-weight: inherit;
    }

header, nav, article, aside, section, footer {
    display: block;
    }
    
ol, ul {
    list-style: none;
    }
    
blockquote, q {
    quotes: none;
    }


/* ---------- MAIN CSS DOCUMENT ---------- */

body {
    background-color: #333333;
    background-image: url('background.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    line-height: 1;
    font-size: 12px;
    color: #FFFFFF;
    }

a {
	text-decoration: underline;
	color: #bbbbbb;
	}
	
a:active {
	text-decoration: underline;
	color: #685327;
	}
	
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
a.current:visited, a.current:link, a.current:active, a.current:hover, a.other:link, a.other:visited, a.other:active, a.other:hover  {
	text-decoration: none;
	display: block;
    height: 16px;
    padding: 5px;
	}

a.current:visited, a.current:link, a.current:active, a.current:hover {    
	border-bottom: 5px solid #ffd895;
	}
	
a.current:active, a.current:hover {
	color: #FFFFFF;
	}
	
a.other:active, a.other:hover {
	border-bottom: 5px solid #ffd895;
    color: #FFFFFF;
	}

a.dark:link, a.dark:visited, a.dark:active, a.dark:hover {
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
	color: #212121;
	}
	
a.dark:visited, a.dark:active, a.dark:hover {
	text-decoration: underline;
	}
	
a.dgray:link, a.dgray:visited, a.dgray:active, a.dgray:hover {
	color: #212121;
	}
	
.outer-wrapper {
    margin-left: auto;
	margin-right: auto;
	width: 800px;
	overflow: hidden;
	text-align: center;
	}
	
.inner-wrapper {
	width: 800px;
	text-align: left;
	}
	
.cb {
    width: 100%;
    clear: both;
    }

header {
	display: block;
	width: 800px;
	height: 200px;
	text-align: left;
	}
    
#makeMeScrollable {
    width: 100%;
    height: 135px;
    display: block;
    margin-bottom: -135px !important;
    overflow: hidden;
    }

.scrollableArea {
	position: relative;
	float: left;
	}
    
.scrollWrapper {
	position: relative;
	overflow: hidden;
	}

.scrollableArea {
	position: relative;
	width: auto;
	height: 100%;
	}
	
nav {
	width: 740px;
	height: 31px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;    
	margin-bottom: 10px;
	border-bottom: 1px solid #ffd895;
	}
	
nav ul {
    display: block;
    height: 31px;
    }
	
nav ul li {
	display: block;
	float: right;
	padding-left: 15px;
	}
    
.hrimg {
    width: 800px;
    height: 7px;
    }
	
#banner {
    position: absolute;
    right: 0px;
    top: 257px;
    width: 100%;
    height: 350px;
    background-color: #cccccc;
    filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
    z-index: -1;
    background-image: url('verticlegradient.jpg');
    background-repeat: repeat-y;
    background-position: center;
    }
	
#feature_nagivation {
	padding-right: 22px;
	background-color: #51504f;
	height: 9px;
	overflow: visible;
	margin-bottom: 40px;
	}
	
#feature_nagivation ul li {
	float: right;
	}
	
#feature_nagivation a {
    text-decoration: none;
    display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 8px;
	margin-right: 5px;
	color: #222222;
	background-color: #b9b6b1;
	}

#feature_nagivation a:hover {
    padding-top: 10px;
    }

#feature_nagivation ul li {
	display: block;
	}

#feature {
    width: 780px;
    height: 330px;
    padding: 10px;
    background-color: #bbb8b3;
    overflow: hidden;
    }
    
#feature article {
    margin-bottom: 10px;
    }

#feature div {
    width: 310px;
    padding: 10px;
    float: right;
    text-align: left;
    color: #212121;
    }

#f_1 {
    display: block;
    }
    
#f_2, #f_3, #f_4, #f_5 {
    display: none;
    }
    
#main {
	border: 1px solid #DDDDDD;
	-moz-box-shadow: 0px 5px 3px #222222;
	-webkit-box-shadow: 0px 5px 3px #222222;
	box-shadow: 0px 5px 3px #222222;
	background-color: #FFFFFF;
	background-image: url('gradient.jpg');
    background-position: top;
    background-repeat: repeat-x;
    color: #111111;
    max-width: 800px !important;
    overflow: hidden;
    margin-bottom: 30px;
    }
    
#columndiv {
    font-size: 12px;
    width: 750px;
	-moz-column-count: 2;
	-moz-column-gap: 25px;
	-webkit-column-count: 2;
	-webkit-column-gap: 25px;
	column-count: 2;
	column-gap: 25px;
	text-align: justify;
	padding: 25px;
    }
    
#nocolumndiv {
    font-size: 12px;
    width: 750px;
	text-align: justify;
	padding: 25px;
    }
    
#design-display {
    padding: 15px;
    padding-right: 0px;
    clear: both;
    }
    
#design-slide-display {
    padding: 15px;
    clear: both;
    }

#design-display li {
	display: block;
	float: left;
    width: 210px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 23px;
    text-align: left !important;
    color: #333333;
    font-size: 12px;
    line-height: 1.6em;
    }
    
#design-carousel li {
    display: block;
    height: 500px;
    width: 720px;
    padding: 23px;
    line-height: 1.6em;
    }
    
.prev, .next {
    display: block;
    height: 50px;
    width: 50px;
    overflow: hidden;
    margin-bottom: -50px;
    position: relative;
    top: 175px;
    z-index: 9999999 !important;
    background-image: url('images/hoveroff.gif');
    background-position: left top;
    background-repeat: no-repeat;
    }
    
.prev {
    right: 4px;
    }
    
.prev:hover {
    background-image: url('images/hoveron.gif');
    }
    
.next {
    left: 716px;
    }
    
.next:hover {
    background-image: url('images/hoveron.gif');
    }
    
.wbws {
    width: 210px;
    height: 170px;
    padding-bottom: 15px;
	background-image: url('images/thumb-bg.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    }
    
.wbwt {
    width: 720px;
    height: 400px;
    padding-bottom: 20px;
	background-image: url('images/large-bg.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    }
	
.contactform, .contactmessage {
	display: block;
	width: 420px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 1px solid #bbbbbb;
	font-size: 14px;
	color: #999999;
	}
	
#physicaladdress {
	display: block;
	width: 200px;
	padding-left: 65px;
	padding-top: 20px;
	margin-top: 30px;
	float:right;
	background-image: url('images/contact-logo.gif');
    background-position: left top;
    background-repeat: no-repeat;
	}
	
#physicaladdress span {
	display: block;
	height: 55px;
	}
	
.contactnormal{
    display: block;
    width: 440px;
	}
    
#main a {
    color: #333333;
    }
    
#main a:hover {
    color: #16b700;
    }
    
.main_title {
    float: right;
    font-size: 11px;
    color: #777777;
    text-transform: uppercase;
    display: block;
    padding: 5px;
    }
    
#grid-slide {
    text-align: right;
    margin: 40px;
    margin-bottom: 0px;
    border-bottom: 3px solid #BBBBBB;
    }
    
#grid-slide a {
    display: inline-block;
    padding: 10px;
    margin-left: 5px;
    margin-top: -10px;
    font-size: 12px;
    color: #ffffff;
    background-color: #BBBBBB;
    font-style: italic;
    text-decoration: none;
    }
    
#grid-slide a:hover {
    color: #ffffff;
    background-color: #777777;
    }
    
#grid-slide h2 {
    float: left;
    }
    
#mapimg {
    float: right;
    }

footer {
	text-align:left;
	width: 700px;
	padding: 50px;
	margin-top: 50px;
	overflow: hidden;
    background-color: #111111;
    clear: both;
    }
    
footer a {
    text-decoration: none;
    color: #aaaaaa;
    }

footer ul li {
    float: left;
    display: block;
    width: 150px;
    margin-right: 20px;
    line-height: 2em;
    font-size: 1em;
    }
    
footer img {
    margin-top: -5px;
    }
    
#double-width {
    width: 300px;
    color: #aaaaaa;
    }

p, h1 {
    padding-bottom: 15px;
    }
    
p {
    line-height: 1.6em;
    }
    
h1 {
	font-size: 24px;
	font-family: arial;
    color: #FFFFFF;
    font-weight: normal;
    }
    
h2 {
	font-size: 15px;
	font-family: arial;
	text-transform: uppercase;
    color: #555555;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    }
    
h2.main_title2 {
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: -15px !important;
    }
    
h3 {
	font-size: 15px;
	font-family: arial;
	text-transform: uppercase;
    color: #212121;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 1px;
    display: block;
    }
    
h4 {
	font-size: 13px;
	font-family: arial;
	text-transform: uppercase;
    color: #999999;
    margin-bottom: 10px;
    margin-top: 7px;
    display: block;
    }
    
b {
    font-weight: bold;
    font-size: 110%;
    }
    
.bold {
    font-weight: bold;
    }
    
.basic {
    margin-left: 30px;
    list-style-type: circle;
    }
    
.basic li {
    margin: 8px;
    line-height: 2.2em;
    color: #666666;
    }

.bigbutton {
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 6px;
    margin-bottom: 20px;
    border: 1px solid #a0a0a0;
    background-color: #cccccc;
    font-size: 14px;
    float: right;
    }

.green {
	color:#99cc66;
	}
	
.red {
	color:#cc0000;
	}
    
.center {
    text-align: center;
    }