/* [CSS STRUCTURE]
--MAIN ELEMENTS--
--COMMON PROPERTIES--
--NAVIGATION MENU--
--DROP DOWN MENU--
--CONTENT DIV--
--AJAX NAVIGATION TABS--
--MOOTOOLS SLIDE PANEL--
--FOOTER--
--INDEX SPECIFIC--
--CATEGORY SPECIFIC--
--PRODUCTS SPECIFIC--
--PRODUCT-DETAIL SPECIFIC--
--GALLERY SPECIFIC--
--CUSTOMER SERVICE SPECIFIC--
--CONTACT US SPECIFIC--
--FORMS--
--ERROR MESSAGE--
*/

/**{ padding:0px; margin:0px;}*/
a{text-decoration:none;color:#fff;}
a:hover{text-decoration:underline;color:#FFCA95;}
a.noDeco {text-decoration: none}

h2 {
	font-size: 24px;
	line-height: 26px;
	padding: 20px 0px 10px 0px;
	margin:0px;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	padding: 10px 0px 0px 0px;
	margin:0px;
}
.contentRight h3 a {
	font-size: 14px;
}
p.date { margin: 0px;}
p.article { margin-top: 0px;}
body {
	background: url(../img/body_bg.gif);
	font-size:11px;
	line-height: 16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0px;
	padding:0px;
}

.panelButton, #contentElement1 { behavior: url(css/iepngfix.htc); }

/*]*************************** MAIN ELEMENTS ***************************[*/
.contentHold, .header, .navigation, .footer {
	width: 780px;
}

.contentHold{
	padding: 0px 0px 0px 10px;
	
}

.pageLayout {
	background: url(../img/content_bg.gif) repeat-y;
	width: 800px;
	margin: 0px auto 0px auto;
}

.header {
	height: 112px;
	background: url(../img/header_bg.gif);
	border-bottom: 2px solid #fff;
}

.suntecaLogo {
	background: url(../img/logo_sunteca.gif) no-repeat;
	width: 278px;
	height: 75px;
	float: left;
	margin: 20px 0px 0px 25px;
}

.luxaflexLogo {
	background: url(../img/logo_luxaflex.gif) no-repeat;
	width: 400px;
	height: 82px;
	float: right;
	margin: 15px 5px 0px 0px;
}

#nav {
	height: 21px;
	background:url(../img/nav_bg.jpg) no-repeat;
	border-bottom: 2px solid #fff;
/*	overflow: hidden;*/
}

/*]*************************** COMMON PROPERITES ***************************[*/
.break {
	height: 25px;
	clear: both;
}
.imgBorder {
	border: 1px solid #fff;
}
.clear { clear: both; }
/*]*************************** NAVIGATION MENU ***************************[*/
.nav {
	width: 550px;
	float: left;
}

.nav2 {
	float: right;
	width: 100px;
}

#nav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}
#nav a {
	display: block;
	margin: 0;
	color:#FFFFFF;
}
#nav span {
	visibility: hidden;
}
#nav ul li {
	position: relative;
	float:left;
	height:21px;
}

a.navHome, a.navProducts, a.navGallery, a.navProjects, a.navCustomerService, a.navContactUs, a.navNews {
	height: 21px;
	display: block;
	text-decoration:none;
/*	overflow: hidden;*/
}
.navContactUs {
}
.navContactAlign {
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}

a.navHome {background: url(../img/rHome.gif) no-repeat top left; width:44px;}
a.navProducts {background: url(../img/rProducts.gif) no-repeat top left; width:75px;}
a.navGallery {background: url(../img/rGallery.gif) no-repeat top left; width:60px;}
a.navProjects {background: url(../img/rProjects.gif) no-repeat top left; width:71px;}
a.navCustomerService {background: url(../img/rBrochure.gif) no-repeat top left; width:80px;}
a.navNews {background: url(../img/rNews.gif) no-repeat top left; width:45px;}
a.navContactUs {background: url(../img/rContactUs.gif) no-repeat top left; width:85px;}

a:hover.navHome, a:hover.navProducts, a:hover.navGallery, a:hover.navProjects, a:hover.navCustomerService, a:hover.navContactUs, a:hover.navNews {
	background-position: bottom;
	height: 21px;
}

