/* Graphic Design and Layout by Dwayne Casey http://www.dwaynecasey.com */

/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Verdana,Arial, Helvetica, sans-serif;
}
ol, ul {list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}



/* end reset styles */

/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em;}
a img,img{border:none;display:block;}
a{
	text-decoration:none;
	color: #7cab42;
	
}

a:hover {text-decoration: underline; color: #442365; background: #e2d9ee;}


h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%;
	color: #727f0e;
}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

/* Main Styles */



body{
	padding-left: 0;
	padding-bottom: 2px;
	padding-right: 0;
	padding-top: 6px;
	background: #000000 url(images/big-bg.jpg) center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	color: #260404;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 72.5%;
}

hr {
	border : 0;
  	height : 27px;
  	background : url(images/man.png) no-repeat;
  	 margin-left: -10px;
	border: none;  
 }

#outer{
	width:945px;
	margin:auto;
	text-align:left;
}

ul#nav{
	font-size:92%;
	padding:18px 115px 5px 0;
	text-align:right;
	position:relative;
	z-index:2
}
ul#nav li{
	display:inline;
	padding:0 13px 0 0;
	text-transform:uppercase;
	font-style: italic;	
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
ul#nav li a{
	color: #260404;
}
ul#nav li a:hover,
ul#nav li.current a{color:#8bbd25}

#header{
	width:945px;
}

/* Flash */

#flashcontent {
	width: 945px;
	height: 178px;
	margin-left: auto;
	margin-right: auto;
}



/* tagline code */
#tagline{
	width:945px;
	height:92px;
	margin:-5px 0 0 0; 
	background:url(images/Houston-web-design-headerbg.jpg) no-repeat 0 0;   /*This is the Header image - I know confusing - i refer it via H1 */
	position:relative;
	z-index:1
}
#tagline a,
#tagline a em{
	position:absolute;
	width:418px; /*actual image size */
	height:60px;
	overflow:hidden;
	left:15px; /*position the logo absolutely Left - Logo graphic is ref in the HTML*/
	top:15px;  /*position the logo*/ 
}
#tagline a em{
	cursor:pointer;
	left:0;
	top:0;
	/*background:url(images/logo.jpg) no-repeat 0 0; use this as an alternative to image in the html*/
}
#tagline span,
#tagline span em{
	position:absolute;
	width:383px;
	height:51px;
	overflow:hidden;
	left:408px;
	top:51px;
}
#tagline span em{
	left:0;
	top:0;
	background:url(images/logo.jpg) no-repeat 0 0; 
}


/* START MIDSEC  code */
#midsec{
	width:945px;
	height:173px;
	margin:0px 0 0 0; 
	background:url(images/houston-graphic-design-midsec.jpg) no-repeat 0 0;   /*This is the Header image - I know confusing - i refer it via H1 */
	position:relative;
	z-index:1
}
#midsec a,
#midsec a em{
	position:absolute;
	width:418px; /*actual image size */
	height:68px;
	overflow:hidden;
	left:112px; /*position the logo absolutely Left - Logo graphic is ref in the HTML*/
	top:73px;  /*position the logo*/ 
}
#midsec a em{
	cursor:pointer;
	left:0;
	top:0;
	/*background:url(images/logo.jpg) no-repeat 0 0; use this as an alternative to image in the html*/
}
#midsec span,
#midsec span em{
	position:absolute;
	width:383px;
	height:51px;
	overflow:hidden;
	left:408px;
	top:51px;
}
#midsec span em{
	left:0;
	top:0;
	background:url(images/tagline.jpg) no-repeat 0 0; 
}

/* END MIDSEC  code */

#blurbHead{
	text-transform: uppercase;
	width: 378px;
	height: 25px;
	color: #1e2e11;
	margin-left: 15px;
	float: right;
	white-space: normal;
	text-align: right;
	margin-bottom: -39px;
	padding-top: 15px;
	border-style: none;
	border-color: #4f4c4f;
	font: small-caps bold 10px/123% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	top: -40px;
	z-index: 1;
}

