/***********************************************/
/* styles.css                                  */
/* Use with krown.com                          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;	
	margin: 0px;
	padding: 0px;
	background-image:url(images/background.jpg);
	text-align:center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** main header **************/

h1{
	font-size:25px;
	font-weight:bold;
	color:#5A98FE;
	letter-spacing: 2;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

/*************** used in FAQ questions at top***************/
h2{
	font-size:14px;
	font-weight:bold;
	color:#003366;
	letter-spacing: 2;
	margin: 0px;
	padding: 0px;
}

/*************** used in FAQ inner links "to top" ***************/
h3{
	font-size: 10px;
	font-weight:bold;
	color:#003366;
	letter-spacing: 2;
	margin: 0px;
	padding: 0px;
}

/*************** used as sedondary header ***************/
h4{
	font-size:16px;
	font-weight:bold;
	color:#5A98FE;
	letter-spacing: 2;
	margin: 0px;
	padding: 0px;
}

h5{
	font-size:14px;
	font-weight:bold;
	color:#5A98FE;
	letter-spacing: 2;
	margin: 0px;
	padding: 0px;
}

/***************     ***************/
h6{
	font-size:16px;
	font-weight:bold;
	color:#800000;
	letter-spacing: 2;
	margin: 0px;
	padding: 0px;
}

/***************      ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#table{
	border:#000000 5px solid;
}

#blackBackground{
	background-color:#000000;
}

#mainText{
	background-color:#FFFFFF;
	padding:  40px 40px 40px 40px;
	text-align:justify;
}

#mainText a:link, #mainText a:visited {
	color:#003366;
}

#mainText a:hover{
	color:#5A98FE;
	text-decoration:none;
}

#emailform{
	border: 3px solid #666666;
	background-color:#dbdbdb;
}

#specialText{
	background-color:#FFFFFF;
	font-weight:bold;
	padding:  10px 10px 10px 10px;
	text-align:justify;
}

#rightAlign{
	text-align:right;
	background-color:#FFFFFF;
}

/************ Styles for Footer Krown Contact **************/

#backgroundRowBottom{
	background-image:url(images/back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	text-align:left;
	font-weight: bold;
	color:#FFFFFF;
	letter-spacing: 1pt;
	background-color:#FFFFFF;
}

#backgroundRowBottom a:link, #backgroundRowBottom a:visited {
	color:#FFFFFF;
}

#backgroundRowBottom a:hover{
	color:#5A98FE;
	text-decoration:none;
}

/************ Menu Styles **************/

#menu{
	background-color:#000000;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-size:12px;
	text-align:left;
	font-weight: bold;
	color:#FFFFFF;
	letter-spacing: 1pt;
}

#menu a:link, #menu a:visited {
	color:#FFFFFF;
}

#menu a:hover{
	color:#5A98FE;
	text-decoration:none;
}


/************ Footer Styles **************/

#footer{
	font-size:11px;
	color:#000000;
}



























#title{
	padding-bottom: 16px;
}

#content{
	text-align:justify;
}

#ourWork{
	text-align:center;
}

#picturesRight{
	text-align:right;
	padding: 10px 0px 10px 0px;
}

#picturesLeft{
	text-align:left;
	padding: 10px 0px 10px 0px;
}

#picturesText{
	text-align:left;
	padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-size:x-large;
	background-color:#EEEEEE;
	text-align:center;
	color:#3968AE;
}

#picturesNavRight{
	font-size:small;
	text-align:right;
	font-weight: bold;
	color:#3968AE;
	padding: 20px 10px 20px 10px;
	background-image:url(images/prevNext.jpg);
	background-repeat:no-repeat;
	background-position:right
}

#picturesNavLeft{
	font-size:small;
	text-align:left;
	font-weight: bold;
	color:#3968AE;
	padding: 20px 10px 20px 10px;
	background-image:url(images/prevNext.jpg);
	background-repeat:no-repeat;
	background-position:left
}

#bottom{
	font-weight: bold;
	font-size:small;
	text-align:center;
	color:#3968AE;
}



/***********************************************/
/* for right hand examples column              */
/***********************************************/
#examplesWorkBackground{
	background-repeat:no-repeat;
	background-image:url(images/examples-of-our-work.gif);
	padding: 70px 0px 46px 0px;
	text-align:center;
}

/************* for top menu ****************/

#globalNav{
	background-image: url(images/glbnav_background.gif);
	text-align: center;
}

#globalNav img{
	margin-bottom: -4px;
}

a.glink:hover{
  	background-image: url(images/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}




/************ for forms **************/

#formTitle{
	font-weight: bold;
	font-size:medium;
	color:#FFFFFF;
	background-color:#3968AE;
}

#checkbox{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
 	color: #3968AE;
}

#label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
 	color: #3968AE;
	text-align:right;
}

input, textarea, select{
	margin-top: 5px;
}

.pricesRow{
	border-bottom:dotted thin #5A98FE;
}

.pricesRowRight{
	border-bottom:dotted thin #5A98FE;
	border-left:dotted thin #5A98FE;
}