/* CSS Document */
@import "ADXMenu.css";

/*********************************************************/
/*********************************************************/
/** The Yellowpipe Web Hosting Organic CSS Style sheet! **/
/** With, in order of appearance....                    **/
/*********************************************************/
/*********************************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0;
	padding: 0;
	background-image:url(bg_grad.png);
	text-align: center;	
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 160%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainbox{
width: 876px;
margin-left:auto; 
margin-right:auto;
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
background-color:#FFFFFF;
text-align:left;
}

#masthead{ /*! For IE *was* in ADxMenu4IE.css !*/
	background-image:url(http://www.yellowpipe.com/images/grologos/bglogoleft2.jpg);
	background-repeat:no-repeat; background-position:left;
	margin: 0;
	padding: 10px 0px 8px 0px;
	border-bottom: 1px solid #cccccc;
	border-top: 0;
	width: 100%;
}

#contentfront{
	margin: 0 0 0 0;
	padding: 0px 0px 15px 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #ccc;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/
#siteName{
	margin-top: 7px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 10px;
}
.frontbox {
 font-size: 18px;  
 padding-top: 8px; 
 padding-left: 15px; 
 color: #0000CC;
 cursor: pointer;
}

/*.png {
   behavior: url("pngbehavior.htc");
}*/
/***********************************************/
/*  #Ajax ticker style                         */
/***********************************************/
/*! For IE 6: in ADxMenu4IE.css !*/
#ajaxticker1{
color:#000000;
height: 40px;
border: none;
padding: 0px 0px 0px 10px;
background-color: transparent; }

.message{
font-size:12px;
color:#000000;
/*line-height:1.5em;*/ }/*class to apply to the scroller(s)*/

/***********************************************/
/*  #list front page styles                    */
/***********************************************/
/*body:last-child */
#frontlistbox ul.frontlist {margin-left:-40px;padding-bottom:-10px;}
*html #frontlistbox ul.frontlist {padding-bottom:-10px;margin-bottom:0px;margin-top:5px;padding-top:5px;margin-left:0px;}
#frontlistbox li.frontlist{
list-style: none;
background: url(../images/boulette2.gif) no-repeat 0 100%; /* boulette2: 22x22, boulette3: 17x17 */
background-position: 0px 1px; 
padding-left:30px;
padding-top:1px;
margin-left:0px;
margin-bottom:4px;
line-height:21px;
}

/***********************************************/
/*  #Tooltips & links styles                   */
/*  C) www.dhtmlgoodies.com Alf Magne Kalleland*/
/***********************************************/
#sauerkraut {
padding-left: 19px;	
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.9em;
		line-height:130%;
}

#sauerkraut h1{
		line-height:130%;
		font-weight:normal;
	}
#sauerkraut a:link{
		color: #006699;
		text-decoration: underline;
		border-bottom:1px dotted #317082;
		font-weight:bold;
	}
#sauerkraut a:hover{
		border-bottom:1px dotted #317082;
		color: #006699;
	}
#bubble_tooltip{
		width:208px;
		position:absolute;
		display:none;
	}
	#bubble_tooltip .bubble_top{
		background-image: url('bubble_top.gif');
		background-repeat:no-repeat;
		height:16px;	
	}
	#bubble_tooltip .bubble_middle{
		border-left:1px solid #000;
		border-right:1px solid #000;
		background-color:#FFFFFF;
		padding-left:7px;
		padding-right:7px;
		text-align:left;
	}
	#bubble_tooltip .bubble_middle span{
		position:relative;
		top:-8px;
		text-align:left;
		color:#009900;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.9em;
	}
	#bubble_tooltip .bubble_bottom{
		background-image: url('bubble_bottom.gif');
		background-repeat:no-repeat;
		background-repeat:no-repeat;	
		height:44px;
		position:relative;
		top:-6px;
	}

/***********************************************/
/* #siteInfo styles                            */
/***********************************************/
#siteInfofront{
	clear: both;
	font-size: 70%;
	color: #CC6600; /* Matching orange (with 006699 blue): #E67300 - is more orange vif*/
	padding: 4px 10px 4px 10px;
	margin-top: -1px;
	margin-bottom: 30px;
	background-color: transparent;
}
#siteInfofront img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#siteInfofront a:link{
	color: #CC6600;
	text-decoration: underline;
}
#siteInfofront a:visited{
color:#CC6600;
text-decoration: underline;
}
#siteInfofront a:hover{
color:#006699;
}