#blurbHead h4{
	text-transform: uppercase;
	font: small-caps bold 8px/123% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #95cb4e;
}

#blurb{
	padding-bottom: 14px;
	text-transform: uppercase;
	background: url(images/houston-website-design-blurb-bg.jpg) no-repeat -25px -19px; 
	width: 428px;
	height: 181px;
	color: #a5ff5c;
	margin-left: 10px;
	float: right;
	white-space: normal;
	text-align: right;
	margin-bottom: -13px;
	padding-top: 6px;
	border-style: none;
	border-color: #4f4c4f;
	font: small-caps bold 30px/123% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	top: -20px;
}

#blurb h6{
	text-transform: uppercase;
	font-size: 76px;
	color: #83cd4a;
}



#blurbFun {

	
	list-style-type: none;

	
	line-height: 17px;

	
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;

	
	margin-left: 30px;

	
	font-size: 16px;

	
	color: #7cab42;
	white-space: normal;
	text-align: left;
	clear: left;
}

#blurbFun h6{
	text-transform: uppercase;
	font-size: 76px;
	color: #83cd4a;
}

#blurbFun h4{
	text-transform: uppercase;
	font: small-caps bold 8px/123% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #95cb4e;
}



/* search box */

#search{
	width:945px;
	height:5px;
	background:url(images/search-bg2.jpg) no-repeat 0 0; 
	position:relative;
}


#main-nav {
	width:945px;
	clear: both;
	height: 32px;
	margin-top: 0px;
	background-color: #000000;
	z-index: 1;
	position: relative;
}

#body_ul {
	list-style-position: outside;list-style-image: url(../images/blue-4square.png)

	}

/* main content */
#main,#content{width:945px}
#main{background:url(images/3col-bg.jpg) repeat-y 0 0}  /*The Main Content Background - repeating bg*/

#content{
	background:url(images/3col-top.jpg) no-repeat 0 0;  /* To hold the big gradient image  */
	min-height:514px;
}
* html #content {height:514px} /* for ie6 and under*/



#col1{
	width:210px;
	margin:22px 0px 0 2px;
	display:inline;/* cure IE6 double margin bug*/
	float:right;
}

.thingy {

 background:url(images/twine.png) repeat-x top left;
 border: 0;

}

/*  CUSTOM MAIN column  -- MAIN Styling  -- A duplicate of main column */

#maincolHome {
	width:705px;
	/* background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px;  */
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolHome { /*  IE Hack for Main col layout */
	width:715px;
	 /* background: url(images/web-design-mainbg.jpg) no-repeat 10 11px;   */
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolHome h2 {
	margin: -23px 0px 0 8px;
	padding: 0;
	width: 700px;
	height: 470px;
	background: url(images/get-design-today.jpg)  no-repeat;
	text-indent: -9px;
	color: #c3d1b4;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
#maincolHome h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 5px;
	top: 13px;
	bottom: 15px;
	font: small-caps 19px/118% "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif, Verdana;
}

#maincolHome p {
	margin-left: 5px;
	color: #4f4c4f;
	text-align: justify;
}

#maincolHome span {
	
	font-style: italic;
	
	font-weight: bold;
	
	background-position: 7px;
	
	list-style-type: disc;
	
	left: 11px;
	
	list-style-position: outside;
	
	background-repeat: no-repeat;
	
	padding-left: 9px;
	
	color: #7cab42;
	text-align: justify;
	
	
}

#maincolHome hr {
	border : 0;
  	height : 31px;
  	background : url(images/star.png) no-repeat;
  	 margin-left: 70px;
	border: none;  
 }



/*  END MAIN STyling */


/*  MARKETING Styling  -- A duplicate of main column - Used for Web Design Section Generally   */

