@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	background-image: url(images/rdw_back.gif);
}
#container {
	width: 1100px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
} 
#header {
	margin: 0px;
	padding: 0;
	background-image: url(images/rdw_head_2010.jpg);
	background-repeat: no-repeat;
	height: 264px;
} 
#topnav {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#topnav p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
	text-align: center;
	letter-spacing: .3em;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}

#logobox {
	float: left;
	padding-top: 0px;
	padding-left: 25px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	color: #BF2E1A;
	letter-spacing: 1px;
	line-height: 1.5;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
	background-image: url(images/rdw_wolf_screen.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
}
#container #sidebar1 p {
	margin: 0px;
	padding-bottom: 12px;
	font-size: 1em;
}
#sidebar1 p.sub {
	font-size: 1em;
	line-height: 1;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}



#sidebar1 a.current, #sidebar1 a.current:hover, #sidebar1 a.current:active {
	color: #B08932;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

#sidebar1 a {
	color: #BF2E1A;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #B58C34;
	text-decoration: underline;
}
.homeboxwd {
	float: left;
	width: 340px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #ECDBB9;
	background-image: url(images/home-box-website-development.jpg);
}

.homeboxim {
	float: left;
	width: 340px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #ECDBB9;
	background-image: url(images/home-box-internet-marketing.jpg);
}


.homeboxsm {
	float: left;
	width: 340px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #ECDBB9;
	background-image: url(images/home-box-social-media.jpg);
}
.homeboxgd {
	float: left;
	width: 340px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #ECDBB9;
	background-image: url(images/home-box-graphic-design.jpg);
}

.homeboxright {
	float: right;
	width: 330px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 10px;
	clear: right;
}
#container #mainContent .homeboxwd p       {
	padding-right: 135px;
	font-size: .9em;
	line-height: 1.6;
}
#container #mainContent .homeboxsm p {
	padding-right: 135px;
	font-size: .9em;
	line-height: 1.6;
}
#container #mainContent .homeboxim p {
	padding-right: 135px;
	font-size: .9em;
	line-height: 1.6;
}
#container #mainContent .homeboxgd p {
	padding-right: 135px;
	font-size: .9em;
	line-height: 1.6;
}




#mainContent {
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	margin-top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BF2E1A;
} 

#mainContent p {
	font-size: 1em;
	color: #000;
	line-height: 1.8;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#mainContent p a  {
	color: #BF2E1B;
	font-weight: bold;
	text-decoration: none;
}



#mainContent h1 {
	font-size: 1.5em;
	color: #BF2E1A;
	letter-spacing: .1em;
	margin: 0px;
	padding: 0px;
	line-height: 1.8;
}

#mainContent h2 {
	font-size: 1em;
	color: #99762C;
	font-weight: bold;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent .contacthead  {
	font-weight: bold;
}
#mainContent p a:hover {
	color: #B08932;
	font-weight: bold;
	text-decoration: underline;
}
#mainContent .redstrong{
	font-size: 1.1em;
	font-weight: bold;
	color: #BF2E1A;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
#mainContent p strong {
	font-weight: normal;
}

#imabox {
	padding: 10px;
	float: left;
	width: 725px;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #DED2B8;
}








#footer {
	background-image: url(images/rdw_bottom.gif);
	height: 300px;
	margin: 0px;
	padding: 0;
} 
#footer p {
	font-size: 0.8em;
	letter-spacing: 1px;
	line-height: 1.8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #footer a {
	font-weight: bold;
	color: #BF2E1A;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#container #footer p a:hover {
	color: #97742B;
	text-decoration: underline;
	font-weight: bold;
}
#container #footer .phone {
	font-family: calibri, Helvetica, arial, sans-serif;
	font-size: 1.4em;
	color: #BF2E1A;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.copyright {
	font-size: 1em;
	color: #FFF;
	text-align: center;
	padding: 0px;
}



.current {

}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.portfoliodescriptiontext {
	font-family: "Futura Bk BT", Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-align: left;
}
.portfolioimage {
	vertical-align: middle;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#services {
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 10px;
	background-color: #F4ECD9;
	padding-bottom: 10px;
	padding-left: 20px;
}
#services h1 {
	font-size: 1em;
	color: #BF2E1B;
	margin-top: 10px;
	margin-bottom: 1px;
	text-align: left;
	line-height: .9;
	margin-right: 0px;
	margin-left: 0px;
}
#services p {
	line-height: 1.3;
	color: #000;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}
