/** BASIC */

body {
	margin: 40px 0px;
	padding: 0px;
	background: #FFFFFF url(/app_themes/default/images/background.gif) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

input {
	padding: 2px 5px 3px 5px;
	font: normal 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}

input.text {
	border: 1px solid #EEEEEE;
}

input.button {
	background: #EEEEEE url(/app_themes/default/images/homepage04.gif) repeat-x left top;
	border: none;
	text-transform: lowercase;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #717171;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 20px;
}

h1, h2 {
	margin-bottom: 15px;
}

h1 span, h2 span {
	color: #e75d4a;
}

h3 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}


/* Search Box */
.searchBox
{
	/*background-color: #e75d4a;*/
	background-color: #ffffff;
	/*padding: 3px;*/
	/*border: solid 1px #000000;*/
	margin-bottom: 10px;
}
.searchBox h2
{
	/*color: #ffffff;*/
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
.searchboxinput
{
	border: solid 1px #000000;
}
.searchboxbutton
{
	background-color: #ebebeb;
	color: #e75d4a;
	border: solid 1px #000000;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D8682;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 18px;
}
/* 
.first {
	width: 210px;
	height: 130px;
	background-color:Black;
	background: url(/app_themes/default/images/itsqa_download_brochure.gif) no-repeat left center;
}

.second {
	width: 210px;
	height: 118px;
	background-color:Black;
	background: url(/app_themes/default/images/itsqa_contact_us.gif) no-repeat left center;
}


#third {
	text-align: center;
	padding-left: 100px;
}
*/

.pnlHomeHeader{
 float: right;
 width: 210px;
 margin-left: 20px;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 0px 0px 10px 0px;	
}

.list1 h3 {
	padding-left: 20px;
	background: url(/app_themes/default/images/homepage08.gif) no-repeat left center;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	float: left;
	width: 40%;
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(/app_themes/default/images/homepage07.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #e75d4a;
}

a:hover {
	text-decoration: none;
}


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 50px;
	background: url(/app_themes/default/images/homepage09.gif) repeat-x left center;
}

/** MENU */

/*#menu {
	background: #E4E4E4 url(/app_themes/default/images/homepage02.gif) repeat-x left top;
	border: 1px solid #E9E9E9;
}

#menu a {
	float: left;
	height: 26px;
	padding: 4px 30px 0px 30px;
	border-left: 1px solid #E3E3E3;
	text-decoration: none;
	font-size: 13px;
	color: #505050;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	border: none;
}*/

/** LOGO */

#logo h1 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #BCBCBC;
}

/** PAGE */

#page {
	padding: 30px 15px;
	background: url(/app_themes/default/images/homepage05.gif) repeat-x left top;
}

/** FOOTER */

#footer {
	background: url(/app_themes/default/images/homepage10.gif) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding-top: 8px;
	text-align: center;
}



/** FORMS */
.label
{
	float: left;
	width: 100px;
}
.control
{
	float: left;
}



/** CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}




/* Menu System */
#menu a, #menu a.top
{
	display: block;
	margin:0;
	border-left: 1px solid #E3E3E3;
	text-decoration: none;
	font-size: 13px;
	color: #505050;
	text-align: center;
	padding: 3px;
	height: 21px;
}

#menu a.top{
	color:#fff;
	background: #E4E4E4 url(/app_themes/default/images/homepage02.gif) repeat-x left top;
	text-transform:uppercase
}

#menu a{
background:#e7f3f7;
text-decoration:none;
width: 141px;
text-align: left;
}

#menu a:link, #menu a:visited{
color:#000;
}

#menu a:hover{
color:#000;
background:#c6e7f7;
}

#menu a:active{
color:#000;
background:#e7f3f7;
} 


#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width: 747px;
}

#menu li{
position:relative;
margin: 0px;
padding: 0px;
float:left;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
width:142px;
}

#menu ul ul li a{
padding-left: 8px;	
}

#menu ul ul ul
{
	position: absolute;
	top:0;
	left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu a.top:hover{
background: #E4E4E4 url(/app_themes/default/images/homepage02.gif) repeat-x left top;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;} 

/* End of non-anchor hover selectors */

/* Styling for Expand */
#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#eee url(/app_themes/default/images/homepage02.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}


/* Service expandable panel styling */

.service{
margin-bottom: 20px;
}

.leftServices{
width: 310px;
float:left;
padding-left: 10px;
}

.rightServices{
width: 310px;
float:right;
padding-right: 10px;
}

.searchPanelTitleButton{
float:left;
padding-top: 3px;
}

.searchPanelTitleButton:hover{
cursor: pointer
}

.serviceHeader{
padding-left: 26px;	
}

.serviceHeader:hover{
cursor: pointer
}

.searchPanelContent{
padding-left: 21px;
}