#maincolMarketing {
	width:705px;
	background: url(images/marketing-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolMarketing { /*  IE Hack for Main col layout */
	width:715px;
	background: url(images/marketing-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolMarketing h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-marketing.jpg)  no-repeat;
	text-indent: -9px;
	color: #dbecc9;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
#maincolMarketing h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 5px;
	top: 13px;
	bottom: 15px;
	font: small-caps bold 19px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolMarketing p {
	margin-left: 5px;
	color: #4f4c4f;
	text-align: justify;
}

#maincolMarketing span {
	
	margin-left: 13px;
	
	color: #b4c125;
	text-align: justify;
	font-weight: bold;
}


/*  END MARKETING STyling */

/*  PORTFOLIO Styling  -- A duplicate of main column - Used for Web Design Section Generally   */

#maincolPortfolio {
	width:705px;
	background: url(images/portfolio-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolPortfolio { /*  IE Hack for Main col layout */
	width:715px;
	background: url(images/portfolio-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolPortfolio h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-portfolio.jpg)  no-repeat;
	text-indent: -9px;
	color: #dbecc9;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
#maincolPortfolio h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 5px;
	top: 13px;
	bottom: 15px;
	font: small-caps bold 23px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolPortfolio p {
	margin-left: 5px;
	color: #4f4c4f;
	text-align: justify;
}

#maincolPortfolio span {
	
	color: #c72249;
	text-align: justify;
	font-weight: bold;
}


/*  END PORTFOLIO STyling */



/*  CUSTOM main column  -- HOME Styling  -- A duplicate of main column - Used for Web Design Section Generally   */

#maincolSmart {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolSmart { /*  IE Hack for Main col layout */
	width:715px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolSmart h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-home.jpg)  no-repeat;
	text-indent: -9px;
	color: #dbecc9;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
#maincolSmart h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 5px;
	top: 13px;
	bottom: 15px;
	font: small-caps bold 19px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolSmart p {
	margin-left: 5px;
	color: #4f4c4f;
	text-align: justify;
}

#maincolSmart span {
	
	color: #c72249;
	text-align: justify;
	font-weight: bold;
}


/*  END Home STyling */


/*  CUSTOM main column  -- WEB DESIGN Styling  -- A duplicate of main column */

#maincolWeb {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolWeb { /*  IE Hack for Main col layout */
	width:715px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolWeb h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-home.jpg)  no-repeat;
	text-indent: -9px;
	color: #dbecc9;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
	
#maincolWeb h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 5px;
	top: 13px;
	bottom: 15px;
	font: small-caps bold 19px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolWeb p {
	margin-left: 5px;
	color: #4f4c4f;
	text-align: justify;
}

#maincolWeb span {
	
	color: #c72249;
	text-align: justify;
	font-weight: bold;
}


/*  END WEB DESIGN STyling */



/*   Medical Styling  -- A duplicate of main column */

#maincolMedical {
	width:705px;
	background: url(images/medical-testing-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolMedical { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolMedical h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-medical-services.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolMedical h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 20px;
	top: 13px;
	bottom: 10px;
	font: small-caps bold 20px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolMedical p {
	margin-left: 20px;
}


#maincolMedical ul {
	
	list-style-position: outside;
	
	margin-left: 5px;
	padding-left: 6px;
	padding-bottom: 5px;
	padding-right: 35px;
	padding-top: 10px;
	font-size:92%;
	text-align:left;
	position:relative;
	
}

#maincolMedical ul li{
	font-size: 14px;
	list-style-position: outside;
	margin-left: 6px;
	padding-left: 2px;
	padding-bottom: 0;
	padding-right: 13px;
	padding-top: 0;
	text-transform:uppercase;
	font-style: italic;	
	font-weight:bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}



/*  END Medical STyling */


/*   Medical TESTING  Styling  -- A duplicate of main column */

