/* CSS Document for http://www.adsc.ie | Version 1
   Author - Protocol | Hosting Ireland | 
   http://www.hostingireland.ie | August 2007 */



/* =body declarations for body | ###IEB[]XHACK### 
	Body aligned to centered for browsers then 
	countered to left for IE with #center division
==================================================*/
body{
	text-align: center;
	font-size: 11px;
	font-family: Arial, Verdana, 'Lucidia Grande';
	margin: 0px;
	background-color: #E6E6E6;
	color: #000000;
	height: 100%;

	background-image: url(../images/background.gif);
	background-repeat: repeat-x; 
	background-position: top; 
	background-color:#F5F5F5;

	}	
#center{
	width: 800px;
	text-align: left;

	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
/* ###############END B[]X HACK####################
==================================================*/

/*h1 {
	font-size: 16px;
	font-family: Arial, Verdana, 'Lucidia Grande';
	font-weight: bold;
	color: #000000;
}*/

h1{
	font-size: 16px;
	font-weight: bold;
	color: #EEAA01;
}


h2 {
	font-size: 14px;
	font-family: Arial, Verdana, 'Lucidia Grande';
	color: #000000;
	font-weight: bold;
}

p {
	font-size: 12px;
	font-family: Arial, Verdana, 'Lucidia Grande';
	color: #000000;
}



/* =divs | declarations for divisions 
==================================================*/


/* =flashbanner | flash banner area at top of page
==================================================*/
#flashbanner{
	background-color: #FFFFFF;
	background-image: url(http://www.demos.pro.ie/radiusv4/images/flashbg.gif);
	background-repeat: no-repeat;
}


/* =navarea | navigation area ubnder the flash banner
==================================================*/
#navarea{
	background-image: url(nav_bg.jpg);
	height: 100%;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* =container | contains content and news
==================================================*/
#container{
	width: 800px;
	margin-top: 3px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(http://www.demos.pro.ie/radiusv4/images/content_bg.gif);
	background-repeat: repeat-y;

}

/* =contentarea | maincontent area. An editable section
contains the div that holds the sroll area
==================================================*/
#contentarea {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	width:636px;
	margin-right: 0px;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
	float:left;
	height: 100%;
}

#contentarea a {
}

/* =news | contains news
==================================================*/
#newsarea{
	width: 129px;
	margin-left: 4px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	float:left;
	height: 100%;
	padding-right: 0px;
	padding-left: 0px;
	/*background-image: url(../images/nav-area-bg.gif);
	background-repeat: repeat-y;*/
	
}

#newsarea a {
    color: #8389BD;
}



/* =scrolltarea | scriolling content area. An editable section
contains the scroll area
==================================================*/
#scrollarea {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5F66;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 400px;
	overflow: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #8389BD;
	border-right-color: #8389BD;
	border-bottom-color: #8389BD;
	border-left-color: #8389BD;
	margin-top: 10px;
	background-color: #FFFFFF;
}





/* Start of Styles for Top Global Nav  */

/* =nav| navigation area. An editable section ( via php interface)
contains the div that holds the dropdowns
==================================================*/

#nav {
	width: 800px;
	height: 22px;
	padding: 0px;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	background-image: url(nav_bg.jpg);
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-y;
}
#nav ul {
	color: #fff;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#nav a {
	padding: 4px 10px 2px 10px;
	display: block;
	/* width: 80px;/* width of TOP LEVEL LINKS, padding etc */
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(nav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #4C5F66;
}
#nav a:hover {
	color: #EFAD00; 
}
#nav li {
	float: left;
	
	background-color: #F3F6F2;
	padding: 0px;/* dividing single line between navigation elements */
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-color: #c3cdc8;
	border-right-style: solid;
	/* width: 80px;/* width of TOP LEVEL LINKS, padding etc */
}
#nav li ul {
	font-weight: normal;
	left: -999em;
	margin: 0px;
	position: absolute; /* adds a border to the drop menu */
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav li li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
#nav li ul A {
	width: 130px;	
}
#nav li ul ul {
	margin: 0px;
	width: 130px;
}
#nav li:hover UL UL {
	left: 5px;
	width: 130px;
}
#nav li.sfhover UL UL {
	left: 5px;
	width: 130px;
}
#nav li:hover UL {
	left: auto;
	width: 130px;
}
#nav li li:hover UL {
	left: auto;
	width: 130px;
}
#nav li.sfhover UL {
	left: auto;
	width: 130px;
}
#nav LI:hover {
	background-color: #CCCCCC;
}
#nav LI.sfhover {
	background-color: #CC6600;
}
/* End of global navigation with drop menus */
/* End of Styles for Top Global Nav  */

