	html, body
	{
		height: 100%;
	}
	
	
	body
	{
	
	padding: 0px;
	background: #282828;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: #919191;
	margin: 0 auto;
	}
	
	
	h1, h2, h3
	{
		margin: 0;
		padding: 0;
		color:#000;
	}
	
	p, ol, ul
	{
		margin-top: 0;
		color:#000;
		
	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
	
	font-size: 18px;
	padding-left: 30px;
	padding-right: 40px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:26px;
	}
	
	
	
	strong
	{
	}
	
	a
	{
		color:#FFF;
		text-decoration:none;
		
	}
	
	a:hover
	{
	text-decoration: none;
	}
	
	.container
	{
	width:1000px;
	margin: 0 auto;
	position:relative;
	overflow:hidden
		}
	
	
	
/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 2em;
	}

	.title h2
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-weight: 700;
		font-size: 2em;
		color: #FFF;
	}
	
	.title .byline
	{
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
		
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

	ul.style1 {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	ul.style1 li {
		padding: 10px 0px 15px 0px;
		border-top: 1px solid #363636;
	}
	
	ul.style1 a {
		text-decoration: none;
		color: #919191;
	}
	
	ul.style1 a:hover {
		text-decoration: underline;
	}
	
	ul.style1 .first {
		padding-top: 0px;
		border-top: none;
	}

	ul.style2 {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	ul.style2 li {
		padding: 25px 0px 15px 0px;
		border-top: 1px solid #363636;
	}
	
	ul.style2 .first {
		padding-top: 0px;
		border-top: none;
	}
	
	ul.style2 h3 {
		padding: 0px 0px 10px 0px;
		letter-spacing: 0.10em;
	}
	
	ul.style2 h3 a {
		color: #FFF;
	}
	
	ul.style2 a {
		text-decoration: none;
		color: #919191;
	}
	
	ul.style2 a:hover {
		text-decoration: underline;
	}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
		margin: 0;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}
	
	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		background: #3f3f3f;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #FFFFFF;
	}
	
	ul.contact li a.icon-twitter:before { background: #2DAAE4; }
	ul.contact li a.icon-facebook:before { background: #39599F; }
	ul.contact li a.icon-dribbble:before { background: #C4376B;	}
	ul.contact li a.icon-tumblr:before { background: #31516A; }
	ul.contact li a.icon-rss:before { background: #F2600B; }

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 2em;
		background: #BC1414;
		border-radius: 5px;
		line-height: 4em;
		padding: 0 3em;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		letter-spacing: 0.25em;
		text-decoration: none;
		text-transform: uppercase;
		outline: 0;
		white-space: nowrap;
		font-family:Arial, Helvetica, sans-serif;
		
		font-size: 0.90em !important;
		color: #fff !important;
		font-weight:bolder;
	}

		.button:hover
		{
			background: #BB1717;
			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
		}
		
		.button:active
		{
	background: #B41313;




			-webkit-transition: all .25s ease-in-out;
			-moz-transition: all .25s ease-in-out;
			-ms-transition: all .25s ease-in-out;
			-o-transition: all .25s ease-in-out;
			transition: all .25s ease-in-out;
	text-align: justify;
		}
		
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 3em 0em;
		text-transform: uppercase;
		margin-top:50px;
		margin-bottom:40px;
		
	}
	
	#logo h1 a
	{
		text-decoration: none;
		font-size: 1.5em;
		color: #FFF;
	}
	
	#logo span
	{
		color: #BC1414;
	}
	
	#logo p
	{
	margin: 0;
	padding: 0;
	letter-spacing: 0.10em;
	font-size: 0.9em;
	}

	#logo p a
	{
		text-decoration: none;
	}


/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu
	{
		background: #1B1B1B url(images/bg01.png) repeat;
		border-bottom: 4px solid #BC1414;
	}
	
	#menu ul
	{
		margin: 0;
		padding: 0px 0px 0px 0px;
		list-style: none;
		line-height: normal;
		text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
		
		
	}
	
	#menu a
	{
		display: block;
		padding: 0em 2em;
		line-height: 80px;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 700;
		color: #838383;
	min-width:70px;
	
	}
	
	#menu .current_page_item a
	{
		background: #BC1414;
		color: #FFF;
	}
	
	#menu a:hover
	{
	text-decoration: none;
	color: #000;
	background-color: #666;
	margin-left:0px;
	margin-right:0px;
	}
	
	#menu .signup a
	{
		color:#FFF;
		background-image:url(images/back123.jpg);	
	}
	
	#menu .signup a:hover
	{
		color:#FFF;
		background-image:url(images/back124.jpg);
		
	}
	
	#menu .current_page_item a:hover
	{
		background: #BC1414;
		color: #FFF;
	}


	#banner
	{
		margin: 2em auto;
	}



	#page
	{
	overflow: hidden;
	border-bottom: 1px solid #363636;
	padding-top: 3em;
	padding-right: 0em;
	padding-bottom: 3em;
	padding-left: 0em;
	}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	#content
	{
	float: left;
	
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 300px;
	}
	
	#sidebar .title
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		color: #FFF;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer {
	overflow: hidden;
	padding-top: 2em;
	padding-bottom: 4em;
	background-color:#333;
	position: relative;
	margin-top:180px;
	border-top:solid #CCC thin;

	}
	
	
.text {
	padding-right: 30px;
	padding-left: 30px;
	
}

#foot1
{
	width:400px;
	color:#FFF;
	font-size:18px;
	padding-left:60px;
float:left;
line-height:40px;

}



/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		padding: 6em 0em;
		font-size: 0.75em;
		letter-spacing: 0.20em;
		text-align: center;
		text-transform: uppercase;
		color: #6A6A6A;
	}
	
	#copyright a
	{
		color: #747474;
	}

/*********************************************************************************/
/* Three Columns                                                                 */
/*********************************************************************************/

	#three-column
	{
	overflow: hidden;
	background: #FFF;
	border-bottom: 4px solid #BC1414;
	color: #525252;
	font-size:18px;
	}
	
	#three-column h2
	{
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 700;
	color: #454445;
	margin-top: 1em;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 0em;
	padding-left: 30px;
	}
	
	#three-column #tbox1,
	#three-column #tbox2,
	#three-column #tbox3
	{
	float: left;
	width: 300px;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 80px;
	padding-left: 50px;
	}

#footer .button .package2 {
	background-color: #0CC;
}

	#subbtn
	{
		margin-left:160px;
		
		display:inline-block;
		
		width:150px;
		height:40px;
	color:#FFF;
	background:#900;
	font-family:inherit;
	font-size: 20pt;
	font-weight: 700;
	padding:10px;
	border:medium groove #930;
	text-align:center;
	cursor:pointer;
	
	

	}
	
	#subbtn2
	{
		
		margin-left:100px;
		font:inherit;
		
		display:inline-block;
		
		width:150px;
		height:40px;
	color:#FFF;
	background:#900;
	
	font-size: 20pt;
	font-weight: 700;
	padding:10px;
	border:medium groove #930;
	text-align:center;
	cursor:pointer;
	}
	
	#frame
	{
		margin-left:200px;
		background-color:#333;
	}
	
		.h3
	{
		margin:20px;
		margin-right:100px;
		margin-top:50px;
		font-size:24px;
		font-weight:900;
		line-height:28px;
	
	}
	
	.blacktext
	{
		
		margin-right:90px;
		margin-left:70px;
		font-size:20px;
		font-weight:500;
		list-style:numeric;
		text-align:justify;
	
	}
	
	.blacktext3
	{
		
		margin-right:90px;
		margin-left:70px;
		font-size:20px;
		font-weight:500;
		list-style:disc;
		text-align:justify;
	
	}
	
	.sublist
	{
		margin-top:20px;
		margin-bottom:20px;
		margin-right:70px;
		margin-left:70px;
		font-size:18px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:26px;
		list-style:disc;
		text-align:justify;
		color:#000;
		}
	
	.blacktext2
	{
		margin-top:40px;
		
		margin-right:140px;
		margin-left:70px;
		font-size:22px;
		font-weight:600;
		list-style:numeric;
		text-align:justify;
	
	}
	
	.redbox
	{
		margin-top:15px;		
		margin-left:50px;
		background-color:#900;
		color:#FFF;
		width:180px;
		height:40px;
		font-size:24px;
		font-weight:500;
		list-style:numeric;
		text-align:center;
		cursor:pointer;
		line-height:40px;
	
	}

		
	.threebox
	{
		width:400px;
		margin-top:20px;
		padding-left:46px;
		padding-right:16px;
		padding-bottom:40px;
		font-size:14pt;
		line-height: 180%;
		text-align:justify;
		color:#000;
		float:left;
		font:Arial, Helvetica, sans-serif;
	
		}	
		
.sublist1
	{
		margin-top:20px;
		margin-bottom:20px;
		margin-right:70px;
		margin-left:60px;
		font-size:20px;
		font-weight:600;
		list-style:decimal;
		text-align:justify;
		color:#FFF
		}
		
	@font-face {
    font-family: myf;
    src: url('fonts/Dancing Script.ttf');
}
	
	.linkit {font-size:18px; font-weight:bold; color:#C33;
	}
	
	.probox {margin-left:90px; width:350px;height:220px; display:inline-block; border-bottom-style:solid; border-bottom-color:#900; border-width:thick; margin-bottom:60px; }
	
	.probox:hover {box-shadow: 10px 10px 5px #333;
 } 
	
	 .clicker {width:100%; font-size:20px; height:40px; margin-left:0px; line-height:40px; background-color:#FFF; color:#000; border: groove #000; text-align:center; font-weight:bold; display:inline-block;
 }
 
 .clicker:hover {font-size:20px;  margin-left:0px; line-height:40px; background-color:#900; color:#FFF; text-align:center;border:none; font-weight:bold; display:inline-block;box-shadow: 10px 10px 5px grey;
 }
	
		.probox2 {margin-left:90px; width:350px;height:220px; display:inline-block; margin-bottom:80px; vertical-align:top }
	
	
	.click6 { font-size:20px;color:#FFF; font-weight:bold; padding-top:5px;
}

.click6:hover {color:#000}

.click7 {width:200px; height:40px;background: linear-gradient(#000, #333, #000); border-radius:20px; text-align:center;   
}

.click7:hover {background: linear-gradient(#FFF, #999)
}

.click7:hover p { color:#000
}
