/*** RESET *************************************************/
*
{
    padding: 0;
    margin: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

blockquote, q
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}

:focus
{
	outline: 0;
}

ins
{
	text-decoration: none;
}

del
{
	text-decoration: line-through;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

img
{
    border: 0;
}

a
{
    text-decoration: underline;
	color: #000000;
}

a:hover
{
	text-decoration: none;
}
/* ******************* ELEMENTS ******************* */
html
{
    overflow-y: scroll;
}

body
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #33412E;
}

table
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 0;
}

h1
{
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

h3
{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

p a
{
    text-decoration: underline;
}

div
{
    /*border: solid 1px red;*/
}

/* ******************* OTHER ******************* */

.divClear
{
    clear: both;
}

#imgCorner_topleft
{
    position: absolute;
    top: -1px;
    left: -1px;
    z-index:99999;
}

#imgCorner_topright
{
    position: absolute;
    top: -1px;
    right: -1px;
    z-index:99999;
}

#divRoot
{
    margin: 0 auto;
	position: relative;
    padding: 8px 0 8px 0;
    height: 100%;
}

#divWrapper
{
    margin: 0 auto;
	position: relative;
    width: 920px;
    border: solid 1px #000;
    background-color: #FFF;
}

#divFooter
{
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #000;
    text-align: right;
    font-size: 10px;
    background-color: #A4CA97;
    clear: both;
}

#divMain
{
    position: relative;
    float: left;
    background-color: #A4CA97;
}

#divMainLeft
{
    width: 200px;
    padding: 0 0 55px 0;
    background-color: #A4CA97;
    float: left;
}

#divMainContent
{
    width: 719px;
    float: left;
    border-width: 0 0 0 1px;
    border-color: #000;
    border-style: solid;
    background-color: #FFF;
}

#divContent
{
    float: left;
    padding: 40px 40px 0 50px;
    background-color: #FFF;
}

#divContent p
{
    margin: 0 15px 10px 0;
}

#divLogo
{
    width: 200px;
    text-align: center;
    padding: 55px 0 55px 0;
}

#ulMenu
{
	list-style-type: none;
	margin: 0 auto;
	width: 160px;
	border: 1px solid #BDDBB5;
}

#ulMenu li a
{
	background: #FFF url(/images/buttonBack1.jpg) repeat-x bottom left;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	display: block;
	width: auto;
	padding: 10px 0 10px 10px;
	text-decoration: none;
}

* html #ulMenu li a
{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 160px;
}

#ulMenu li a:visited, .glossymenu li a:active
{
	color: #000;
}

#ulMenu li a:hover
{
	background-image: url(/images/buttonBack2.jpg);
	text-decoration: none;
}

#divHeader
{
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000;
    background-color: #A4CA97;
    padding: 65px 0 10px 0;
    position: relative;
}

#divHeaderBar
{
    height: 50px;
    background: #A4CA97 url(/images/headerBar.jpg) right repeat-y;
    padding: 0 0 0 30px;
}

#divHeaderTitle
{
    float: left;
    padding: 12px 0 0 0;
}

#divHeaderTitle h1
{
    font: bold 24px Verdana, Arial, Helvetica, sans-serif;
}

#divComment
{
    float: right;
	padding-right: 40px;
	width: 400px;
	text-align: right;
	font-size: 10px;
}

#spnCommentAuthor
{
    font-style: italic;
}

#divContentLeft
{
	float: left;
	width: 389px;
	margin-bottom: 40px;
}

#divContentLeft p a
{
    font-weight: bold;
}

#divContentRight
{
	float: left;
	width: 228px;
	text-align: center;
}

#divContentHeader
{
	padding: 0 15px 20px 0;
}

#divServicesMenu
{
    float: left;
    width: 200px;
}

#divServicesContentBack
{
    float: left;
    height: 608px;
    background: url(/images/services_bg.jpg) no-repeat;
    position: relative;
}

#divDesignProcessContentBack
{
    float: left;
    height: 650px;
    background: url(/images/services_bg2.jpg) no-repeat;
    position: relative;
    
}

.divServicesContent
{
    display: block;
    float: left;
    position: relative;
    top: 0;
    background-color: #FFF;
	border: solid 2px #A4CA97;
	padding: 10px 30px 10px 30px;
	width: 364px;
}

#divDesignLeft a:hover
{
	text-decoration: none;
}

#divServicesMenu ul
{
	list-style-type: none;
	width: auto;
}

#divServicesMenu ul li a
{
    background: transparent;
	padding: 10px 0 0 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 44px;
}

#divServicesMenu ul li a:hover
{
    background: url(/images/headerBar_small_hover.jpg) repeat-y;
    padding: 10px 0 0 0;
	cursor: pointer;
	display: block;
	text-decoration: none;
	width: 200px;
	height: 44px;
}

.spnServiceListOn
{
	background: url(/images/headerBar_small.jpg) repeat-y;
	padding: 10px 4px 0 0;
	cursor: default;
	font-weight: bold;
	height: 44px;
}

#divStepNext
{
    float: right;
}

#divStepPrevious
{
    float: left;
}

.divContent_PortfolioMenu
{
    width: 629px;
}

.PortfolioMenu
{
	width: 290px;
	margin: 0 0 10px 0;
	padding: 6px;
	border: solid 4px #CCC;
	cursor: pointer;
	position: relative;
}

.MenuLeft
{
    float: left;
}

.MenuRight
{
    float: right;
}

.PortfolioMenu h1
{
	font-size: 12px;
}

.PortfolioMenuBlurb
{
    float: left;
    width: 190px;
    height: 60px;
}

.PortfolioMenuBlurb p
{
    padding: 6px 0 0 0;
}

.imgPortfolioMenuFilter
{
    border: 0;
    width: 80px;
    height: 60px;
    position: absolute;
    top: 6px;
    right: 6px;
}

.imgPortfolioMenuThumb
{
    width: 80px;
    height: 60px;
    float: right;
}

.imgPortfolioThumb
{
	width: 60px;
	height: 45px;
	cursor: pointer;
}

#divPortfolioMain
{
    margin: 20px 0 0 0;
}
    
#divPortfolioImageContainer
{
    float: left;
    width: 390px;
    height: 425px;
}

#divPortfolioImage
{
    float: left;
    width: 302px;
    margin: 0 8px 0 8px;
}

#divPortfolioImage img
{
    border-color: #000;
    border-style: solid;
    border-width: 1px 1px 0 1px;
}

#divPortfolioImage h3
{
    padding: 0 5px 0 0;
    text-align: right;
    background: #BFDBB5;
    border-color: #000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
}

#divPortfolioImage label
{
    padding: 0 0 0 80px;
}

#divPortfolioThumbGallery
{
    float: right;
    width: 215px;
}

.borderSet, .borderSet:hover
{
    float: left;
    margin: 0 2px 2px 0;
    border: solid 3px #33412E;
    width: 60px;
}

.borderNotSet
{
    float: left;
    margin: 0 2px 2px 0;
    border: solid 3px #FFF;
    width: 60px;
}

.borderNotSet:hover
{
    float: left;
    margin: 0 2px 2px 0;
    border: solid 3px #A4C497;
    width: 60px;
}

#divPortfolioNext
{
    float: left;
    position: relative;
    top: 80px;
}

#divPortfolioPrev
{
    float: left;
    position: relative;
    top: 80px;
}

#pPortfolioBack
{
    padding: 10px 0 10px 0;
}

#tblContact a
{
    text-decoration: underline;
}

#divContactTable
{
    border-width: 2px;
    border-style: solid;
    border-color: #A4CA97;
    margin-top: 30px;
    padding: 15px;
    float: left;
}

.divContactImg
{
    margin: 10px 5px 10px 5px;
    width: 200px;
    height: 150px;
}

#divContactImg1
{
    background: url(/images/Genim16_200.jpg) no-repeat;
}

#divContactImg2
{
    background: url(/images/Genim19_200.jpg) no-repeat;
}

#bodyContact
{
     background-color: #A4CA97;
}

#divOnlineForm
{
	margin: 0 0 40px 0;
}

#divFormTitle
{
    width: 360px;
	padding-bottom: 10px;
}

#divForm
{
    width: 390px;
}

.divFormRow
{
    position: relative;
    float: left;
}

.divFormLabel
{
    float: left;
    width: 95px;
    text-align: right;
}

.divFormInput
{
    float: left;
    width: 270px;
    padding: 0 0 15px 0;
}

.tbxFormInput
{
    width: 200px;
    height: 16px;
}

.divFormRequired
{
    float: left;
    color: red;
    margin: 0 5px 0 5px;
}

#divContactSubmit
{
    float: right;
    margin-right: 0;
}

#divFormKey
{
    font-size: 10px;
    padding: 0 0 10px 100px;
    color: Red;
}

.rfvErrorMessage
{
    font-size: 10px;
}

#divError_Firstname
{
    position: absolute;
    left: 118px;
    top: 22px;
    width: 260px;
}

#divError_Email
{
    position: absolute;
    left: 118px;
    top: 22px;
    width: 260px;
}

#divError_Request
{
    position: absolute;
    left: 118px;
    top: 180px;
    width: 260px;
}

#mySlideshow
{
    width: 240px !important;
    height: 183px !important;
} 

.divManage
{
    position: absolute;
    top: 20px;
    left: 600px;
}

#imgNext
{
    cursor: pointer;
    visibility: visible;
}

#imgPrevious
{
    cursor: pointer;
    visibility: hidden;
}

#divContentLower
{
    padding: 0 0 40px 0;
    background: url(/images/media/home_bar3.jpg) no-repeat;
    float: left;
}

#imgHomeBar
{
    width: 629px;
    height: 45px;
}

.divPortfolioGalleryHeader
{
    font-size: 11px;
    font-style: italic;
    font-weight: bold;
}

.divPortfolioGalleryHeader span
{
    background: #A4C497 url(/images/tabcorner_topleft.jpg) no-repeat top left;
    padding-left: 20px;
}

.divPortfolioGalleryHeader label
{
    background: #A4C497 url(/images/tabcorner_topright.jpg) no-repeat top right;
    padding-right: 20px;
}

#divImageGallery, #divDocsGallery
{
    float: left;
    border: solid 2px #A4C497;
    padding: 2px;
    width: 204px;
}

#divDocsGallery ul
{
    padding: 4px 4px 4px 4px;
    list-style-type: circle;
    list-style-position: inside;
}

#divDocsGallery ul li
{
    padding: 0 0 4px 0;
}

#divFooterXtreme
{
    margin: 0 auto;
	position: relative;
    width: 920px;
    font-size: 10px;
}

#divFooterXtreme h2
{
    font-size: 10px;
}

.SideNote
{
    font-size: 10px;
    font-style: italic;
}

#ulLinks 
{
    list-style-type: circle;
    list-style-position: inside;
}

#ulLinks li 
{
    margin-bottom: 6px;
}