.h2{
	font-size: 16px;
	font-weight: bold;
}


.h1{
	font-size: 16px;
	font-weight: bold;
	color: #EEAA01;
}



#footer{
	width: 740px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 3px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 35px;
	text-align: left;
	background-color: #FFFFFF;
	clear: both;
	padding-bottom: 5px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 20px;	
}
#footer img {
	margin-right: 30px;
	vertical-align: middle;
}





































#maincontent{
	background-image: url(http://www.demos.pro.ie/radiusv4/images/white_bg_strip.jpg);
	width: 947px;
	height: 100%;

}


.imagefloat{
	margin: 5px;
	position: relative;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	padding-bottom: 10px;
}



/* =link declarations for website
==================================================*/
a:link {
	color: #EDAB00;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(http://www.demos.pro.ie/radiusv4/images/orange_arrow.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-position: left center;
	margin-left: 10px;
}

a.nav:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(http://www.demos.pro.ie/radiusv4/images/orange_arrow.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-position: left center;
}

a.nav:hover {
	color: #221f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	background-image: url(http://www.demos.pro.ie/radiusv4/images/blue_arrow.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-position: left center;
}

a.menu:link {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #01008E;
	left: 15px;
	padding-left: 15px;
	background-image: url(http://www.demos.pro.ie/radiusv4/images/link_arrow_blue.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 3px;
	text-decoration: none;
}

a.menu:visited {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #00008E;
	left: 15px;
	padding-left: 15px;
	padding-top: 3px;
}


a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #0033FF;
	left: 12px;
	padding-left: 15px;
	padding-top: 1px;
	text-decoration: underline;
}

a.menu:active {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #01008C;
	left: 15px;
	padding-left: 15px;
	padding-top: 3px;
	text-decoration: none;
}


a.box:link {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:visited {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #660000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:active {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #660000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* =textstyles

==================================================*/
ul {
	color: #000000;
}

blockquote {
	color: #000000;
}

.footer_image{
	padding-right: 30px;
	padding-left: 30px;
}





/*===================================================
=SEARCH=FORM=SEARCH=FORM=SEARCH=FORM=SEARCH=FORM=
===================================================*/
form{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.formtext{
	color: #EAEAEA;
	padding-left: 2px;
	margin-bottom: 2px;
	font-size: 10px;
}

.forminput{
	width:90%;
	color: #6A2E47;
	background-color: #EAEAEA;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 10px;
	margin-bottom: 5px;
}



#loginform select{
	width: 100%;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #EAEAEA;
	color: #6A2E47;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

.searchformimage{
}

.formbutton{
	cursor:pointer;
	color:#666;
	font-weight:bold;
	background:url(http://www.demos.pro.ie/radiusv4/css/media/formbg.gif) repeat-x left top;
	background-image: url(http://www.demos.pro.ie/radiusv4/assets/search-button.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 80%;
}

.paddedtitleheader{
	padding-bottom: 10px;
}
.paddedtitleheader2{
	padding-bottom: 10px;
	padding-top: 10px;
}

.paddedtitleheader3{
	padding-top: 10px;
	padding-bottom: 0px;
}


.banner{
	padding-right: 34px;
}
.imgfloat{
	float: right;
	padding-left: 15px;
}
.productDiv
{
  text-align:center;
  border:solid 1px #000;
  padding: 10px;
  padding-left:10px;
  float:left;
  margin:15px;
  width:150px;
  
  background:url(../images/productsbg.gif) repeat-x;
  background-color:#EEAC00;
}
.productDiv h3
{
	color:#000;
	font-size:1.0em;
	font-weight:bold;
}
.productDiv p
{
	font-size:0.9em;
 color:black;
 font-weight:normal;
}
.pdflink A
{
text-decoration:underline;
   background:url(../images/pdficon.gif) no-repeat;
   color:#000;
   padding-left:25px;
   padding-top:5px;
      padding-bottom:5px;
   line-height:20px;
}
.pdflink A:hover
{
	text-decoration:NONE;
}
.contacuslink a
{   
text-decoration:underline;
	margin-left:30px;
	padding-left:30px;
	background:url(../images/emailicon.gif) no-repeat;
   color:#000;
   padding-left:20px;
   padding-top:5px;
   padding-bottom:5px;
   line-height:20px;
}
.contacuslink a:hover
{ 
 text-decoration:none;
}
.intextimage
{
	margin:10px;
	border:solid 1px #000;
	float:right;
}
.detailLink a
{
	text-decoration:underline;
   color:#000;
   line-height:20px;
}