/*]*************************** DROP DOWN MENU ***************************[*/
#nav li a {

}
#nav li ul { 
	position:absolute; 
	left:-999em; 
	background-color:#E57D29;
	margin-left: 1px;
}
#nav li:hover ul, #nav li.sfhover ul { 
    left:auto; 
}
#nav li ul li { 
    clear:left;
}
#nav li ul li a, #nav li.active ul li a { 
	display:block; 
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	padding:2px 7px 2px 6px;
	
}
#nav li ul li a:hover, #nav li.active ul li a:hover {
	color:#fff;
	background-color:#EFA138;
}

.dropProducts, .dropGallery, .dropProjects, .dropCustomerService {
	text-align:left;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #FFF;
}
.dropProducts { width: 150px; }
.dropGallery {	width: 250px; }
.dropProjects { width: 200px; }
.dropCustomerService { width:110px;}

#nav ul li:hover a.navProducts, #nav ul li:hover a.navGallery, #nav ul li:hover a.navProjects {
	background-position: bottom;
	height: 21px;
}
#nav ul li.sfhover a.navProducts, #nav ul li.sfhover a.navGallery, #nav ul li.sfhover a.navProjects {
	background-position: bottom;
	height: 21px;
}
/*]*************************** CONTENT DIV ***************************[*/
.content {
	clear: both;
}
.contentLeft {
	float: left;
	width: 418px;
	padding: 0px 0px 20px 22px;
	min-height:600px;
}
.contentLeft p {
	padding: 0px 0px 0px 0px;
}
.contentRight {
	width: 289px;
	float: right;
	padding: 0px 15px 20px 0px;
}
.contentRight a {
	font-size: 12px;
	line-height:22px;
}
.contentRight a:hover{
	color:#FF6600;
}
.contentRight p {
	padding: 0px 0px 15px 0px;
}
a.more { 
	color: #E57D29;
	font-size:11px;
	text-decoration:none;
}
a:hover.more {
	text-decoration: underline;
}
a.hrefOrange {
	color: #E57D29;
	font-size:11px;
	text-decoration:underline;
}
a:hover.hrefOrange {
	color:#EEB711;
}
.catImageDiv{
	float:left;
	width:412px;
	height:224px;
	overflow:hidden;
	border:#fff 1px solid;
	text-align:center;
	background-color:#666;
}
.notice{
	color:#999999;
	float:left;
	width:300px;
	height:20px;
}

/***************************** Conteent Right UL *******************************/
.contentRightList ul{
	display:block;
	background:#996699;
	list-style:none;
}
.contentRightList li{
	display:block;
}


/*]*************************** AJAX NAVIGATION TABS ***************************[*/

#contentElement1{
	font-size:10px;
	margin:0 auto;
	overflow:hidden;
	width: 150px;
	height: 250px;
	padding: 0px 0px 0px 0px;
	background:url(../img/panel_bg.png);
	float: right;
	position: relative;
}

#contentWrapper{
	margin:0px auto;
	background:#333333;
	overflow:hidden;
	width: 780px;
	height: 250px;
	float: left;
	/*background:url(../img/banner_bg.jpg) no-repeat top left;*/
	border-bottom: 2px solid #fff;
}
.contentstyle{
	width: 356px;
	left: 115px;
	top: 5px;
	position:absolute;
	background:#006633;
}

/*]*************************** MOOTOOLS SLIDE PANEL ***************************[*/


