/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc.
----------------------------------------------------------------------------------*/

html,
body,
div#outer,
div#inner {
    min-height: 100%;
    width: 100%;
    height: auto;
}

* html,
* html body,
* html div#outer,
* html div#inner {
    height: 100%;
}

body {
	background: #BDB9B6 url(../images/bg/bg.jpg) repeat-x;
}

div#outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

div#inner {
    position: absolute;
    left: 50%;
    width: 756px;
    margin-left: -378px; /* lines up the wrapper b area flushed to the background of wrapper a ( due to the shadow effect on wrapper a )*/
	text-align: center;
}

a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Inner :: Helmet
----------------------------------------------------------------------------------*/

#inner div#helmet {
	position: absolute;
	top: -4px;
	right: -12px;
	width: 130px;
	height: 122px;
	background: transparent url(../images/sup/helmet.png) no-repeat;
}


/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container
----------------------------------------------------------------------------------*/

#inner div#site-container {
	position: relative;
	background: #fff url(../images/bg/site_contain_tile.gif) repeat-y;
	text-align: center;
}

#site-container div#site-top {
	background: #fff url(../images/bg/site_contain_top.gif) no-repeat;
	width: 756px;
	height: 18px;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container :: Shadows
----------------------------------------------------------------------------------*/

#site-container div#left-shadow,
#site-container div#right-shadow {
	position: absolute;
	top: 4px;
	width: 56px;
	height: 446px;
}

#site-container div#left-shadow {
	left: -56px;
	background: transparent url(../images/bg/left_shadow.png) no-repeat;
}

#site-container div#right-shadow {
	right: -56px;
	background: transparent url(../images/bg/right_shadow.png) no-repeat;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container :: Left
----------------------------------------------------------------------------------*/

#site-container div#left {
	position: relative;
	float: left;
	width: 268px;
	padding-left: 10px;
	display: inline;
	z-index: 100;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container :: Left :: Logo
----------------------------------------------------------------------------------*/

#left a#logo {
	display: block;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
	margin-top: 5px;
	height: 101px;
	width: 264px;
	background: transparent url(../images/logo/ideal.gif) no-repeat 0 0;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container :: Left :: Navigation
----------------------------------------------------------------------------------*/

#left div#nav-container {
	position: relative;
	width: 268px;
	margin: 10px 0px;
	background-color: #E2E2E2;
}

#nav-container div#nav-top {
	width: 268px;
	height: 32px;
	background: transparent url(../images/nav/nav_top.gif) no-repeat;
}

#nav-container div#nav-bottom {
	width: 268px;
	height: 30px;
	background: transparent url(../images/nav/nav_bottom.gif) no-repeat;
}

#nav-container ul#nav {
	list-style: none;
	width: 264px;
	margin: auto;
	height: 190px; /* If another item is added - increase by 38px */
}

#nav li {
	float: left;
	position: relative;
	list-style: none;
	z-index: 100;
	margin: 0;
	line-height: normal;
}
	
#nav a {
	display: block;
	width: 264px;
	height: 38px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
}

#nav li a#item_1:hover,
#nav li a#item_2:hover,
#nav li a#item_3:hover,
#nav li a#item_4:hover,
#nav li a#item_5:hover {
	background-position: 0 -38px;
}

#nav a#item_1 {
	background-image: url(../images/nav/home.gif);
}

#nav a#item_2 {
	background-image: url(../images/nav/about.gif);
}

#nav a#item_3 {
	background-image: url(../images/nav/projects.gif);
}

#nav a#item_4 {
	background-image: url(../images/nav/bidder.gif);
}

#nav a#item_5 {
	background-image: url(../images/nav/plan_room.gif);
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container :: Left :: Navigation :: Drop Downs
----------------------------------------------------------------------------------*/
		
#nav li ul {
	position: relative;
	width: 200px;
	list-style: none;
	z-index: 10000;
}

#nav li ul { /* second-level lists */
	position: absolute;
	top: 1px;
	margin-left: 264px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #000;
	font: normal normal bold 11px Arial, sans-serif;
	z-index: 10000;
}

#nav li ul ul { /* third-and-above-level lists */
	margin-left: 190px;
	top: 0px;
	background-color: #000;
}

#nav li li {
	text-indent: 10px;
	border-bottom: 1px solid #fff;
	width: 100%;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
}

#nav li ul a {
	float: none;
	display: block;
	text-align: left;
	text-indent: 10px;
	height: 100%;
	width: 100%;
	padding: 10px 0;
	color: #fff;
}