#maincolMedicalTest {
	width:705px;
	background: url(images/emg-testing-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolMedicalTest { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/emg-testing-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolMedicalTest h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-medical-testing.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolMedicalTest h3 {
	padding-right: 27px;
	padding-left: 0px;
	color: #4f4c4f;
	text-align: left;
	margin-left: 20px;
	top: 13px;
	bottom: 10px;
	font: small-caps bold 20px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolMedicalTest p {
	margin-left: 20px;
}


#maincolMedicalTest ul {
	
	list-style-position: outside;
	
	margin-left: 5px;
	padding-left: 6px;
	padding-bottom: 5px;
	padding-right: 35px;
	padding-top: 10px;
	font-size:92%;
	text-align:left;
	position:relative;
	
}

#maincolMedicalTest ul li{
	font-style: normal;
	line-height: 22px;
	color: #7cab42;
	font-size: 13px;
	list-style-position: outside;
	margin-left: 6px;
	padding-left: 11px;
	padding-bottom: 0;
	padding-right: 13px;
	padding-top: 0;
	text-transform:uppercase;	
	font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}



/*  END Medical TESTING STyling */




/*   Craig's  Styling  -- A duplicate of main column */

#maincolCraig {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolCraig { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolCraig h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-craigslist-ads.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolCraig h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 20px;
	top: 13px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolCraig p {
	margin-left: 20px;
}


/*  END Craig's STyling */

/*   Custom Styling  -- A duplicate of main column */

#maincolCustom {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolCustom { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolCustom h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-custom-web-design.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolCustom h3 {
	margin-left: 20px;
	color: #4f4c4f;
	text-align: left;
	top: 13px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolCustom p {
	margin-left: 20px;
}


#maincolCustom span em {
	color: #413f41;
	text-align: left;
	top: 10px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

/* ///////////// END Custom STyling ///////////// */


/* /////////////  FLASH Styling  ///////////////////////// */

#maincolFlash {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolFlash { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolFlash h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-flash-designer.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolFlash h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 20px;
	top: 13px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolFlash p {
	margin-left: 20px;
}


#maincolFlash span em {
	color: #4f4c4f;
	text-align: left;
	top: 10px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Lucida Grande", Lucida, Verdana, sans-serif;
	
}


/* ////////////////  END FLASH STyling////////////////// */

/* /////////////  GRAPHIC Styling  ///////////////////////// */

