/************************************************/
/*												*/
/*		Stylesheet for Cirque Point of Sale		*/
/*		Learning Center							*/
/*		Copyright 2008 Cirque Corporation		*/
/*												*/
/************************************************/


/************************************************/
/*			main styles					 		*/
/************************************************/
* {								/* sets all browser defaults to 0 */
	margin: 0;
	padding: 0;
}



a:link {color: #333333}     	/* unvisited link */
a:visited {color: #333333}  	/* visited link */
a:hover {color: #FF0000}   		/* mouse over link */
a:active {color: #333333}   	/* selected link */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 15px 0 15px 0;
}

/* imgs are currently being styled in the right column only */
/*img {
	margin: 30px;
	padding: 5px;
	border: #999999 1px solid;
}*/

h2 {
	width: 360px;
	background-image: url(../images/gliderBullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	border-bottom: #666666 1px solid;
	padding: 0 0 4px 53px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}

h3 {
	margin: 15px 0 15px 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

ul {
	margin: 20px 0 30px 0;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 30px;
	list-style: square;
}

/************************************************/
/*			classes						 		*/
/************************************************/
.homeLiLast {
	border-bottom: none;
}

.homeLI {
	margin: 20px 0 20px 0;
	padding: 5px 0 20px 10px;
	width: 300px;
	list-style-image: url(../images/gliderBullet.gif);
	border-bottom: #666666 1px solid;
}

.homeLI-last {
	margin: 20px 0 20px 0;
	padding: 5px 0 20px 8px;
	width: 300px;
	list-style-image: url(../images/gliderBullet.gif);
	border-bottom: none;
}

.navbarCurrent {
color: #FF0000;
}

.contactInfo {
	font-size: 15px;
	font-weight: bold;
	margin: 25px 0 25px 0;
}

.caption {
	margin: -20px 0 20px 70px;
	text-align: left;
}


	

/************************************************/
/*			div and layout				 		*/
/************************************************/

#container {
	width: 1000px;
	border: 1px #999999 solid;
	margin: 60px auto 0 auto;
}

#header {
	width: 1000px;
	height: 137px;
	background-image: url(../images/header.jpg);
}


#header img {
	border: none;
}

#navbar {
	width: 1000px;
	height: 34px;
	background-image: url(../images/navbar.jpg);
}

/* Styles for navigation bar */
#navbar ul {
	padding: 5px 0 0 400px;
	margin: 0;
}

#navbar li {
	display: inline;
	padding: 10px 20px 0 20px;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 17px;
	/*color: #CCCCCC;*/
}

#navbar  a:link {color: #CCCCCC; text-decoration: none;}     /* unvisited link */
#navbar  a:visited {color: #CCCCCC; text-decoration: none;}  /* visited link */
#navbar  a:hover {color: #FF0000; text-decoration: none; }   /* mouse over link */
#navbar  a:active {color: #CCCCCC; text-decoration: none;}   /* selected link */

/* End styles for navigation bar */

#contentHome {
	padding: 200px 0 0 75px;
	width: 1000px;
	height: 378px;
	background-image: url(../images/home-background.jpg);
	background-repeat: no-repeat;
}

#contentHome li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
}

#contentHome  a:link {color: #000000; text-decoration: none;}     /* unvisited link */
#contentHome  a:visited {color: #000000; text-decoration: none;}  /* visited link */
#contentHome  a:hover {color: #FF0000; text-decoration: none;}	  /* mouse over link */
#contentHome  a:active {color: #000000; text-decoration: none;}   /* selected link */

#content {
	width: 999px;
}	

#subNav {
	width: 999px;
	height: 55px;
	background-color: #CCCCCC;
	border-bottom: #666666 1px solid;
}

/* Styles for sub-section navigation bar */
#subNav ul {
	padding: 15px 0 0 8px;
	margin: 0;
}

#subNav li {
	display: inline;
	padding: 10px 10px 0 10px;
	margin: 0;
	list-style: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 15px;
	/*color: #CCCCCC;*/
}


#subNav  a:link {color: #333333; text-decoration: none;}     /* unvisited link */
#subNav  a:visited {color: #333333; text-decoration: none;}  /* visited link */
#subNav  a:hover {color: #FF0000; text-decoration: none;}   /* mouse over link */
#subNav  a:active {color: #333333; text-decoration: none;}   /* selected link */
/* End styles for sub-section navigation bar */

#leftColumn {
	width: 450px;
	float: left;
	padding: 35px 20px 20px 20px;
}

#rightColumn {
	width: 500px;
	float: left;
	text-align: center;
	padding: 35px 0 0 0;
}

#rightColumn img {
	margin: 10px auto 30px auto;
	padding: 5px;
	border: #999999 1px solid;
}

#leftColumn img {
	margin: 10px auto 15px auto;
	padding: 5px;
	border: #999999 1px solid;
}

#leftColumn li {
	list-style: square;
	margin-top: 13px;
}


#footer {
	clear: both;
	width: 999px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666666;
	border-top: #999999 1px solid;
	margin: 0 0 15px 0;
}	

#footer ul {
	margin: 0;
}

#footer li {
	display: inline;
	list-style: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}



/************************************************/
/*												*/
/*		Custom Styles for PoS Info Center		*/
/*		Chinese Language Version				*/
/*		Copyright 2010 Cirque Corporation		*/
/*												*/
/************************************************/

#CN-header {
	width: 1000px;
	height: 137px;
	background-image: url(../images/CN-header.jpg);
}

#CN-header img {
	border: none;
}

#CN-contentHome {
	padding: 200px 0 0 75px;
	width: 1000px;
	height: 378px;
	background-image: url(../images/CN-home-background.jpg);
	background-repeat: no-repeat;
}

#CN-contentHome li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
}

#CN-contentHome  a:link {color: #000000; text-decoration: none;}     /* unvisited link */
#CN-contentHome  a:visited {color: #000000; text-decoration: none;}  /* visited link */
#CN-contentHome  a:hover {color: #FF0000; text-decoration: none;}	  /* mouse over link */
#CN-contentHome  a:active {color: #000000; text-decoration: none;}   /* selected link */
