/***************************************************
LAYOUT ELEMENTS
***************************************************/

.store-page-navigation .store-action-list{
	text-align: left;
}
html, body {height: 100%; font-family: arial, helvetica; margin-top:20px; margin-left:0; background-color: #b8c8d9;
}



#coldfusion {
    width: 1280px;
	margin-left: auto;
    margin-right: auto;
    padding: 0px;
	background-color: #ffffff;
}

#frameone { 
	float: left;
	width: 350px;
	height: 100%;
	margin: 0px; 
	padding: 0px;
	/*background-image: url('images/coldfusion_bg.gif');*/
	background-repeat: repeat-y;
}

#frametwo { 
	float: left;
	height: 917px;
	left: 350px;
	width: 900px;
	margin: 0px;
	padding: 0px 0 0 30px;
	background-color: #ffffff;
}

#nav { 
	float: right;
	width: 600px;
	margin: 30px 50px 0 0px;
	padding: 0px;
}

#copyrights { 
	float: left;
	z-index: 9;
	width: 550px;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
	color: #747374;
}



/***************************************************
TEXT ELEMENTS
***************************************************/
a:link {color: #eb0c35; text-decoration: none;}
a:visited {color: #eb0c35; text-decoration: none;}
a:hover {color: #b8c8d9; text-decoration: none;}
a:active {color: #eb0c35; text-decoration: none;}

h1 {
    font-size: 20px;
	color: #b8c8d9;
	line-height: 20px;
}

h2 {
	color: #b8c8d9;
}

h3 {
	color: #b8c8d9;
}

h4 {
	color: #b8c8d9;
}

h5 {
    font-size: 20px;
	color: #b8c8d9;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}

.paragraph {
	font-size: 13px;
	color: #414042;
	font-weight: bold;
	line-height: 18px;
}

.red {
	font-size: 13px;
	color: #eb0c35;
	font-weight: bold;
}

.copyrights {
	font-size: 8px;
	color: #747374;
	margin-bottom:30px;
}