#maincolGraphic {
	width:705px;
	background: url(images/graphic-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolGraphic { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/graphic-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolGraphic h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-graphic-design-print.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolGraphic h3 {
	color: black;
	text-align: left;
	margin-left: 20px;
	top: 13px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolGraphic p {
	margin-left: 20px;
}


#maincolGraphic span em {
	color: #413f41;
	text-align: left;
	top: 10px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

/* ////////////////  END GRAPHIC STyling////////////////// */

/* /////////////  LOGO Styling  ///////////////////////// */

#maincolLogo {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolLogo { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolLogo h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-logo-branding.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolLogo h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 20px;
	top: 13px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolLogo p {
	margin-left: 20px;
}


#maincolLogo span em {
	color: #413f41;
	text-align: left;
	top: 10px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

/* ////////////////  END LOGO STyling////////////////// */


/* /////////////  TRADESHOW Styling  ///////////////////////// */

#maincolTrade {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolTrade { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolTrade h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-trade-show-graphics.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolTrade h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 20px;
	top: 13px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolTrade p {
	margin-left: 20px;
}


#maincolTrade span em {
	color: #413f41;
	text-align: left;
	top: 10px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

/* ////////////////  END TRADESHOW STyling////////////////// */

/* /////////////  HOSTING Styling  ///////////////////////// */

#maincolHost {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolHost { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolHost h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-web-hosting.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolHost h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 20px;
	top: 13px;
	bottom: 10px;
	font: small-caps 17px/118% "Lucida Grande", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif, Verdana;
}

#maincolHost p {
	margin-left: 20px;
}


#maincolHost span em {
	color: #413f41;
	text-align: left;
	top: 10px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

/* ////////////////  END HOSTING STyling////////////////// */

/* /////////////  REDESIGN Styling  ///////////////////////// */

#maincolRe {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolRe { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolRe h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-web-redesign.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolRe h3 {
	color: #4f4c4f;
	text-align: left;
	margin-left: 20px;
	top: 13px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolRe p {
	margin-left: 20px;
}


#maincolRe span em {
	color: #413f41;
	text-align: left;
	top: 10px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

/* ////////////////  END REDESIGN STyling////////////////// */

/*   CONTACT Styling  */

#maincolContact {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolContact { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolContact h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-web-design-contact.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolContact h3 {
	color: #4f4c4f;
	text-align: left;
	top: 13px;
	margin-left: 20px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolContact p {
	margin-left: 20px;
}


#maincolContact span em {
	color: #413f41;
	text-align: left;
	top: 10px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

/* ///////////// END CONTACT STyling ///////////// */


/*   ABOUT Styling  */

#maincolAbout {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolAbout { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolAbout h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-about.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolAbout h3 {
	color: #4f4c4f;
	text-align: left;
	top: 13px;
	margin-left: 20px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolAbout p {
	margin-left: 20px;
}


#maincolAbout span em {
	color: #413f41;
	text-align: left;
	top: 10px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

/* ///////////// END About STyling ///////////// */


/*   FAQ Styling  */

#maincolFAQ {
	width:705px;
	background: url(images/web-design-mainbg.jpg) no-repeat 6px 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 16px;
	font-weight: normal;
	line-height: 170%;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*html #maincolFAQ { /*  IE Hack for Main col layout */
	width:719px;
	background: url(images/web-design-mainbg.jpg) no-repeat 10 11px; 
	float:left;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 1px;  /*  IE Hack for Main col layout */
	font-weight: normal;
	line-height: 170%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#maincolFAQ h2 {
	margin: -23px 0px 0 295px;
	padding: 0;
	width: 409px;
	height: 50px;
	background: url(images/title-faq.jpg)  no-repeat;
	text-indent: -99999px;
	}
	
#maincolFAQ h3 {
	color: #4f4c4f;
	text-align: left;
	top: 13px;
	margin-left: 20px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#maincolFAQ p {
	margin-left: 20px;
}


#maincolFAQ span em {
	color: #413f41;
	text-align: left;
	top: 10px;
	bottom: 10px;
	font: small-caps bold 17px/118% "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

/* ///////////// END FAQ STyling ///////////// */

div.figure {
	float: left;
	width: 495px;
	margin: 15px 10px 5px 85px;
	}	

.figure img {
	border: 1px solid #cc9933;
	padding: 10px;
	margin-top:5px;
	background-color: #fef7e4;
	}


	
.figure p {
	font:12px normal Arial, Helvetica, sans-serif;
	color: #333;
	text-align:justify;
	line-height:115%;
	background-color: #FFFCF2;
	border: 1px solid #cc9933;
	padding: 5px;
	margin: 10px 25px 0 5px;
	}	
	
.figureheader {
	
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 50px;
}


.photogallery {
	position:relative;
	float: left;
	width: 200px;
	margin: 5px 0 0 20px;
}
	
.photo img {
	    border: 1px solid #cc9933;
	    background-color: #FFF;
		margin-top:9px;
		margin-left: 13px;
		position:relative;
}



.photogallery p {
	position:absolute;
	width: 168px;
	left: 10px;
	bottom: 2px;
	background-color: #FFF;
	border: 1px dotted #d69829;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	padding: 2px;		
}	

.gallery {
	float: left;
	width: 485px;
	margin-top: 15px;
	display: inline;

}

/* This is a bx model Hack for IE only -*html only rec by IE- whew  */
*html .gallery {
	float: left;
	width: 535px;
	margin-top: 13px;
	display: inline;
}


