@charset "utf-8";
/* CSS Document */

/** COLORS */
/** grey: #696b73, orange: #fbb040 */   

* {
	margin: 0;
	padding: 0;
}

a {
   outline: none;
}

html, body {       
	height: 100%;
}

body {
	background-color: #fbb040;
	background-image: url(../images/BKGD2.jpg);
	background-repeat: repeat-x repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em; 
	font-weight: bold;
	color: #fbb040;
	text-align: left;
	margin-bottom: .3em;
}

h2 {
	font-size: .95em;
	color: #696b73;
	text-align: left;	
	margin-top: 2em;
	margin-bottom: .35em;
}

h3 {
	font-size: .95em;
	color: #999;
	text-align: left;	
	margin-top: 2em;
	margin-bottom: .35em;
}

h4 {
	font-size: .95em;
	text-align: left;
	letter-spacing: 0.02em;
	margin-top: 4em;
	margin-bottom: .4em;
	color: #696b73;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 1em; 
	color: #fbb040;
	text-align: left;	
	margin-top: 1em;
	margin-bottom: .5em;
}

h6 {
	font-size: 1.4em; 
	font-weight: bold;
	color: #696b73;
	text-align: left;
	margin-bottom: .5em;
}

p {
	font-size: .75em;
	margin-bottom: 1em;
	line-height: 155%;
	text-align: left;
	letter-spacing: 0.01em;
	color: #696b73;
}

.signup {
	font-size: .8em; 
	color: #fbb040;
	text-align: left;
	float:left;	
}

a:link {
	color: #fbb040;
	font-weight: bold;
	text-decoration: none !important;
	text-decoration: none;
}

a:visited {
	color: #fbb040;
	font-weight: bold;
	text-decoration: none !important;
	text-decoration: none;
}
a:hover {
	color: #696b73;
	font-weight: bold;
	text-decoration: none !important;
	text-decoration: none;
}

ul, ol, li {
	font-size: .92em;
	color: #696b73;
	margin-bottom: 1em;
	margin-left: .35em;
	text-align: left;
}

ul span, ol span, li span {
	color: #2e325f;
	font-size: .88em;
}

.clear {
	clear: both;
}

.text {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	width: 125px;
	height: 15px;
	position: absolute;
	left: 849px;
	top: 697px;
	padding: 5px;
	border: #3300CC solid 1px;
	background: #33CCCC;
}

.quotetext {
	font-size: 1.2em;
	text-align: left;
	letter-spacing: 0.02em;
	color: #fbb040;
	font-family: Georgia, "Times New Roman", Times, serif;
}



/** HEADER */

#shadow {
	width: 940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
	margin: 0 auto -40px;
	background-image:url(../images/shadow.jpg);
	background-repeat:repeat-y;
	
}

#wrapper {
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
	margin: 0 auto -40px;
	background-color: #FFFFFF;
	border: 1px solid #959596;
}

#header {
	width: 900px;
	margin: 0 auto;
	height: 66px;
	background-color: #696b73;	
	position: relative;
}

#header .logo {
    display: block; 
	width: 304px;
	margin: 0 auto;
	height: 66px;
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	float: left;
}

#header .buttons {
	width: 142px;
	height: 66px;
	float: right;
}

#header .nav-placeholder {
	width: 900px;
	margin: 0 auto;
	height: 30px;
	background-image: url(../images/nav_generic.jpg);
	background-repeat: no-repeat;
	float: left;
}

#header .flashbox-placeholder {
	width: 900px;
	margin: 0 auto;
	height: 268px;
	float: left;
}

a.rollover { 
    display: block; 
	width: 304px;
	margin: 0 auto;
	height: 66px;
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	float: left;
}


	
/** MAIN CONTENT */

#content {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 20px;
}

#content .template-c {
	width: 900px;
	height: 15px;
	background-color: #ffffff;
	background-image: url(../images/below_nav_shadow.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content .navshadow {
	width: 630px;
	height: 15px;
	background-color: #ffffff;
	background-image: url(../images/below_nav_shadow.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content .main {
	width: 590px;
	float: left;
	background-color: #FFFFFF;
}

#content .contentarea {
	width: 590px;
	float: left;
	padding: 5px 20px 20px 20px;
	background-color: #FFFFFF;
}

#content .col1 {
	float: left;
	width: 50%;
}

#content .col2 {
	margin-left: 50%;
	width: 50%;
}

#content .upload ul, ol, li {
	font-size: .92em;
	color: #999;
	margin-bottom: 1em;
	margin-left: 2em;
	text-align: left;
}

#content .upload p {
	font-size: .82em;
	color: #696b73;
	margin-bottom: 1em;
	margin-left: 3em;
	text-align: left;
}

#content .image-left {
	float: left;
	padding: 15px 15px 15px 0px;
}