#nav li ul a:hover {
	background: #E2E2E2;
	color: #000;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container :: Left :: Search and forms
----------------------------------------------------------------------------------*/

#left div.search {
	position: relative;
	width: 268px;
	height: 30px;
	background: transparent url(../images/bg/search.gif) no-repeat;
	margin-bottom: 10px;
	z-index: 0;
}

.search input#submit {
	position: absolute;
	top: 0px;
	left: 5px;
	width: 25px;
	height: 30px;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	background: transparent url(../images/bg/mag_glass.gif) no-repeat;
}

.search input#mod_search_searchword {
	position: absolute;
	top: 0px;
	left: 40px;
	padding-top: 8px;
	height: 22px;
	background-color: transparent;
	font: normal normal normal 11px Arial;
	color: #8D8D8C;
}

.search .button {
	position: absolute;
	top: 5px;
	left: 0;
	background: none;
	width: 22px;
	height: 22px;
	display: block;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
}

#searchForm,
.contentpaneopen,
#contact-table {
	font: normal normal normal 12px Arial;
	line-height: 18px;
	color: #3B3E40;
}

.button,
#submit-button {
	background: #000 url(../images/bg/search-box.gif) repeat-x;
	font-size: 10px;
	color: #fff;
	padding: 3px 5px;
	margin: 0 0 0 5px;
}

#searchForm #search_searchword,
#text_0,
#text_1,
#text_7,
#username,
#passwd,
#mod_login_username,
#mod_login_password {
	background: #D5D5D5 url(../images/bg/input-box.gif) repeat-x;
	font-size: 10px;
	color: #8D8D8C;
	padding: 3px 5px;
	border: 1px solid #D5D5D5;
}

#mod_login_username,
#mod_login_password {
	width: 150px;
}

#searchForm #ordering,
#searchForm #limit {
	background: #D5D5D5 url(../images/bg/input-box.gif) repeat-x;
	font-size: 10px;
	color: #8D8D8C;
	border: 1px solid #D5D5D5;
}

.contentpaneopen fieldset {
	margin: 10px 0;
}

.contentpaneopen span.highlight {
	background: #FFFC00;
	padding: 0 2px;
	color: #000;
}

.contentpaneopen a {
	font-weight: bold;
	color: #8D6B3D;
}

.chronoform {
	display: none;
}

table#contact-table {
	margin: 20px;
}

table#contact-table td {
	margin: 10px;
}

.contentpane .inputbox {
	background: #D5D5D5 url(../images/bg/input-box.gif) repeat-x;
	font-size: 10px;
	color: #8D8D8C;
	padding: 3px 5px;
	border: 1px solid #D5D5D5;
	margin: 1px 0;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container :: Left :: Slides
----------------------------------------------------------------------------------*/

#left div#slides {
	position: relative;
	margin: auto;
	width: 268px;
	height: 219px;
	background: transparent url(../images/bg/slides.gif) no-repeat;
}

#slides div#slide-l {
	position: absolute;
	top: 39px;
	left: -8px;
	width: 141px;
	height: 100px;
	background: transparent url(../images/sup/slide1.jpg) no-repeat;
	z-index: 1;
}

#slides div#slide-overlay {
	position: absolute;
	top: -7px;
	left: -45px;
	width: 217px;
	height: 198px;
	background: transparent url(../images/sup/slide.png) no-repeat;	
	z-index: 2;
}

#slides p {
	position: relative;
	margin-top: 20px;
	text-align: right;
	font: normal normal bold 11px Tahoma;
	color: #3E3E3E;
	z-index: 100;
}

#slides p a {
	color: #8D6B3D;
}

#slide-overlay a#our-projects-slide {
	width: 217px;
	height: 198px;
	display: block;
	text-align: left;
	text-indent: -999em;
	text-decoration: none;
	outline: none;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container :: Right
----------------------------------------------------------------------------------*/

#site-container div#right {
	position: relative;
	float: right;
	width: 448px;
	margin-right: 10px;
	text-align: center;
	display: inline;
}

#right div#content {
	position: relative;
	text-align: left;
	width: 400px;
	margin: 0px auto 18px auto;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container :: Right :: Flash Area
----------------------------------------------------------------------------------*/

#right div#internal-pic {
	position: relative;
	display: none;
	width: 448px;
	height: 162px;
	margin-top: 5px;
/*
	background: transparent url(../images/sup/internal.jpg) no-repeat;
*/
	margin-bottom: 10px;
}

body.internal #right div#internal-pic {
	display: block;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container :: Right :: Flash Area
----------------------------------------------------------------------------------*/

