
/*
	allWireless_v1.0
	(c) 2008 Iconic Group (www.iconicgroup.ca)
	All Rights Reserved.
	
	CSS developed by The Iconic Group
	
*/

/* BMS Global Reset */
@import url("reset.css");

body {
color: #333333;
font-family: Arial, sans-serif;
line-height: 1.6;
font-size: 12px;
}

/* @group Wrappers */

#ico-wrapper {
width: 960px;
margin: 20px auto 0px auto;
}

#ico-wrapperHeader {
position:relative;
height: 125px;
background-image: url(../images/ico-wrapperHeader.jpg);
}

#ico-wrapperBody {
overflow: hidden; /* used to contain floats */
}

#ico-bodyWelcomeWrapper {
width: 908px;
overflow: hidden; /* used to contain floats */
background: transparent url(../images/ico-bodyWelcomeWrapper.gif) no-repeat;
padding: 26px;
border-bottom:1px solid #DEDEDE;
}

#ico-wrapperFooter {
color: #a0a0a4;
text-align: right;
padding-top: 10px;
padding-bottom: 27px;
}

/* @end */

/* @group Elements */

/* logo */
h1.ico-logoHeader {
font-size: 200%;
margin: 0px;
padding: 0px;
}

h1.ico-logoHeader a {
position: absolute;
top: 10px; left: 25px;
width:213px; height:66px;
background:transparent url(../images/logoHeader.png) no-repeat scroll 0%;
display:block;
}

h1.ico-logoHeader a span {
position: absolute;
top: -1000px;
}

#ico-headerSearch {
position: absolute;
right: 52px;
top: 24px;
}

#ico-headerInfo { 
color:#FFFFFF;
font-weight:bold;
position:absolute;
right:25px;
text-align:right;
top:50px;
}

#ico-headerMenu {
height: 39px;
position: absolute;
top: 86px;
}

#ico-bodyFlash {
height: 325px;
background-color: silver; /* temp */
margin-top: 1px;
}

#ico-bodyWelcomeNews {
width: 317px;
background:#FFFFFF url(../images/grad2.gif) repeat-x scroll center bottom; /*REPLACE GIF*/
border: 1px solid #e6e6e6;
padding: 13px;
}

#ico-bodyWelcomeTabs {
width: 536px;
background:#FFFFFF url(../images/grad3.gif) repeat-x scroll center top; /*REPLACE GIF*/
border:1px solid #DDDDDD;
margin-bottom:10px;
/*padding: 13px;*/
}

#ico-bodySidebar {
width:224px;
padding:20px 23px 20px 36px; /*use negative margins for .moduletable h3*/
}

#ico-bodyPathway {}

#ico-bodyContent {
width: 638px;
padding: 20px 26px 20px 13px;
}

#ico-footerLogo {
float: right;
margin-left: 10px;
}

/* Left Sidebar Columns */
.ico-LeftColumn{
float: left;
display: inline; /* remove double border on float in IE */ 
}

/* Right Sidebar Column */
.ico-RightColumn{
float: right;
display: inline; /* remove double border on float in IE */ 
}
/* @end */

/* @group Type Styles */

/* links */
a {color: #3e6da4; text-decoration: none;}
a:hover {text-decoration: underline;}
.moduletable_footer a {color: #a0a0a4;}
.pathway a {}


/* headers */
h1, h2, h3, h4, .contentheading, .componentheading-newsfeed, .componentheading_products, .componentheading, .contentpagetitlealias, .componentheading_articleIndex {
color: #002d62;
}

h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%;  color: #333333; ;text-transform: uppercase;}
.contentheading {font-size: 200%;}
.componentheading, .componentheading-newsfeed, .componentheading_products, .componentheading_articleIndex {font-size: 200%;}
.contentpagetitlealias {font-size: 100%; font-style: italic;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4 {
margin: 10px 0px;
padding: 0px;
}

/* Small text */
small, .small, .smalldark, .modifydate, .img_caption, a.readon, .pathway {
color: #999999;
font-size: 92%;
}

.createdate, .createby { 
color: #999999;
font-size: 100%;
}

/* module titles */
div.moduletable h3,
div.moduletable_archives h3 {
display:block;
height:32px;
line-height:32px;
margin:0pt;
}

/* Welcome Page (Latest News) */
div.moduletable_welcomeNews h3 {
color: #505050;
margin: 0px;
}

div.moduletable_welcomeNews .contentheading {
font-size: 125%;
padding-top:10px;
}

/* @end */

/* @group List & Table Styles */

ul {
list-style: none;
}

ul li {
background: url(../images/list-bullet.gif) no-repeat 23px 7px;
line-height: 200%;
padding-left: 35px;
}

ol li {
line-height: 180%;
margin-left: 35px;
}

/* @end */

/* @group Modules */

/* Sidebar Module Headers */
.moduletable, .moduletable_hilite {
margin: 0px 0px 20px 0px;
}

div.moduletable h3, 
div.moduletable_hilite h3,
div.moduletable_archives h3 {
background:transparent url(../images/moduletable-h3-bkg.gif) no-repeat scroll left center;
color:#333333;
display:block;
font-size:100%;
font-weight:bold;
height:30px;
line-height:30px;
margin:0px -10px 8px -10px;
padding-left:5px;
text-decoration:none;
}

div.moduletable h3 span, 
div.moduletable_hilite h3 span,
div.moduletable_archives h3 span{
background:transparent url(../images/moduletable-h3-bkg.gif) no-repeat scroll right center;
display:block;
height:30px;
line-height:30px;
margin:0pt;
padding:0pt 10px 0pt 5px;
}

div.moduletable_hilite h3 {
background:transparent url(../images/moduletable-h3-bkg_hilite.gif) no-repeat scroll left center;
color:#FFFFFF;
}

div.moduletable_hilite h3 span {
background:transparent url(../images/moduletable-h3-bkg_hilite.gif) no-repeat scroll right center;
}

/* @end */

/* @group CSS Overides */

/* disable sidebar & news page article seperators */
div.ico-LeftColumn .article_seperator, .componentheading-newsfeed.article_seperator, .blog-newsfeed .article_seperator, .moduletable-newsfeed .article_seperator {
display: none;
}



/* disable .inputbox styles on search */
#ico-wrapperHeader .inputbox {
width: 127px;
background: none;
border: none;
}

/* disable padding in testimonials */
div.ico-LeftColumn blockquote { 
padding: 0px;
}

/* remove product header space */
.blog_products h1 { 
line-height: 70%;
}

/* remove margins on footer logo */
#ico-footerLogo h1 { 
margin: 0px;
}

/* remove li styles on ja_tabs */
.ja-tabs-title-bottom li { 
padding: 0px;
line-height: 100%;
}

/* remove margin on Archives UL list */
.moduletable_archives ul { 
margin: 0px;
}

/* add padding to the bottom of the archives module */
.moduletable_archives {
	margin-bottom: 20px;
}

/* add space to bottom of product images to stop text wrapping */
.multithumb { 
margin-bottom: 50px;
}

/* @end */