#content .image-right {
	float: right;
	padding: 15px 0px 15px 15px;
}



/** COL1 and COL2 ONLY CONTENT */

#content .col1 ul, ol, li {
	font-size: .95em;
	color: #696b73;
	margin-bottom: 1em;
	margin-left: 2em;
	text-align: left;
}

#content .col1 a {
	font-size: .95em;
	color: #696b73;
	margin-bottom: 1em;
}

#content .col1 a:hover {
	font-size: .95em;
	color: #fbb040;
	margin-bottom: 1em;
}

#content .col2 ul, ol, li {
	font-size: .95em;
	color: #696b73;
	margin-bottom: 1em;
	margin-left: 2em;
	text-align: left;
}

#content .col2 a {
	font-size: .95em;
	color: #696b73;
	margin-bottom: 1em;
}

#content .col2 a:hover {
	font-size: .95em;
	color: #fbb040;
	margin-bottom: 1em;
}

#content .samples a {
	font-size: .95em;
	color: #fbb040;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 1em;
}

#content .samples a:hover {
	font-size: .95em;
	color: #696b73;
	text-align: left;
	margin-bottom: 1em;
}



/** HOMEPAGE ONLY CONTENT */

#content .homecontent {
	width: 580px;
	float: left;
	padding: 15px 30px 20px 20px;
	background-color: #FFFFFF;
}





/** SIDEBAR */

#content .sidebar {
	width: 270px;
	float: right;
}

#content .sidetop {
	width: 230px;
	float: right;
	padding: 20px 20px 0px 20px;
	background-color: #e4e5e8;
}

#content .sideimage {
	width: 270px;
	height: 268px;	
}

#content .sidebottom {
	width: 270px;
	float: right;
	height: 71px;
}

#content .sidetop ul, ol, li {
	font-size: .92em;
	color: #696b73;
	margin-bottom: 1em;
	margin-left: .35em;
	text-align: left;
}

#content .sidetop a {
	font-size: .92em;
	color: #696b73;
	margin-bottom: 1em;
	margin-left: .35em;
}

#content .enewsletter_placeholder {
	width: 270px;
	height: 71px;
	float: right;
	background-color: #ffffff;
	background-image:url(../images/sign-up.gif);
	background-repeat:no-repeat;

}



/** INTERIOR PAGES, SIDEBAR */

#content .image-corner {
	width: 270px;
	height: 230px;
	float: right;
	padding: 0px 0px 20px 0px;
	background-color: #696b73;
	background-image: url(../images/image_corner.jpg);
	background-repeat: no-repeat;
}



/** CONTENT BOTTOM */

#content .bottom {
	width: 900px;
	margin-top: 20px;
	background-color: #FFFFFF;
	float: left;
	padding-bottom: 5px;
}

#content .pull-quote {
	width: 330px;
	/** height: 135px; */
	float: left;
	margin-left: 10px;
	/**background-image: url(../images/pullquote_1.jpg); */
	background-repeat: no-repeat;
}

#content .case-study {
	width: 220px;
	height: 78px;
	float: left;
	margin-left: 20px;
}

#content .case-studies {
	float: left;
	width: 90px;
	padding: 0px 10px 10px 10px;
}

#content .small-type {
	font-size: .60em;
	line-height: 130%;
	color: #696b73;
	float: left;
	margin-top: 10px;
	margin-left: 2px;
	text-align: left;
}

#content .logo-corner {
	width: 172px;
	height: 118px;
	float: right;
	margin-left: 20px;
	margin-right: 60px;
	background-image: url(../images/rad_logo_corner.jpg);
	background-repeat: no-repeat;
}
 
#content .bullet-indent {
	margin-left: 30px;
}