.panelHeadingProd {
	padding: 60px 24px 0px 0px;
	float: left;
}
.panelHeadingProj {
	padding: 75px 24px 0px 0px;
	float: left;
}
.panelHeadingGaly {
	padding: 77px 24px 0px 0px;
	float: left;
}
.panelHeadingGly {
	float: left;
	padding: 77px 0px 0px 20px;	
}
.panelHold {
	width: 300px;
	height: 235px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	overflow:hidden;
	background:#00CCFF;
}
.panelHold a {
	color: #000;
	font-size: 12px;
}
.panelHold p {
	color: #000;
	font-size: 10px;
	line-height:normal;
}
.panelButton { 
	position: absolute;
	top: 108px;
	left: 70px;
	display:block;
	height:29px;
	width:29px;
	background:url(../img/panel_button.png) no-repeat top left;
	cursor:pointer;
}
.panelButton_{
	background:url(../img/panel_button2.png) no-repeat top left;
}
a.mooMore {
	color: #E57D29;
	font-size: 10px;
	text-decoration: none;
}
a:hover.mooMore {
	text-decoration: underline;
}
.panelItemHold {
	margin: 0px 0px 8px 0px;
	height: 80px;
}
.panelItemImage {
	float: right;
	width: 93px;
	height: 70px;
	border: 1px solid #fff;
}
.panelItemText {
	float: left;
	width: 190px;
	height: 80px;
}
.panelItemText p {
	padding: 0px 0px 5px 0px;
}
/*]*************************** FOOTER ***************************[*/
.footer {
	clear: both;
	padding: 0px 0px 0px 0px;
}

.footer * { padding:0px; margin:0px; }

.footer a{
	text-decoration: none;
}
.footer a:hover{
	text-decoration: underline;
}
.footerMenu {
	background:#E57D29;
	height: 44px;
	text-align:center;
	margin:0px;
	padding:0px;
}
.footerMenu p {
	padding: 5px 0px 0px 0px;
	margin:0px;
}
.footerAddress {
	background:#EFA138;
	height: 43px;
	text-align:center;
	margin:0px;
	padding:0px;	
}
.footerAddress p {
	padding: 5px 0px 0px 0px;
}
.footerDDNS {
	background:#F5B844;
	height: 19px;
	color: #E57428;
}
.footerDDNS a:hover {
	color: #E57428;
}
.footerDDNS a {
	color: #E57428;
}
.footerLeft {
	float: left;
	padding: 0px 0px 0px 5px;
}
.footerRight {
	float: right;
	padding: 0px 5px 0px 0px;
}
/*]*************************** INDEX SPECIFIC ***************************[*/
.indexGalleryImgHold {
	width: 438px;
	padding: 0px 0px 0px 2px;
}
.indexGalleryImgBox {
	margin: 0px 18px 0px 0px;
	width: 195px;
	height: 150px;
	float: left;
}

.indexGalleryImg  {
	width: 100%;
	height: 120px;
	float: left;
	border:1px solid #fff;
	overflow:hidden;
	background-color:#fff;
	text-align:center;
}

.indexGalleryImg img {
	/*border: 1px solid #fff;*/
}

/*]*************************** CATEGORY SPECIFIC ***************************[*/
.catGalleryHold {
	width: 440px;
	padding: 18px 0px 0px 0px;
}

.catIndexGalleryBox {
	width: 197px;
	height: 140px;
	float: left;
	padding: 0px 20px 12px 0px;
}

.catIndexGalleryImage {
	width: 197px;
	height: 120px;
	float: left;
	overflow:hidden;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	
	text-align:center;
}
.catIndexGalleryImage img{
	border: 1px solid #fff;
}
/*]*************************** PRODUCT SPECIFIC ***************************[*/
.prodListHold {
	width: 415px;
	height: 120px;
	padding: 18px 0px 0px 0px;
}
.prodListImg {
	width: 155px;
	height: 105px;
	float: left;
	margin: 0px 15px 0px 0px;
	border:1px solid #fff;
	overflow:hidden;
	background-color:#333333;
	
}
.prodListImg img{
	display:block; margin-left:auto; margin-right:auto;
}
/*]*************************** PRODUCT-DETAIL SPECIFIC ***************************[*/
.prodGalleryHold { 
	width: 440px;
	padding:10px 0px 0px 0px;
}
.prodGalleryImage {
	width: 195px;
	height: 133px;
	float: left;
	margin: 10px 20px 12px 0px;
	border:1px solid #fff;
	overflow:hidden;
	background-color:#fff;
}
.prodGalleryImage img {
	display:block; margin-left:auto; margin-right:auto;
}
.prodGalleryImage a img {
	border:none;
}
.prodDetails {
	clear: both;
}
.prodDetails h2{
	padding: 11px 0px 10px 0px;
}

