/* Start of CMSMS style sheet '0 Rocky Mtn Packaging' */
@charset "UTF-8";
/* CSS Document */
* {
	outline: none;
}
body {
	background: url("images/easy-purple.jpg");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bgWrap {
	background: url("http://rockymtnpackaging.com/images/topBg.jpg") top left no-repeat;
}

.mainBody {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

.navigationContainer {
	width: 220px;
	float: left;
	clear: left;
	min-height: 123px;
	height: auto !important;
	background: url("images/navigBg.jpg") top left no-repeat;
	padding: 192px 0px 20px 0px;
}

.contentContainer {
	width: 540px;
	float: right;
	clear: right;
	min-height: 500px;
	padding: 160px 100px 50px 100px;
	background: url("images/contentBg.jpg") top left no-repeat #FFFFFF;
}
#twocol {
	width: 590px ;
		min-height: 500px;
	padding: 160px 50px 50px 100px;
}
.contentContainer2 {
	width: 590px;
	float: right;
	clear: right;
	min-height: 500px;
	padding: 160px 50px 50px 100px;
	background: url("images/contentBg.jpg") top left no-repeat #FFFFFF;
}
.leftcol {
	width: 390px;
	float: left;
}

.rightcol {
	width: 160px;
	float: right;
	padding-top: 30px;
}

.footerContainer {
	width: 740px;
	padding: 5px 0px;
	float: right;
	clear: right;
	color: #888;
	font-size: 12px;
	line-height: 14px;
}

.footerContainer a, .footerContainer a:hover {
	color: #DDD;
	text-decoration: none;
}

.footerLeft {
	float: left;
	width: 250px;
	clear: left;
}

.footerRight {
	float: right;
	clear: right;
	width: 330px;
	text-align: right;
}

body{
	font: 13px/1.8 'Droid Serif', Georgia, Arial,'Liberation Sans',FreeSans,sans-serif;
	color: #888;
}
a:focus{
	outline: 1px dotted;
}
hr{
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

h1{
	font-size: 38px;
}
h2{
	font-size: 23px;
}
h3{
	font-size: 21px;
}
h4{
	font-size: 19px;
}
h5{
	font-size: 17px;
}
h6{
	font-size: 15px;
}
ol{
	list-style: decimal;
}
ul{
	list-style: disc;
}
li{
	margin-left: 30px;
}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{
	margin-bottom: 10px;
}

h1 {
	letter-spacing: -1px;
}

h1,h2,h3,h4,h5,h6 {
	color: #c33202;
	font-weight: normal;
	border-bottom: 1px dotted #CCC;
	font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif;
}

 
.navigationContainer ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 18px;
	color: #FFFFFF;
	a: ;
}

.navigationContainer li a:link, .navigationContainer li a:visited {
	color: #e4d7c3;
	text-decoration: none;
	width: 200px;
}

.navigationContainer li a:hover {
	color: #FFF;
	padding-left: 1px;
}

.navigationContainer li a:active {
	color: #937e5d;
}

.photo {
	width: 150px;
	float: left;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 11px rgba(0, 0, 0, .5);
background: white;
}
.photo img {
	border: 1px solid silver;
}


#pagecontent {
	width: 540px;
	background: White none;
	text-align: left;
}
img {
	border: none;
}
.clearfloat{
clear:both;
height:0;
font-size:1px;
line-height:0px;
}
/* End of '0 Rocky Mtn Packaging' */