/*----------------------------------------------------------------------------------------------------*/
/* Contact Form */
/*----------------------------------------------------------------------------------------------------*/
.message {
	background: #111;
	color: #f30;
}
.message li, .alert li {
	color: #F90;
}
#contactForm .input, #contactForm textarea, #captchaimg {
	color: #dddddd;
	background-color: #333333;
	border: 1px solid #666666;
}
#contactForm .button {
	color: #666666;
}
#captchaimg {
	border: 1px solid #666666;
}
/*----------------------------------------------------------------------------------------------------*/
/* AJAX PopUp Contact Form, Mail Response */
/*----------------------------------------------------------------------------------------------------*/
#backgroundPopup {
	background:#000;
}
#popupContact {
	background: url(../images/contactform-bg.jpg) repeat-y top center;
	border: 2px solid #cecece;
}
#popupContact h1 {
	color: #ddd;
	background: #222;
}
#popupContactClose {
	color: #f00;
}
/*----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------*/
/* Contact Form */
/*----------------------------------------------------------------------------------------------------*/
#contactForm {
	margin: 15px auto 30px;
	float: left;
}
#contactForm .input {
	width: 330px;
	height: 20px;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0 15px 15px 0;
}
.input#woow_code {
	width: 195px;
	height: 20px;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0 10px 15px 0;
}
#contactForm textarea {
	width: 330px;
	font-size: 12px;
	padding: 10px;
	margin: 0 0 15px 0;
	overflow: hidden;
}
#button {
	width: 120px;
	line-height: 50px;
	padding: 5px 20px 25px 20px;
	margin: 0;
	border: none;
}
#last {
	visibility: hidden;
}
#contactForm label {
	width: 60px;
	height: auto;
	margin: 0 20px 0 0;
	float: left;
}
#contactForm .button {
	width: 95px;
	height: auto;
	font-size: 14px;
	padding: 5px 20px;
	margin: 0 15px 0 0;
	float: right;
}
.process {
	width: auto;
	height: 35px;
	padding: 0;
	margin: 10px 20px 0 0;
	float: right;
}
img.loading {
	float: right;
	vertical-align: middle;
	margin: 0;
}
p.load {
	line-height: 35px;
	color: #F60;
	padding: 0;
	margin: 0;
}
.bot {
	visibility: hidden;
	display: none;
}
#captchaimg {
	padding: 0;
	margin: 0 15px 0 0;
	float: right;
	clear: both;
}


.message {
	width: 450px;
	height: auto;
	min-height: 140px;
	font-weight: normal;
	font-size: 18px;
	line-height: 36px;
	display: none;
	padding: 5px 15px 5px 15px;
	top: 0;
	left: 0;
	position: absolute;
}
.message ul {
	font-size: 12px;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.message li {
	line-height: 1.6em;
}

li.email {
	background: url(../images/icon-email.png) no-repeat;
	list-style:none;
}
li.email {
	background-position: 0 0;
	list-style:none;
}
li.email:hover {
	background-position: 0 -40px;
	list-style:none;
}

.foot-right {
	width: 240px;
	height: auto;
	min-height: 120px;
	margin: 0;
	float: left;
}

/*----------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------*/
/* HolderBox  */
/*----------------------------------------------------------------------------------------------------*/
.holderBox {
	width: 362px;
	height: 225px;
	position: relative;
	padding: 10px;
	margin: 3px auto 0;
	background: #222;
}
img.holder {
	background: #ddd;
	border: 1px solid #555;
}
.holderBox h3 {
	color: #aaa;
	padding: 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #555;
}
.holderBox p {
	color: #aaa;
}
/*----------------------------------------------------------------------------------------------------*/
/* Links */
/*----------------------------------------------------------------------------------------------------*/
#links {
	margin: 30px auto 0;
	padding: 0 0 0 20px ;
	width: 400px;
	height: 60px;
	overflow: hidden;
	list-style: none;
}
#links li, #links li a {
	width: 40px;
	height: 40px;
	margin: 10px 5px 0 0;
	float: left;
}
#links li:hover, #links li a:hover {
}
#links li a img{
	width: 40px;
	height: 40px;
	border: none;
}
#link_description{
	position: absolute;
	display: none;
	font-size: 12px;
}
li.email {
	background-position: 0 0;
}
li.email:hover {
	background-position: 0 -40px;
}
/*----------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/
/* AJAX PopUp Contact Form */
/*----------------------------------------------------------------------------------------------------*/
#backgroundPopup {
	display:none;
	position: absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index: 0;
}
#popupContact {
	display: none;
	position: fixed;
	height: auto;
	width: 450px;
	z-index: 2;
	padding: 15px;
	font-size: 12px;
	line-height: 1.6em;
}
#popupContact h1 {
	width: 460px;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	padding : 10px;
	margin: -15px 0 20px -15px;
}
#popupContactClose {
	font-size: 12px;
	line-height: 12px;
	right: 6px;
	top: 4px;
	position: absolute;
	font-weight: 700;
	display: block;
}
/*----------------------------------------------------------------------------------------------------*/
 
 
/** FOOTER */

#footer {
	width: 900px;
	height: 42px;
	background-color: #696b73;
	overflow: hidden;
	margin: 0 auto;
}

#footer .facebook {
	width: 27px;
	height: 27px;
	margin: 8px 0px 0px 15px;
	float: left;
}

#footer .twitter {
	width: 27px;
	height: 27px;
	margin: 8px 0px 0px 5px;
	float: left;
}

#footer p {
	margin-right: 20px;
	padding-top: 10px;
	text-align: right;
	color: #ffffff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #fbb040;
	margin-right: 20px;
	padding-top: 10px;
	text-align: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#footer a:hover {
	margin-right: 20px;
	padding-top: 10px;
	text-align: right;
	color: #CCC;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.clearfooter {   
	clear: both;
}