div.gallery  {

	margin-left: 105px;
	background-color: #FFFCF2;
	border: 1px solid #cc9933;
	
	}
	
.gallery p {
	width:160px;
	clear:left;
	line-height:115%;
	margin: 11px;
	font-size: .85em;
	font-weight: bold;
	padding: 2px;
	
}	


.gallery span {
	width:160px;
	bottom: 2px;
	background-color: #FFF;
	border: 1px dotted #d69829;
	clear:left;
	font-size: .75em;
	font-weight: bold;
	line-height:105%;
	margin-left: 95px;
	margin-top: 4px;
	margin-bottom: 8px;
	padding: 3px;
	
}



.video {
	float: right;
	width: 129px;
	margin: 15px 10px 5px 65px;
}




*html .video {
	float: right;
	width: 146px;
	margin: 15px 10px 5px 65px;
	display: inline;
}

div.video  {
	border: 1px solid #cc9933;
	margin:6px;
	background-color: #fef7e4;
	margin-left: 8px;
	}
	
.video p {
	font-size: 9px;  
	text-align: left;
	width:480px;
	margin:7px;
	line-height:115%;
}	


.videoimage	{
	float:left;
	margin-top:10px;
	margin-left:9px;
	margin-right:0px;
	margin-bottom:4px;
}

.videoleft {
	float: left;
	clear: both;
	width: 129px;
	margin: 15px 10px 5px 65px;
}	
	
*html .videoleft {
	float: right;
	width: 146px;
	margin: 15px 10px 5px 65px;
	display: inline;
}

div.videoleft  {
	border: 1px solid #cc9933;
	margin:6px;
	background-color: #fef7e4;
	margin-left: 8px;
	}
	
.videoleft p {
	font-size: 9px;  
	text-align: left;
	width:480px;
	margin:7px;
	line-height:115%;
}	

.videoimageleft	{
	float:left;
	margin-top:10px;
	margin-left:9px;
	margin-right:0px;
	margin-bottom:4px;
}

.videoCaption	{
	clear: both;
	float:left;
	margin-top:20px;
	margin-left:0px;
	margin-bottom: 25px;
	
	
}
	
	
.imageleft	{
	float:left;
	margin-top:20px;
	margin-left:34px;
	
}

.imageright	{
	float:right;
		

}


.resourceBox{
	width: 590px;
	height:115px ;
	padding: 15px;
	margin-left: 25px;
	margin-top: 15px;
/*  	
	background-color: #fbf9e4;
	border: 1px solid #d69829;
 */
	
}

.imgResource{
	float: left;
	clear: left;
	border: 1px solid #4f4c4f;
	margin-right: 10px;
}

.picRight {
	
	
	float:right;
	margin-left: 15px;
	margin-top:5px;
	
	
}		

.picLeft {
	
	
	float:left;
	margin-right: 15px;
	margin-top:5px;
	
	
}		
		
	
.before {
	
	
	float:left;
	margin-left: 55px;
	margin-top:15px;
	
	
}	

.after {
	
	float:right;
	margin-right: 75px;
	margin-top:15px;
	clear:right;

}




/* photos and pics */
.modelpic {
	float:left;
	margin-top: 15px;
	margin-right:9px;
}
.subheader{
	float:right;
	padding-bottom: 5px;
}

.mediabutton {
	margin-top: 10px;
	margin-left: 2px;
}

.coupon {
	margin-top: 10px;
	margin-left: 6px;
}

#col2{
	width:180px;
	float:right;
	margin:0 50px 0 0;
	display:inline;/* cure IE6 double margin bug*/
}


/* subnav */

#subnav {
	
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	float: left;
	font-size: 10px;
	color: #5b6153;
	line-height: 12px;
	
	}
	
#subnav  a {
	color: #555b4e;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#subnav  a:hover {
	color: #b4c125;
}

/* subnav */

