/*Page Layout*/
* {
	margin:0px auto;			  			 	 
	padding:0px; 
}
body{
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #FFF;
	text-align: center;
	margin: 0px auto;	
	padding: 0px;
}
#container {
	height: auto;
	width: 900px;
	margin: 0px auto;
	padding: opx;
}
#wrap {
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#main {
	height: auto;
	width: auto;
}
#content {
	background-image: url("../images/bg_content.jpg");
	background-repeat: repeat-y;
	text-align: left;
	height: auto;
	width: 900px;
	margin: 0px;
	padding: 0px;
}




#socialicons {
	width: 310px;
	padding-top: 12px;
	height: 20px;
	float: left;
}
#socialicons ul li a span {
	display: none;
}
#socialicons ul#socialiconlist a{
	height: 20px;
	width: 16px;
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
	float: left;
}
#socialicons ul#socialiconlist li a:link, #socialicons ul#socialiconlist li a:visited{
	height: 17px;
	width: 17px;
	float: left;
	display: block;
}
#socialicons ul#socialiconlist li a:hover, #socialicons ul#socialiconlist li a:active {
	border: 3px solid #FFF;
	height: 16px;
	width: 16px;
}
#left {
	height: auto;
	width: 300px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	clear: both;
}
#left a {
	font-family: "Verdana", Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #003;
	text-decoration: none;
}
#left a:visited {
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold;
	font-size: 14px;
	color: #003;
	text-decoration: none;
}
#left a:hover { 
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
#right {
	float: right;
	height: auto;
	width: 550px;
	padding: /*top*/0px /*right*/10px /*bottom*/5px /*left*/10px;
}
#right_col_01{
	float: left;
	height: auto;
	width: 270px;
	padding: 0px;
}
#right_col_02{
	float: right;
	height: auto;
	width: 270px;
	padding: 0px
}

/* Nav */
#nav {
	background-image: url(../images/nav_up.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	float: right;
	height: 75px;
	width: 900px;
}
#nav ul {
	display: inline;
	list-style: none;
	padding: 0;
}
#nav li {
	float: left;
	display: inline;
	position: inherit;
	margin:  /*top*/0px /*right*/2px /*bottom*/2px /*left*/9px;
} 
#nav li a {
	text-decoration: none;
	color: #FFF;
	line-height: 50px;
	display: inline-block;
	clear: both;
	height: 71px;
	width: 100%;
	padding: 2px;
}
#nav li a:visited  {
	text-decoration: none;
	color: #FFF;
	line-height: 50px;
	display: inline-block;
	height: 71px;
	width: auto;
	width: 100%;
	padding: 2px;
}
#nav li a:hover {
	background-image:  url("../images/nav_down.jpg");
	background-repeat: repeat-x;
	color: #000;
	display: inline-block;
	height: 71px;
	width: 100%;
	padding: 2px;
}

/* Header */
#header {
	background-image: url("../images/bg_header.jpg");
	background-repeat: no-repeat;
	background-color: #FFF;
	border-top: #FFF solid 2px;
	border-bottom: #FFF solid 2px;
	height: 515px;
	width: 900px;
	clear: both;
}
#header_left {
	float: left;
	height: auto;
	width: 300px;
	margin: 0px;
	padding: /*top*/5px /*right*/10px /*bottom*/1px /*left*/10px;	
}
#header_left p {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	color: #000;
	float: left;
	display: inline;
	margin: 0px auto;
	padding: 0px;
}
#header_left h1 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-transform: none;
	color: #000;
	margin: 0px auto ;
	padding: 0px;
}
#header_left h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	color: #000;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	margin-top: 20px;
	line-height: 5px;
}
#header_left h3 {
	background-color: #8BC53F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 2px;
	padding: 0px;
}
#header_left h4 {
	font-family: "Verdana", Geneva, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #F00;
	float: left;
	display: inline;
	margin:  /*top*/2px /*right*/2px /*bottom*/0px /*left*/0px;	
	padding: 0px;
}
#header_left a {
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold;
	font-size: 60px;
	color: #FFF;
	text-decoration: none;
}
#header_left a:visited {
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold;
	font-size: 60px;
	color: #FFF;
	text-decoration: none;
}
#header_left a:hover { 
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold;
	font-size: 60px;
	color: #F00;
	text-decoration: none;
}
#header_right {
	float: right;
	height: auto;
	width: 550px;
	padding: /*top*/5px /*right*/10px /*bottom*/0px /*left*/10px;
}
#header_right_demo {
	float: right;
	height: auto;
	width: 550px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 20px;
}

/*Video*/
#video {
	margin: /*top*/125px /*right*/0px /*bottom*/15px /*left*/0px;
	padding: 0px;
}	
#videodemo {
	margin-top: 125px;
	margin-bottom: 15px;
}

