*
{
    padding: 0px;
    margin: 0px;
}

img
{
    border:0;
}

#pageWrapper
{
    margin: 0 auto;
    width: 900px;
}

#header, #contentWrapper, #footer
{
    float: left;
    width: 100%;
    display:inline;
}
/************************* HEADER *************************/
/************************* HEADER *************************/
#header
{
    height: 127px;
    background-color: #FFFFFF;
    background-image: url(../graphics/dottedBarLarge.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
}

#masthead
{
    height: 39px;
    background-color: #6aaee1;
}

#searchWrapper{
   
    height: 39px;
    float:right;
    min-width:215px;
    text-align:right;
    display:inline;
 }


#searchCriteria
{
    width: 104px;
    margin: 0px 4px 0 5px;
    margin-top:-2px;
    float:left;
    display:inline;
    
}

#searchSubmit
{
    float:left;
    height: 19px;
    /*min-width: 39px;*/
    display:inline;
    border:0;
    background: transparent;
    font-family:Georgia;
    color:#fff;
    font-size:12px;
    background-image:url("../graphics/searchBracketOpen.gif");
    background-repeat:no-repeat;
    padding:0 8px 5px 8px;
    margin-top:-2px;
}

#searchFor{
    text-align:right;
    float:left;
    
}

#searchBox
{
    float: left;
    height: 19px;
    margin-top:5px;
    font-family:Georgia;
    color:#fff;
    font-size:12px;
    background-image:url("../graphics/searchBracketClose.gif");
    background-repeat:no-repeat;
    background-position:right;
    margin-right:2px;
    padding-top:5px;
    display:inline;
    
}


#searchSubmit:hover
{
    cursor: pointer;
}

#siteLogo
{
    float: left;
    width: 240px;
    height: 72px;
    background-image: url("../graphics/covidien.gif"); /* - IMAGE SHOULD BE COMING FROM CMS */
    background-repeat: no-repeat;
    cursor:pointer;
    display:inline;
}

#siteNav
{
    float: right;
    display:inline;
    font-size: 13px;
    font-weight: bolder;
    color: #b5d7f0;
    margin: 55px 5px 0px 0px;
}

#siteNav li
{
    list-style-type: none;
    float: left;
    border: none;
    margin-left: 15px;
    display:inline;
}

#siteNav a
{
    text-decoration: none;
    color: #7F7EB3;
}
#siteNav a:hover
{
    color: #6AAEE1;
}


/************************* Primary Nav *************************/
/************************* Primary Nav *************************/
#primaryNav
{    
    font: 10px Georgia, serif;
    float: left;
    margin: 16px 22px 24px 21px;
    width: 175px;
    display:inline;
}

#primaryNav h1
{
    font: 14px/25px Georgia,serif;
    color: #6AADE1;
    line-height: 25px;
    height: 25px;
    margin: 0;
    padding: 0 0 0 14px;
    background: url("../graphics/bracketLeft.gif") top left no-repeat;
}

#primaryNav h1 span
{
    display: block;
    float: left;
    margin: 0;
    padding: 0 11px 0 0;
    background: url("../graphics/bracketRight.gif") top right no-repeat;
}

#primaryNav ul
{
    padding: 7px 0 0 4px;
    color: #000;
    line-height: 1.9em;
    font-weight: normal;
   
}

#primaryNav ul ul
{
    padding: 0;
    text-transform: none;
}

#primaryNav li
{
    list-style: none;
    background: url("../graphics/bulletOrange.gif") 2px center no-repeat;
    padding: 0 0 0 14px;
    margin: 5px 0 0 5px;
}

#primaryNav li.expanded
{
    background: url("../graphics/bulletOrangeOutlineMinus.gif") 0 .6em no-repeat;
}

#primaryNav li.collapsed
{
    background: url("../graphics/bulletOrangeOutline.gif") 0 .6em no-repeat;
}

#primaryNav li li
{
    list-style: none;
    padding: 0 0 0 10px;
    background: url("../graphics/bulletLiteGrey.gif") 0 .8em no-repeat;
}

#primaryNav a, #primaryNav a:link, #primaryNav a:visited, #primaryNav a:active
{
    color: #F28520;
    text-decoration: none;
    max-width: 215px;
    display: block;
}

#primaryNav a:hover
{
    text-decoration: underline;
}

#primaryNav li.activePage
{
    color: #000;
    font-weight: bold;
}