#sidebarContact {
	width:189px;
	
}

#sidebarContact h4{
	margin: 2px 0px 0 1px;
	padding: 0;
	width: 173px;
	height: 34px;
	background: url(images/quick-contact.jpg)  no-repeat;
	text-indent: -99999px;
	}


#miniContact {
	float: left;
	width: 165px;
	margin-top: 25px;
	text-align: left;
	display: inline;
	color: #4f4c4f;
	font-size: 11px;
}

#miniContact h3 {
	
	color: #4f4c4f;
	text-align: left;
	margin-left: 20px;
	top: 5px;
	bottom: 5px;
	font: small-caps 12px/118% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#quote-form {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	width:450px;

}

#quote-form td {
	
	
	
	margin: 2px;
	padding: 6px;
	vertical-align: top;

}
	
	





/* footer and copyright */
#footer{
	width:945px;
	background:url(images/3col-base.jpg) no-repeat 0 0;
	clear:both;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}

#footer p{
	margin-left: 8px;
	text-align: center;
}

#realfooter {
	width: 945px;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
}


/* Start Model code */




/* End Model code */

#indent {
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 10px;
}

#quickcontact { margin: 0; padding: 0; font: 10px/13px Arial, Helvetica, sans-serif; }

#quickcontact h1 {
	margin: 9px 2px 2px 2px;
	font-family: "Times New Roman", Times, serif, Georgia;
	color: #330000;
	text-align: center;
	line-height: 110%;
}


#quickcontact table {
	width: 173px;
}
#quickcontact table td { padding-bottom: 2px; }
#quickcontact input.quickinput {
	padding-left:3px;
	width: 169px;
	background-color: #dbecc9; /* to prevent highlighting by Google Toolbar */
	border: 1px solid #5b1489;
	color:#582410;
	vertical-align: middle;
}
#quickcontact textarea {
	width: 169px;
	background-color: #dbecc9; /* to prevent highlighting by Google Toolbar */
	border: 1px solid #5b1489;
	color:#582410;
}
#quickcontact select { font-size: 12px; width: 163px; background-color: #dbecc9; border: 1px solid #5b1489; color:#582410; }

/* Utility */

input.btn {  
color: #1a0636;  
font: bold 94% 'trebuchet ms',helvetica,sans-serif;  
background-color: #fbf9e4;  
border: 1px solid;  
border-color: #696 #363 #363 #696;  
filter:progid:DXImageTransform.Microsoft.Gradient  
 (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');  
}  



/* Start Menu Code */


.menu {width:835px; height:32px; position:relative; z-index:100;border-right:0px solid #000; font-family:arial, sans-serif; text-align: center}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:835px; w\idth:835px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:135px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:135px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {text-shadow: 0px 0px 0px; display:block;font-size: 12.5px;text-decoration:none; color: #d6cfd5; width:135px; height:31px; border: 1px 1px 1px 1px solid #dbecc9; background: black; padding-left:2px; line-height:29px; font-weight: 200;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:135px; w\idth:135px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {letter-spacing: -1px; background: #dbecc9 url(http://www.chem-security.com/images/general/red-arrow.gif) no-repeat 135px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{text-align: center; color: white; background: #95cb4e no-repeat 135px center;}
.menu ul ul :hover > a.drop {color: white; background: #95cb4e no-repeat 135px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background: #dbecc9;}
/* style the third level hover */
.menu ul ul ul a:hover {background: #95cb4e;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:135px;border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:148px; top:-1px; width:140px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-148px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { background-color: #dbecc9; color: #260404; height:auto; line-height:1em; padding:5px 10px; width:128px; border: 1px 1px 1px 1px solid #dbecc9;} 
/* yet another hack for IE5.5 -- Also the Border you need to alter */
* html .menu ul ul a, * html .menu ul ul a:visited {width:135px;w\idth:135px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background: #95cb4e;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background: #95cb4e;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* Stop menu Code*/
