@charset "UTF-8";
/* ----------------- */
/*		             */
/*   Rock'n Motion   */
/*		  	         */
/* ----------------- */


body td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC9999;
	font-size: 11px;
	margin:0px;
	padding:0px;
}

/* ---- Background Images ---- */
.bg_main {
	background: url(http://www.rocknmotion.com/images/bg_main.jpg) no-repeat;
}

/* ---- Border Lines ---- */
.border_all    { border: 1px solid #624C9C; }
.border_left   { border-left: 1px solid #624C9C; }
.border_right  { border-right: 1px solid #624C9C; }
.border_top    { border-top: 1px solid #624C9C; }
.border_bottom { border-bottom: 1px solid #624C9C; }

.border_image    { border: 1px solid #CC3333; }

/* ---- Common Links ---- */
a:link, a:visited, a:active {
	color: #CC9999;
	text-decoration: none;
}
a:hover {
	color: #CC3333;
	text-decoration: none;
}
a.alt:link, a.alt:visited, a.alt:active {
	color: #CC3333;
	text-decoration: none;
}
a.alt:hover {
	color: #CC9999;
	text-decoration: none;
}
a.ldark:link, a.ldark:visited, a.ldark:active {
	color: #624C9C;
	text-decoration: none;
	font-size:11px;
	font-weight: normal;
}
a.ldark:hover {
	color: #9168A2;
	text-decoration: none;
}
a.copy{
	font-size: 9px;
	color: #CC9999;
	text-decoration: none;
}

ul.bullet {
	margin-left: 11px;
	padding-left: 11px;
	list-style-image: url(images/bullet.gif);
}

/* ---- Font types ---- */
.times { font-family: "Times New Roman", Times, serif; }
.arial { font-family: Arial, Verdana, Geneva, helvetica; }

/* ---- Font sizes ---- */
.size_1  { font-size: 1px; }
.size_9  { font-size: 9px; }
.size_10 { font-size: 10px; }
.size_11 { font-size: 11px; }
.size_12 { font-size: 12px; }
.size_13 { font-size: 13px; }
.size_14 { font-size: 14px; }
.size_16 { font-size: 16px; }
.size_18 { font-size: 18px; }
.size_24 { font-size: 24px; }
.size_30 { font-size: 30px; }

/* ---- Font Colors ---- */
.c-redlt	{ color: #CC9999; }
.c-red		{ color: #CC3333; }
.c-purplelt	{ color: #9168A2; }
.c-purple	{ color: #624C9C; }
.c-black	{ color: #000000; }

/* ---- Font styles ---- */
.italic 	{ font-style:italic; }
.bold 		{ font-weight:bold; }
.uppercase 	{ text-transform: uppercase; }
.lowercase 	{ text-transform: lowercase; }
.stretch 	{ font-stretch:expanded; } /* not supported by many browsers */

/* ---- Font Spacing styles ---- */
.lineheight-9 	{ line-height:0.9; }
.lineheight1 	{ line-height:1; }
.lineheight14 	{ line-height:1.4; }
.lineheight18 	{ line-height:1.8; }
.lineheight2 	{ line-height:2; }

/* ---- Text Group styles ----*/
.title_main {
	color:#CC3333;
	font-size:12px;
	font-weight:bold;
	margin-bottom:16px;
}
.title_sub {
	font-size: 12px;
	color: #CC3333;
	font-weight: normal;
	margin-bottom:15px;
}
.title_sub_flush {
	font-size: 12px;
	color: #CC3333;
	font-weight: normal;
}
.title_small {
	color:#CC3333;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}

/* ---- ID Content Box styles ---- */
#LogoBox {
	position:absolute;
	width:175px;
	height:140px;
	top:50px;
	left:24px:
}
#MenuBox {
	position:absolute;
	top:80px;
	left:283px;
	height:24px;
	width:700px:
}

/* ---- Main Content Area styles ---- */
.MainColumn {
	margin-left: 290px;
	width: 465px;
	vertical-align:top;
}
.RightColumn {
	margin-left: 24px;
	width: 170px;
}
.HalfColumn1 {
	width: 210px;
}
.HalfColumn2 {
	width: 210px;
	margin-left: 25px;
}

/* ---- Float styles ---- */
.floatleft 	{float:left}
.floatright {float:right}
.clear 		{clear:both; font-size: 0px; }

/* ---- Forms ---- */
form {
	margin:0;
	padding:0;
}
fieldset {  
	margin: 6px;  
	padding: 0;
	border: 1px solid #624C9C;  
}
fieldset div {  
padding: 2px 6px 2px 6px;  
}

legend {  
margin-left: 6px;  
padding: 0;  
font-weight: bold;
}
label { 
	font-size:10px;
	color:#CC3333;
	display: block; /* so that they'll occupy an entire line, no <br> needed*/
	margin-top:0px;
}
select, textarea {
	font-size: 11px;
	background-color: #FFF7E5;
	border:1px solid #CC3333;
	margin-bottom:3px;
}
input.inp_custom {
	font-size: 11px;
	background-color: #FFF7E5;
	border:1px solid #CC3333;/* not good for input buttons */
	margin-bottom:3px;
}
input.inp_noborder {
	font-size: 14px;
	color:#EF402E;
	background-color: #FFFFFF;
	border:0px solid #FFFFFF;/* not good for input buttons */
	margin-bottom:0px;
}
input.btn {
	margin-top:2px;
	border: 3px double #CC3333;
	border-top-color: #CC9999;
	border-left-color: #CC9999;
	padding: 0.25em;
	background-color: #FFF7E5;
	color: #792524;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, helvetica;
}
input.btnhov {
	background-color: #FFF7E5;
	border: 3px double #CC9999;
	border-top-color: #CC3333;
	border-left-color: #CC3333;
}