body
{
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #012d52;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	font-size: 1em;
}

.mpgStep span
{
	font-weight: bold;	
}

div#container
{
	position:relative;
	top:0px;
	left: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	text-align: left;
}

img
{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

.komen
{
	color:#ff9cce;
	font-weight:bold;
}

.menu a, .menu a:visited
{
	xborder: none;
	text-decoration: none;
	color: black;
}

.topNav
{
	position:absolute;
	right: 10px;
	top:-45px;
	height:21px;
	font-size: .8em;
	background-color: #333333;
	color: #e0e0e0;
	text-align:right;
	padding-right: 25px;
	padding-top: 23px;
}

.topNav a, .topNav a:visited
{
	color: #e0e0e0;
	border: none;
	text-decoration: none;
}

.secondaryPageContent
{
	position: absolute;
	top:70px;
	left:-295px;
	margin-top: 5px;
	background-color:white;
	width: 780px;
	background-image: url(../image/bottomBackground.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display:inline;
}

.leftColumn
{
	float:left;
	width: 200px;
	padding-right: 0px;
}

.rightColumn
{
	position: relative;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	width: 500px;
}

.employeeBox
{
	xfloat:left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	width: 450px;
	height: 150px;
	border: solid 1px #333333;
	xtext-align: center;
	
	background-image: url(../image/blueBackground.png);
	background-position: right;
	background-repeat: repeat-y;
}

.employeePhoto
{
	float: left;
	width: 150px;
	xheight: 150px;
}

.employeePhoto img
{
	border: solid 1px black;
}

.employeeName
{
	margin-left: 160px;
	font-weight: bold;
	font-size: 1em;
}

.employeeTitle
{
	margin-left: 160px;
	font-size: 1em;
}

.specialPrice
{
	color: green;
}

.employeeDetails
{
	font-size: .8em;
	text-align: left;
	list-style-image: url(../image/bullet.jpg);
	margin-left: 140px;
}

.bullet
{
	margin-bottom: 4px;
}

.footer
{
	width:780px;
	background-image: url(../image/bottomBackground.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
}

.contentImage
{
	border: solid 1px #0a317a;
	margin-top: 5px;
	xmargin-right:-10px;
	display:inline;
}

.bulletBox
{
	background-image: url(../image/blueBackground.png);
	background-position: right;
	background-repeat: repeat-y;
	border: solid 1px #0a317a;
	xpadding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 508px;
}
* html .bulletBox
{
	width: 510px;
}

.innerBulletBox
{
	border: solid 1px #ffb931;
	padding: 5px;
}

.bulletBoxTitle
{
	font-size: .8em;
	font-weight: bold;
}

.bulletList
{
	list-style-image: url(../image/bullet.png);
	font-size: .7em;
}

.bulletList li
{
	margin-bottom: .4em;
}

.bottomBar
{
	background-color: #d7d7d7;
	text-align: center;

}

.section
{
	margin-bottom: 2em;
}

.sectionTitle
{
	xcolor: #012d52;
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
}

em
{
	font-weight: bold;
}

.rightColumn p
{
	font-size: 1em;
}

#map
{
z-index:1000;
	border: 2px solid #012d52;
	width: 480px;
	height: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.headerPhoto
{
	border: solid 1px #bac4da;
	margin-bottom: 10px;
	height: 96px;
	width: 508px;
	overflow:hidden;
}

span.ajilus
{
	color: #e14c37;
	background-color: inherit;
}

div.copyright
{
	position: relative;
	width: 780px;
	font-size: .8em;
	text-align: center;
	xpadding-top: 5px;
	padding-bottom: 20px;
	margin-bottom: 0px;
	background-color: #333333;
	xheight: 50px;
	top:6px;
	color: #d7d7d7;
}

a.copyrightlink
{
	text-decoration: none;
}



input
{
	background-position: 0 30%;
}

* html textarea
{
	margin-left:-5px;
}

.inputForm
{
	margin-top: 20px;
}

.inputForm label, .inputForm input, .inputForm .formButton {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.inputForm label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

.formButton
{
	cursor:pointer;
	background:black;
	color:#012d52;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../image/buttonBackground.jpg) repeat-x left top;
}


br {
	clear: left;
}

.formButton:hover
{
	color: #0184d6;
}

.formButton
{
	cursor:pointer;
	color:black;
	font-weight:bold;
	padding: 1px 2px;
	background:url(../image/buttonBackground.jpg) repeat-x left top;
}

.formButton:hover
{
	color: black;
}

select
{
	background-color: #eeeeee;
}

input, textarea
{
	background-image: url(../image/formFieldBackground.jpg);
	background-repeat: repeat-x;
	background-position: 0 50%;
}

.cssform .formfieldbox p
{
	clear: left;
	margin: 0;
	padding-top: 5px;
	padding-left: 50px; /*width of left column containing the label elements*/
	height: 20px;
}

.cssform .formfieldbox label
{
	float: left;
	margin-left: -80px; /*width of left column*/
	margin-right: 10px;
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	text-align: right;
}

.formfieldbox textarea
{
	margin: 0px;
	padding: 0px;
	float: left;
}

.cssform label
{
	margin-right: 10px;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix
{
	margin-left: 3px;
}

.error
{
  	background-image: url(../image/dialog-error.png);
  	background-color: inherit;
  	background-repeat: no-repeat;
  	background-position: 2px 2px;
  	color: #ff0000;
  	padding-left: 20px;
 	padding-right: 5px;
  	padding-bottom: 1px;
  	padding-top: 2px;
  	margin-bottom: 5px;
  	height: 16px;
	float: left;
}

* html .error
{
	background-image: url(../image/dialog-error.gif);
}

.formfieldbox textarea, .formfieldbox input, .formfieldbox select
{
	margin: 0px;
	padding: 0px;
	float: left;
}

label
{
	font-size: .8em;
}

.specialTitle
{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.special
{
	font-weight: bold;
	margin-bottom: 10px;
}

.coupon
{
	font-family: serif;
	border-style: double;
	border-width: 10px;
	border-color: #0a317a;
	background-color: white;
	color: black;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 490px;
}

.couponimage
{
	text-align: right;
	margin-bottom: -10px;
}

.couponimage img
{
	vertical-align: middle;
	float: left;
}

.coupontitle
{
	font-style: italic;
	font-size: 24pt;
	text-align: center;
	clear: left;
}

.coupondollar
{
	font-family: serif;
	color: #ffb931;
	background-color: inherit;
	font-size: 30pt;
	vertical-align: top;
}

.couponvalue
{
	font-family: serif;
	color: #ffb931;
	background-color: inherit;
	font-size: 50pt;
	text-align: center;
	margin-top: -10px;
}

.coupondetail
{
	font-size: 16pt;
	text-align: center;
	margin-top: -15px;
}

.couponrestrictions
{
	color: #8f8f8f;
	background-color: inherit;
	text-align: center;
}
