

/** STATIC TITLES **/
.static-titles				{ padding:20px 0px; }
.static-titles h1			{ text-transform:uppercase; }
.static-titles .sub-title	{ font-size:1.3em; color:#ffffff; }

.static-titles				{ border-bottom:5px solid #E51837; background:#FFFFFF url(backgrounds/sale-sign-bg.jpg) no-repeat 50% -250px; }
.static-titles h1			{ color:#EC1E26; }



/** GENERAL **/
.static-wrapper						{ padding:60px 0px; font-size:1.3em; }
.static-wrapper .static-left		{ float:left; width:65%; }
.static-wrapper .static-right		{ float:right; width:30%; }

.static-wrapper h1,
.static-wrapper h2,
.static-wrapper h3					{ color:#EC1E26; }
.static-list li						{ color:#EC1E26; }
.static-list li span				{ color:#262323; }



/** STATIC FORMS **/
.static-wrapper form			{ padding:20px; margin:0px 0px 30px 0px; }
.static-wrapper form .styledd	{ width:100%; }

.static-wrapper form			{ background:#EFEFEF; border:1px solid #CCCCCC; }
.static-wrapper form .styledd	{ background:#FFFFFF; }



/** BACK TO TOP **/
.bttop		{ display:block; margin:20px 0px; padding:0px 0px 20px 0px; }

.bttop		{ border-bottom:1px dotted #CCCCCC; }



/** RESPONSIVE **/
@media screen and (max-width:760px){

	.static-wrapper .static-left,
	.static-wrapper .static-right		{ float:none; width:100%; }

}