/* Login Area */
#login-area {
	float: right;
	text-align: left;
	width: 390px;
	height: 60px;
	margin: 0px auto;
	padding: 0px;
}
#login-area form {
	float: right;
	width: 390px; 
	height: 30px;
}
#login-area form label {
	font-size: 22px; 
	color: #FFF;
	line-height: 25px;
	float: left;
}
#login-area form input {
	background-color: #FFF; 
	border: 1px solid #999;
	font-size: 10px; 
	color: #000;
	line-height: 10px; 
	float: left;
	width: 150px; 
	height: 18px;
	margin: /*top*/5px /*right*/0px /*bottom*/5px /*left*/5px;
	padding: /*top*/5px /*right*/0px /*bottom*/0px /*left*/5px;	
}
#login-area form input.login-btn {
	float: left;
	width: 52px; 
	height: 24px; 
	border: none;
	background: none; 
	padding: 0;
	margin: /*top*/5px /*right*/0px /*bottom*/0px /*left*/5px;
}
#login-area p {
	font-family: "Verdana", Geneva, sans-serif; 
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	letter-spacing: 1px;
	color: #000;
	margin: 0px auto;
	padding: 0px;
}
#login-area a {
	font-family: "Verdana", Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	line-height: inherit;
	color: #000;
}
#login-area a:visited {
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	line-height: normal;
	color: #000;
}
#login-area a:hover { 
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #F00;
}
#login-area image {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

/* Right-Cell */
#right_cell {
	float: left;
	min-height: 150px;
	width: 160px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 8px;
}
#right_cell p{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;	
	color: #FFF;
	clear: both;
	width: 160px;
}
#right_cell a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0C0;
	text-decoration: none;
	letter-spacing: 1px;
}
#right_cell a:visited {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}
#right_cell a:hover { 
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	letter-spacing: 1px;
}

/* Left-Cell */
#left_cell {
	text-align: center;
	min-height: 175px;
	width: 150px;	
	margin: 0px;
	padding:5px;
	margin: 0px auto;
	padding: 0px;
}
#left_cell p{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;	
	color: #FFF;
	clear: both;
}
#left_cell a{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
	letter-spacing: 1px;
}
#left_cell a:visited {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006;
	text-decoration: none;
	letter-spacing: 1px;
}
#left_cell a:hover { 
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
}

/* Footer */
#footer {
	background-image: url("../images/footer.jpg");
	background-repeat: repeat-x;
	background-color: #AED15B;
	font-size: 10px;
	float: right;
	text-align: center;
	text-transform: uppercase;
	height: 40px;
	width: 880px;
	margin-bottom: 30px;
	padding-left: 20px;
}
#footer ul {
	list-style-type: none;
	list-style: none;
	width: 100%;
}
#footer li {
	float: left;
	line-height: 20px;
	list-style: none;
	position: inherit;
	display: inline;
} 
#footer p {
	font-size: 10px;
	color: #FFF;
}
#footer a:link {
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	color: #060;
	height: 20px;
	display: inline-block;
	padding: 5px;
}
#footer a:visited {
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	color: #060;
	height: 20px;
	display: inline-block;
	padding: 5px;
}
#footer a:hover {
	background-image: url("../images/footer_up.jpg");
	text-align: center;
	font-size: 10px;
	height: 30px;
	color: #FFF;
	display: inline-block;
}

/* Links */
#spacer {
	height: 1px;
	clear: both;
}

/*Image*/
#image {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.image_left{
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
}
#image .imagereel     {
	float: left;
	margin-left: 10px;
}
#image .imagenorth {
	float: left;
	margin-left: 40px;
	margin-top: 60px;
}
.fronth2 {
	margin-bottom: 5px;
	padding-top: 15px;
}
.fronttoph2 {
}
/*Page Text*/
ul {
	list-style: none;
	width: auto;
	margin:  /*top*/0px /*right*/0px /*bottom*/10px /*left*/0px;
	padding: 0px;
}
li {
	text-align: left;
	display: inline;
	width: auto;
	margin: 0px auto;
	padding: 0px;
}
li p{
	font-family: "Verdana", Geneva, sans-serif; 
	font-size: 12px;
	font-weight: lighter;
	text-decoration: none;
	text-align: justify;
	color: #FFF;
	line-height: normal;
	margin: 0px;
}
a {
	font-family: "Verdana", Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #8BC53F;
	text-decoration: none;
}
a:visited {
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #8BC53F;
	text-decoration: none;
}
a:hover { 
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #F00;
	text-decoration: none;
}
p {
	font-family: "Verdana", Geneva, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	color: #FFF;
	line-height: normal;
	margin: /*top*/0px /*right*/0px /*bottom*/10px /*left*/0px;
}
h1 { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	color: #000;
	margin: /*top*/5px /*right*/0px /*bottom*/5px /*left*/0px;
}	
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 24px;
	text-align: left;
	text-transform: capitalize;
	color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	background-color: #FFF;
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	color: #000;
	margin: /*top*/3px /*right*/0px /*bottom*/10px /*left*/0px;
	padding: 3px;
}
h4 {
	font-family: "Verdana", Geneva, sans-serif;  
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #23A8E1;
	margin: /*top*/0px /*right*/0px /*bottom*/0px /*left*/0px;
}
h5 { 
	font-family: "Verdana", Geneva, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: #F00;
	margin: 0px;
}
.vidicon {
	margin-right: 3px;
}
.registrationmark {
	font-size: 10px;
}

