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

body{
background-image:url(../images/ri_background.jpg);
background-repeat:repeat-x;
background-position:top;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:100%;
height:1020px;
background-color:#ccc;
font-size:62.5%;
}

a{}
a:hover{}

#container{
width:960px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#header{
width:960px;
height:90px;
border-bottom:2px solid #333;
padding-bottom:10px;
}

#nav{
float:right;
padding-top:70px;
}
#nav li{display:inline;
padding:0 10px;
font-size:1.2em;
}

#nav li#last{
padding-right:0;
}

#nav li:hover{
padding:0 10px;
font-size:1.2em;
}
#nav li a{
color:#FFFFFF;
text-decoration:none;
}
#nav li a:hover{
background-color:#ccc;
}

#logo{
float:left;
padding-top:50px;
}

#sub_head{
font-size:1em;
height:40px;
font-weight:normal;
padding-top:5px;
}

/*  TOP STYLES */
#top{
width:960px;
height:375px;
}


#sliding_portfolio{
width:440px;
float:right;
padding-left:50px;
}

#mycarousel{
float:left;
height:365px;
width:404px;
overflow:hidden;
}
#portfolio_right{
padding-top:120px;
float:left;
}
#portfolio_left{
padding-top:120px;
float:left;
}


#home_intro{
width:470px;
}
#home_intro p{
color:#fff;
font-size:1.2em;
font-weight:bold;
line-height:1.6em;
padding-top:55px;
}

/* BOTTOM STYLES */

#bottom{
width:960px;
height:auto;
padding-bottom:20px;
}

#home_portfolio{
width:418px;
float:right;
padding-left:72px;
}
#home_portfolio h2{
color:#990000;
font-size:1.2em;
font-weight:bold;
width:400px;
border-bottom:2px dotted #333;
padding-bottom:4px;
margin-bottom:4px;
}

.home_list{
width:390px;
}
.home_list li{
display:block;
float:left;
width:130px;
font-size:.8em;
}
.home_list li a{
color:#555;
text-decoration:none;
}
.home_list li a:hover{
color:#999999;
}

#home_mobile{
font-size:0.8em;
color:#555;
}

#home_mobile a{
color:#555;
text-decoration:none;
}
#home_mobile a:hover{
color:#999;
}

.pad{
padding-top:20px;
}

#home_about{
float:left;
width:470px;
color:#333;
font-size:.8em;
line-height:1.4em;
}
#home_about p{
padding-bottom:10px;
}

#home_phone{
float:left;
width:470px;
color:#990000;
font-size:1.2em;
font-weight:bold;

}

/* FOOTER STYLES */
#footer{
width:960px;
border-top:2px solid #333;
font-size:.7em;
padding-top:10px;
color:#999999;
}

#footer_right{
float:right;
}
#footer_right a{
color:#999;
}
#footer_left{
float:left;

}

/* WORK STYLES */

#work{
padding-bottom:20px;
min-height:400px;
}

#full_list{
	text-align:left;
	padding-bottom:25px;
}
#full_list li{
	float:left;
	list-style-type:none;
	text-align:left;
	width:240px;

	}
#full_list li a{
	color:#fff;
	font-size:0.8em;
	text-decoration:none;
}
#full_list li a:hover{
color:#ccc;
}


/* CONTACT FORM STYLES */

input, textarea {
	margin:5px;
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF;
	}

textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #C9C9C9;
	}

.form label {
	margin-left: 10px;
	color: #ffffff;
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #990000;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	}
input, textarea {
	box-shadow: rgba(0,0,0, 0.45) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.45) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.45) 0px 0px 8px;
	}
	input, textarea {
	background: #FFFFFF url('../images/form_bg.png') left top repeat-x;
	}
input, textarea {
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #cccccc), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #cccccc 1px, #FFFFFF 25px);
	}
input:hover, textarea:hover,
input:focus, textarea:focus {
	-webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 8px;
	}
.submit input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	
.form label.error{
color:#ccc;
float:right;
padding-right:450px;
padding-top:15px;
}


input.error{
border:2px solid #990000;
}


/* SITE MAP */

#sitemap_list{
list-style-type:circle;
}
#sitemap_list{
display:block;
}



/* THANKS STYLES */
#thanks_head{
color:#fff;
}
#thanks_text{
color:#fff;
}
#thanks_text a{
color:#fff;
}