@import url(base.css);

/***** Colors *****/
/* Green:      #18472c */
/* Light Blue: #519dc2 */
/* Dark Blue:  #2d6782 */
/* Light Gray: #b9ccd6 */
/* Dark Gray:  #434343 */
/* Red:        #ff381c */


h2 {font-size: 17px;}
h3 {font-size: 13px;}

#home-tab a:link, #home-tab a:visited {color: #ff381c; cursor: default;}

#home .arrow-link {vertical-align: middle; border: none; padding-left: 4px;}



/***** Title Box *****/
#title-box-wrap {
	background: url(../images/phdrm_web_home_title_box_btm.gif) bottom center no-repeat;
	clear: both;
	padding-bottom: 13px;
	width: 940px;
	margin-top: -20px;
}

#title-box {
	background: url(../images/phdrm_web_home_title_box_top.jpg) top center no-repeat;
	padding: 40px 10px 8px 40px;
    min-height: 134px;
    color: #5c5c5c;
}

#title-box p {width: 400px; margin: 4px 0 1em 0;}
#title-box .link-callout {margin-top: -1em;}
#title-box .link-callout a {color: #ff381c; text-decoration: none;}



/***** Content Boxes *****/
.content-box-wrap {
	width: 300px;
	margin: 1.5em 20px 2.5em 0;
	padding-top: 20px;
	background: url(../images/phdrm_web_home_content_box_top.gif) top center no-repeat;
    float: left;
}

.content-box {
	background: url(../images/phdrm_web_home_content_box_btm.gif) bottom center no-repeat;
	padding: 0 20px 24px 20px;
}

.content-box img {border: 1px solid #b9ccd6; margin: 5px 0;}
.content-box img.product-shot {border: none;}

.content-box .link-callout {font-size: 13px; font-weight: bold; margin-bottom: 0;}

#box-3 {margin-right: 0;}



/***** Blurbs *****/
.blurb {border-bottom: 1px dotted #2d6782; margin-bottom: 1em;}
.blurb p {margin: 0 0 1em 0; line-height: 1.4;}
.blurb li {margin-bottom: 1em;}
.blurb ul {margin-bottom: 1.5em;}

.product-list {
    margin-top: 1em;
    padding-left: 8px;
}

