﻿/**********************************************************************************/
/* Layout and main div tags                                                       */
/**********************************************************************************/

body
{
	margin: 0;
	padding: 0;
	font-size: 9pt;
	color: #666666;
	font-family: arial,verdana,helvetica;
	background-color: #E4E4E4;
}

#div_all
{
    width: 950px;
	margin: 0px auto 0px auto;
}

#div_top
{
	position: absolute;
	height: 255px;
	width: 930px;
	padding: 0px 10px 5px 10px;
    background-color: White;
	border-left: solid 1px Silver;
	border-right: solid 1px Silver;
	top: 5px;
}
#div_top a:link
{
	color: Gray;
	text-decoration: none;
	font-weight: normal;
}
#div_top a:active
{
	color: Gray;
	text-decoration:none;
	font-weight: normal;
}
#div_top a:visited
{
	color: Gray;
	text-decoration: none;
	font-weight: normal;
}
#div_top a:hover
{
	color: Black;
	text-decoration: underline;
	font-weight: normal;
}

#div_body
{
    position: absolute;
    top: 260px;
    width: 930px;
    padding: 10px 10px 50px 10px;
    background-color: White;
	border-left: solid 1px Silver;
	border-right: solid 1px Silver;
	border-bottom: solid 1px Silver;
}

#div_bodyleft
{
	float: left;
    width: 750px;
}

#div_bodyright {
	float: right;
    width: 175px;
}


#div_bottom
{
	float: left;
	width: 930px;
	text-align: center;
	margin-top: 5px;
	padding: 5px 0px 0px 0px;
	border-top: solid 1px Silver;
	font-size: 8pt;
	color: Gray;
}


#table_top 
{
	width: 100%;
	background-color: White;
}

#td_logo
{
	text-align: left;
	vertical-align: top;
	color: #f49553;
	font-weight: bold;
	height: 102px;
}
#td_topright
{
	text-align: right;
	vertical-align: top;
	width: 570px;
	height: 32px;
	vertical-align: bottom;
}
#td_topright a
{
	padding: 0px 5px 0px 5px;
}

#div_hshowpane 
{
	width: 100%; 
	height: 125px; 
	color: Black; 
	background-image: url('../Images/Bkg-PageTop0.jpg'); 
	background-repeat: no-repeat; 
	padding: 5px 5px 5px 5px;
}



#div_ourportfolio 
{
	text-align: center; 
	margin-top: 150px;
}
#div_ourportfolio img
{
	cursor: pointer;
}





/* General Styles */

.hdg1 
{
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 5px 12px;
	font-size: 16pt;
	background-image: url( '../Images/Bkg_SubHeading.png' );
	background-repeat: repeat-y;
	background-color: #E6E6E6;
	margin: 0px 0px 0px 0px;
}

.hdg2
{
	font-weight: bold;
	text-align: left;
	font-size: 14pt;
	margin: 0px 0px 5px 0px;
}
.hdg2 span
{
	display: block; font-size: 10pt;
}
.hdg2 small
{
	display: block; font-size: 8pt; color: Gray; font-weight: normal;
}

.hdg3
{
	font-weight: bold;
	text-align: left;
	font-size: 11pt;
	margin: 10px 0px 5px 0px;
	color: #E1771E;
}

.div_hdg1
{
	font-weight: bold;
	text-align: left;
	font-size: 14pt;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #FEE6CB;
	border: dotted 1px Silver;
}

.p00
{
	margin: 0px 0px 12px 0px;
	font-size: 8pt;
}
.p01 
{
	margin: 0px 0px 12px 0px;
}
.p01S
{
	margin: 0px 0px 12px 0px;
	font-weight: bold;
}
.p02
{
	margin: 0px 0px 5px 0px;
}
.p02S
{
	margin: 0px 0px 5px 0px;
	color: Black;
}
.p03
{
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	color: #666666;
}

.div_service
{
	width: 228px;
	float: left;
	margin: 0px 20px 20px 0px;
	text-align: justify;
}
.div_service h1
{
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 5px 12px;
	font-size: 9pt;
	background-image: url('../Images/Bkg_SubHeading.png');
	background-repeat: repeat-y;
	background-color: #E6E6E6;
	color: #454545;
	margin-top: 0px;
}
.div_service p
{
	margin: 0px 0px 0px 0px;
	height: 80px;
}
.div_service em
{
	font-weight: bold;
}
.div_service a:link
{
	color: #C56750;
	text-decoration: none;
	font-weight: bold;
}
.div_service a:active
{
	color: #C56750;
	text-decoration:none;
	font-weight: bold;
}
.div_service a:visited
{
	color: #C56750;
	text-decoration: none;
	font-weight: bold;
}
.div_service a:hover
{
	color: Black;
	text-decoration: underline;
	font-weight: bold;
}

.div_hlit0
{
	border-bottom: solid 1px Silver; 
	background-color: #FEE6CB; 
	text-align: center; 
	padding: 3px 0px 3px 0px; 
	font-weight: bold;
}

.div_hlit1
{
	background-color: #FFFFF0;
	padding: 5px 5px 5px 5px;
	border: solid 1px #E6E6E6;
}

.div_hlit2
{
	margin: 8px auto 5px auto;
	border: dotted 1px Silver; 
	background-color: #FEE6CB; 
	text-align: center; 
	padding: 3px 0px 3px 0px; 
	font-weight: bold;
}

big 
{
	font-weight: bold;
}