/*]*************************** GALLERY SPECIFIC ***************************[*/
.galleryContent {
	background-color:#b75513;
	clear: both;
	padding: 10px 0px 20px 17px;
}
.galleryContent h2 {
	padding: 15px 0px 0px 20px;
}	
.galleryListHold {
	width: 740px;
}
.galleryContainer{
	width:727px;
	float:left;
	background-color:#b75513;
	padding:0px 0px 0px 12px;
	margin:0px 2px 0px 0px;
}
.galleryListImage {
	width: 160px;
	height: 100px;
	float: left;
	margin: 20px 8px 0px 9px;
	border:1px solid #fff;
	overflow:hidden;
	background-color:#fff;
}
* html .galleryListImage{
	width: 160px;
	height: 100px;
	float: left;
	margin: 20px 8px 0px 7px;
	border:1px solid #fff;
	overflow:hidden;
	background-color:#fff;
}

/*.galleryListImage img { border: 1px solid #fff; width: 160px; height:120px; } */
.galleryListImage img { display:block; margin-left:auto; margin-right:auto;}


/*]*************************** GALLERY SPECIFIC ***************************[*/
.CustServContent {
	background-color:#333333;
	padding: 10px 20px 20px 20px;
}

/*]*************************** CONTACT US SPECIFIC ***************************[*/
.divContactFrm .label { width:100px; }
.divContactFrm .ele { width:0px; }
.divContactFrm input, .divContactFrm select, .divContactFrm textarea { width: 300px; }
.ele2 input {
	border: none;
	width:20px;
}

/*]*************************** FORMS ***************************[*/
.frmRow {
	clear:both;
	width:100%;
	text-align:left;
	margin-right:15px;
}
.label {
	color: #fff;
	float:left;
	padding:1px 1px 1px 1px;
	margin-right:10px;
	vertical-align:top;
	text-align:right;
}
.ele {
	color:#4da2c8;
	float:left;
	padding:1px 1px 1px 1px;
	font-size:12px;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
}
#req {
	color:#EDBC8B;
}
input.button {
	width:150px;
	cursor:pointer;
	border:none;
	color:#CC6633;
}


/*]*************************** ERROR MESSAGE ***************************[*/
#systemErrDiv {
	text-align:center;
	width:100%;
}

#errorTableFront {
border:solid #A98438 1px;
margin:15px auto;
text-align: center;
background-color:#FFEFE8;
width: 100%;

}
#errorTable #head, #errStr {
font-size:12px;
margin:5px auto;
text-align:center;
font-weight:bold;
color:#990000;
}
#errStr {
	margin:15px 0px 15px 0px;
	text-align:center;
	font-weight:bold;
}
#errPnt {
font-size:11px;
color:#990000;
margin:5px 5px 5px 5px;
}
#head {
	font-weight:bold;
	color:#990000;
}
/****************************** NEWS ***************************/
.newsImageHold {
	float: left;
	padding: 25px 20px 20px 0px;
}
.newsImageHold img { border: 1px solid #fff; }
.newsThumbImageHold {
	float: left;
	padding: 0px 20px 20px 0px;
}
.newsTextHold {
	float: left;
	width: 560px;
	padding-bottom: 20px;
}
.newsTextHold h3 {
	padding-top: 0px;
}
/************** PAGGING *****************************/

.noOfRecords {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	float:none;
	clear:both;
}

.paggingTbl
{
	/* width:250px;*/
}

.paggingTbl th {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding-right:15px;
}
.paggingTbl th span
{
	/* padding-right:15px; */
}

.paggingTbl td {
	font-size:11px;
	color:#163e4f;
	height:20px;
	width:14px;
	vertical-align:middle;
}

.paggingTbl .act {
	border:1px solid #e57d29;
	color: #e57d29;
	padding:0px 2px 0px 2px;
	font-size:13px;
	font-weight:bold;
}

.paggingTbl .inact {
	border:1px solid #efa138;
	color: #efa138;
	padding:0px 2px 0px 2px;
	font-size:12px;
	font-weight:100;
	cursor:pointer;
}

