﻿
/* Layout Classes  ||| Main Table Wrapper
---------------------------------------------------------------- */
.wrapperTable {width:962px;}
.leftShadowColumn {width:11px; background: transparent url('/images/layout-shadow-left.png') repeat-y;}
.centerContentColumn {
    width: 940px;
    background-color: #FFFFFF;
    padding: 0px;
    margin: 0px;
}
.rightShadowColumn {width:11px; background: transparent url('/images/layout-shadow-right.png') repeat-y;}

/*  Layout Divs  ||| Internal Pages - Table 
---------------------------------------------------------------- */

.InternalSidebarColumn {width:280px; vertical-align:top; background: transparent url('/images/interior-guy-bottom.gif') no-repeat bottom;}
#divInternalSidebar {margin-bottom: 235px;height:360px; margin-top:-5px}
.InternalContentColumn {width:661px; vertical-align:top;}

/* Layout Divs  ||| Frames Holders
---------------------------------------------------------------- */
#divContentArea {
    min-height: 550px;
    height: 100%;
    width: 941px;
    padding-top: 0px;
    margin-top: 0px;
    background: #FFFFFF url('/images/background-orange.jpg') repeat-x;
    }

#divLayoutFooter {
    padding:4px; width: 100%;
    text-align:center;
}

#divSideBarMenu {
    height:295px; width:280px; margin-top: -370px;margin-bottom: 0px;
}



/* << Home Page Only >> | 
---------------------------------------------------------------- */
#divHomeMovieWrapper {width:941px; height: 447px; padding: 0px; margin: 0px;}
#divBox_Left {
    text-align:justify; width:320px; height: 166px; 
    padding: 15px 0px 0px 0px; 
    background: transparent url('/images/home_box_left.jpg') no-repeat;
}
#divBox_Center {
    text-align:justify; width:297px; height: 166px; 
    padding: 15px 0px 0px 0px; 
    background: transparent url('/images/home_box_center.jpg') no-repeat;
}
#divBox_Right {
    width:293px; height: 141px; padding: 40px 0px 0px 4px; 
    background: transparent url('/images/home_box_right.jpg') no-repeat;
}




/* Frontend Modules (Controls) - Specific Properties CSS Styles
---------------------------------------------------------------- */
.readMoreInterior  {
	font-size: 10px;
	color: #8f8f84;
	font-weight: bold;
	line-height: 12px;
	margin-left: 5px;
}
.readMoreInterior  a:link {color: #8f8f84;text-decoration: none;}
.readMoreInterior  a:visited {color: #8f8f84;text-decoration: none;}
.readMoreInterior  a:hover {color: #8f8f84;text-decoration: underline;}


.titleNewsCategory {
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	text-transform: uppercase; 
	line-height: 20px;
	padding-bottom: 5px;padding-top: 10px;
	border-bottom: double 1px gray;
}
.titleNewsCategory a:link {color: #000000;text-decoration: none;}
.titleNewsCategory a:visited {color: #000000;text-decoration: none;}
.titleNewsCategory a:hover {color: #000000;text-decoration: none;}


.titleFAQCategory {
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
	text-transform: uppercase; 
	line-height: 20px;
	padding-bottom: 5px;padding-top: 10px;
	border-bottom: double 1px gray;
}
.titleFAQCategory a:link {color: #000000;text-decoration: none;}
.titleFAQCategory a:visited {color: #000000;text-decoration: none;}
.titleFAQCategory a:hover {color: #000000;text-decoration: none;}


.copyright {
	font-size: 9px;
	line-height: 13px;
	text-align:center;
	color: #CC6600;
}
.copyright a:link {color: #CC6600;}
.copyright a:visited {color: #CC6600;}
.copyright a:hover {color: #000000;}

.footer_links {
	font-size: 9px;
	color: black;
	line-height: 16px;
}
.footer_links a:link {color: #CC6600;}
.footer_links a:visited {color: #CC6600;}
.footer_links a:hover {color: black;}

#infoTable {width: 100%}
#infoTable td {vertical-align: top}
#infoTableLeft {width: 70%}
#infoTableRight {width: 30%}