body.internal #right div#flash-content {
	display: none;
}

#right div#flash-content {
	position: relative;
	width: 448px;
	height: 346px;
	margin-top: 5px;
	background: transparent url(../images/bg/flash_area.gif) no-repeat;
}

#flash-content div#flash {
	width: 420px;
	height: 323px;
	margin: auto;
	padding-top: 12px;
}

#flash-content div#flash-text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 420px;
	height: 100px;
}

#flash-text p {
	font-size: 10px;
	font-family: Verdana;
	color: #000;
	line-height: 14px;
	margin-top: 0px;
}

#flash-text div#overlay-text {
	display: block;
	float: left;
	width: 250px;
	text-align: left;
}

#overlay-text p {
	padding-left: 34px;
}

#overlay-text p strong {
	font-size: 11px;
	color: #fff;
	/*text-decoration: underline;*/
	line-height: 18px;
}

#flash-text div#register {
	display: block;
	float: right;
	width: 156px;
	text-align: left;
	background: transparent url(../images/sup/lock.png) no-repeat;
}

#register p {
	font-weight: bold;
	padding-left: 44px;
}

#register p strong {
	font-size: 11px;
	color: #D2E8FF;
	/*text-decoration: underline;*/
	line-height: 18px;
}

#register p a {
	display: block;
	text-align: right;
	color: #fff;
}

#flash-content div#overlay {
	position: absolute;
	display: inline;
	bottom: 12px;
	left: 14px;
	width: 420px;
	height: 100px;
	background: transparent url(../images/sup/overlay.png) no-repeat;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Site Container :: Right :: Flash Area :: Carousel
----------------------------------------------------------------------------------*/

.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 420px; /*Width of Carousel Viewer itself*/
	height: 323px; /*Height should enough to fit largest content's height*/
	margin: auto;
}

.stepcarousel .belt {
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel {
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 auto 0 auto; /*margin around each panel*/
	width: 420px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#description-gallery {
	position: absolute;
	top: 13px;
	left: 29px;
	font-size: 10px;
	font-family: Verdana;
	color: #000;
	line-height: 14px;
	margin-top: 0px;
	width: 200px;
}

#controls {
	font-size: 10px;
	font-family: Verdana;
	position: absolute;
	bottom: 20px;
	left: 180px;
	color: #fff;
	font-weight: bold;
}

#controls a {
	font-size: 11px;
	color: #fff;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Footer
----------------------------------------------------------------------------------*/

#site-container div#footer-sep {
	position: relative;
	margin: auto;
	width: 736px;
	height: 6px;
	background-color: #fff;
	border-bottom: 1px solid #E5E5E5;
}

#inner div#footer {
	position: relative;
	width: 756px;
	height: 170px;
	background: transparent url(../images/bg/footer.gif) no-repeat;
}

#footer address {
	position: absolute;
	top: 14px;
	left: 20px;
	text-align: left;
	font: normal normal bold 11px Verdana;
	color: #8D6B3D;
	line-height: 16px;
}

#footer address span {
	color: #000;
}

#footer ul {
	position: absolute;
	top: 10px;
	right: 87px;
	list-style: none;
}

#footer ul li {
	display: inline;
	font: normal normal bold 10px Verdana;
	color: #B5B5B5;
	margin-left: 2px;
}

#footer ul li a {
	color: #B5B5B5;
}

#footer div#footer-left,
#footer div#footer-right {
	width: 24px;
	height: 170px;
	position: absolute;
	top: 0px;
}

#footer div#footer-left {
	left: -24px;
	background: transparent url(../images/bg/footer_left.gif) no-repeat;
}

#footer div#footer-right {
	right: -24px;
	background: transparent url(../images/bg/footer_right.gif) no-repeat;
}

#footer div#triangle {
	position: absolute;
	top: -68px;
	right: -40px;
	width: 185px;
	height: 224px;
	background: transparent url(../images/sup/triangle.png) no-repeat;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Slimbox
----------------------------------------------------------------------------------*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 100000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 100000;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*----------------------------------------------------------------------------------
	CSS :: Ideal Co.,Inc. :: Community Builder Stuff
----------------------------------------------------------------------------------*/

#cbIconsTop {
	display: none;
}

#content div#cbIconsBottom {
	width: 300px;
	padding: 4px;
	background-color: #eaeaea;
	border: 1px solid #c6c6c6;
	margin: 8px 0;
}
	
table#registrationTable {
}

#registrationTable td:first-child {
	width: 100px;
}

#registrationTable .titleCell {
	text-align: right;
}