.div_link0
{
	color: Gray;
	width: 60px;
	text-align: center; 
	margin: 0px auto 0px auto;
	padding: 8px 0px 0px 0px;
	font-weight: bold;
}
.div_link0:hover
{
	color: Black;
	cursor: pointer;
	text-decoration: underline;
}

.div_link1
{
	color: Gray;
	width: 60px;
	text-align: center; 
	font-weight: bold;
	border: solid 1px Silver;
}
.div_link1:hover
{
	color: Black;
	cursor: pointer;
	border: solid 1px Black;
}



.price
{
	text-align: center;
	font-weight: bold; /* color: #F5A7A9; */
	color: #E1771E;
	white-space: nowrap;
	margin: 0px auto 0px auto;
}


.div_servicebox 
{
	border: solid 1px Silver;
	text-align: center;
}


a:link
{
	color: Maroon;
	text-decoration: none;
	font-weight: bold;
}
a:active
{
	color: Maroon;
	text-decoration:none;
	font-weight: bold;
}
a:visited
{
	color: Maroon;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #DD0000;
	text-decoration: underline;
	font-weight: bold;
}


big 
{
	font-weight: bold;
}


.portfolioItem
{
	display: none;
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 8pt;
	color: Olive;
}

.div_YesWeDo 
{
	padding: 0px 2px 9px 2px;
}
.div_YesWeDo p 
{
	margin: 7px 0px 0px 0px;
}

.ul_vs1
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.ul_vs1 li 
{
	list-style-type: none;
	margin-left: -30px;
	padding-bottom: 5px;
}
.ul_vs1 li strong
{
	font-weight: bold;
	font-size: 10pt;
}
.ul_vs1 .li_top 
{
	list-style-type: none;
	margin-left: -30px;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 5px;
	list-style-image: none;
}


.ul_vs2
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.ul_vs2 li 
{
	margin-left: -25px;
	list-style-image: url('../Images/VSBullet01.png');
}
.ul_vs2 .li_top 
{
	list-style-type: none;
	margin-left: -30px;
	font-weight: bold;
	padding-bottom: 5px;
	list-style-image: none;
}

.ul_vs3
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.ul_vs3 li 
{
	margin-left: -25px;
	padding-bottom: 5px;
	list-style-type: decimal;
}
.ul_vs3 .li_top 
{
	list-style-type: none;
	margin-left: -30px;
	font-weight: bold;
	padding-bottom: 5px;
	list-style-image: none;
}

.ul_vs4
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.ul_vs4 li 
{
	margin-left: -25px;
	list-style-image: url('../Images/VSBullet01.png');
	margin-bottom: 5px;
}
.ul_vs4 .li_top 
{
	list-style-type: none;
	margin-left: -30px;
	font-weight: bold;
	padding-bottom: 5px;
	list-style-image: none;
}


.tbl_contact 
{
	width: 700px; border: solid 1px Silver;
	font-weight: bold; font-size: 11pt;
}
.tbl_contact td 
{
	text-align: left;
	padding: 0px 5px 5px 5px;
	font-size: 10pt;
} 
.tbl_contact td big
{
	font-size: 12pt;
	color: Red;
} 
.tbl_contact td input
{
	border: solid 1px Silver;
	width: 275px;
} 
.tbl_contact td select
{
	border: solid 1px Silver;
	width: 278px;
} 
.tbl_contact td textarea
{
	border: solid 1px Silver;
	width: 250px;
} 

#div_errmsg_contact 
{
	height: 25px; color: Red;
}


.tbl_pricelist 
{
	border: dotted 1px Silver;
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.tbl_pricelist td 
{
	border-bottom: dotted 1px Silver;
	padding: 0px 3px 0px 3px;
}
.tbl_pricelist .td_left
{
	font-size: 12pt;
	font-weight: bold;
	background-color: #FEE6CB;
	padding: 3px 0px 3px 3px;
}
.tbl_pricelist .td_right
{
	font-size: 12pt; font-weight: bold; background-color: #FEE6CB; text-align: right; padding: 3px 3px 3px 0px;
}

.emb
{
	color: Black;
	text-decoration: none;
}
.emm
{
	color: Maroon;
	text-decoration: none;
}
.emms
{
	color: Maroon;
	text-decoration: none;
	font-weight: bolder;
}

.tbl_links
{
	font-size: 8pt; font-weight: bold;
}
.tbl_links td
{
	width: 50%; vertical-align: top;
}
.tbl_links div
{
	width: 100%; margin-bottom: 10px;
}
.tbl_links a
{
	float: left;
}
.tbl_links p
{
	float: left; margin-left: 5px;
}
.tbl_links img
{
	width: 90px; height: 45px; border: none;
}
.tbl_links em
{
	color: Maroon;
	font-size: 10pt;
}

/*
Web Developers Resorces CSS
*/
.div_menu_container
{
}
.div_menu_container div
{
	background-color: #F0F0F0;
	margin: 0px 0px 2px 0px;
	padding: 1px 1px 1px 1px;
}
.div_menu_container .div_menu_hdg
{
    background-color: #E2E2E2;
    margin: 0px 0px 2px 0px;
    padding: 1px 1px 1px 1px;
    color: #555555;
}

.div_menu_container a:link
{
	color: Maroon;
	text-decoration: none;
	font-weight: bold;
}
.div_menu_container a:hover
{
	color: #DD0000;
	text-decoration: none;
	font-weight: bold;
}


.tblix 
{
    margin-top: 10px;
    margin: 5px;
}
.tblix td 
{
    padding: 5px;
    border-bottom: dotted 1px Silver;
}




.test_css
{
	background-color: #F2F2F2;
}