/************************* Content *************************/
/************************* Content *************************/
body
{
    font:11px/16px Arial,sans-serif;
}
#roti_Logo
{
    display:inline;
    float:right;
	width:900px;
	margin-top:20px;
	margin-bottom:25px;
}
#content
{
    float:right;
    width:878px;
    font-family: Arial,Sans-serif;
    font-style: normal;
    font-size: 11px;
    display:inline;
}
#sidebar
{
    width:220px;
    float:right;
}
#sidebar ul
{
    padding:5px;
}
#sidebar .Web_Information h2
{
    background-color:#6A6A74;
    padding:5px;
}
#sidebar .Web_Information p
{
    padding:5px 0 0 5px;
}
#sidebar .Web_Information h2 span
{
    font:14px Arial,serif;
    padding:0 0 7px;
    color:#FFFFFF;
    font-weight:bold;
}
#sidebar a:visited
{
    color:#87A9C1;
    text-decoration:underline;
}
#sidebar a
{
    color:#000000;
    text-decoration:underline;
    font:10px Georgia,serif;
}
#sidebar ul a
{
    background:url("../graphics/bulletLiteGrey.gif") no-repeat scroll 0 18px transparent;
    display:block;
    padding-left:10px;
    padding-top:11px;
    color:#000000;
}
#richDesc
{
    width:633px;
    float:left;
    display:inline;
}
#richDesc h1
{
    font-family: Georgia,serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    height: 30px;
    padding-top: 30px;
    padding-left: 10px;
    background-color:#7F7E82;
    color:#FFFFFF;
}
.Rich_Description p
{
    padding-top:25px;
    padding-bottom:33px;
}
.Rich_Description
{
    background:url("../graphics/dottedBarSmall.gif") repeat-x scroll center bottom #FFFFFF
}
.promo_topics
{
    display:block;
    float:left;
    padding-top:10px;   
    padding-bottom:30px;
}
.promo_topics a:visited
{
    color:#87A9C1;
}
.promo_topics ul li
{
    clear:both;
    padding-bottom:40px;
    display:block;
    float:left;
    width:612px;
}
.promo
{
    display:inline;
    float:left;
    width:123px;    
}
.promo img
{
    float:right;
}

.promo_info
{
    display:inline;
    float:left;   
    width:409px;
    padding-left:15px;
}
.promo_info h3
{
    padding-bottom:9px;
}
.promo_info a
{
    color:#FF7521;
	text-decoration:underline;
}

#sidebar div
{
    background-color:White;
    margin:0;
    padding:0;
    width:auto;
}

#content ul
{
    list-style-type:none;
}

/************************* Sign Up Form *******************/
/************************* Sign Up Form *******************/
/*
#formContent form p span
{
    display:block;
    margin-bottom:30px;
}
#formContent p
{
    float:left;
    clear:both;
    margin-bottom:10px;
    display:inline;
}
#formContent h1
{
    line-height:normal;
    margin-top:25px;
    color:#FFFFFF;
    background-color:#7F7E82;
    margin-bottom:25px;
}
#formContent em
{
    color:Red;
    font-weight:bold;
    margin-left:2px;
}
#formContent form label.error
{
    padding-top:3px;
    width:120px;
    color:Red;
    padding-left:10px;
    font-weight:bold;
}
#formContent form label
{
    display:block;
    float:left;
    width:110px;
    display:inline;
}
#formContent form input, #formContent form select
{
    float:left;    
    display:inline;
}
#formContent form p span.note
{
    width:115px;
    display:inline !important;
    float:left;
    padding-top:5px;
    clear:left;
    margin-left:110px;
    margin-bottom:0px;
}
#formContent form input.submit
{
    margin-left:110px;
}
*/
/************************* Footer *************************/
/************************* Footer *************************/

#footer div.footerNav
{
    font-size: 10px;
    width: 100%;
    height: 27px;
    background-color: #669933;
    padding: 16px 0 0 12px;
}

#footer div.footerNav ul li
{
    border-right: 1px solid black;
    float: left;
    display:inline;
    list-style-type: none;
    margin: 0 0 0 4px;
    padding: 0 5px 0 0;
}

#footer div.footerNav ul .last
{
    border-right: none;
}

#footer div.footerNav ul li a
{
    font-family: Georgia,serif;
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}

#footer div.footerNav ul li a:hover
{
    text-decoration: underline;
}


#footer div.footerLegal
{
    font-family: arial, sans-serif;
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
}



/*GSS   */
#content #cse-search-results iframe { 
width:100%;  /*GSS  */
height:1000px;
}

#content div.searchNav h1 {
padding:12px;
font:17px Georgia,serif;
color:#ffffff;
}

#content div.searchNav {
background-color:#7F7E82;
float:left;
height:40px;
width:100%;
}

#roti_Logo.searchPg {

margin-bottom:0px;
margin-top:20px;

}


