/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #f9f9f9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}
a , a:visited{
	text-decoration: none;
	color: #fac45b;
}
a:hover, a:active {
	text-decoration: underline;
}



.headercon {
	background-color: #a59c93;
	height: 100px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #fac45b;
}
.header {
	background-color: #a59c93;
	background-image: url(_img/target_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar {
	height: 50px;
	width: 650px;
	position: relative;
	left: 240px;
	top: 25px;
	background-image: url(_img/navback.gif);
}
div.navbar ul {
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
div.navbar ul li {
	float: left;
}
div.navbar ul li a , div.navbar ul li a:visited{
	text-decoration: none;
	display: block;
	height: 25px;
	width: 100px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	padding-top: 5px;
}
div.navbar ul li a:hover, div.navbar ul li a:active {
	background-position: left;
	background-color: #F8C45E;
}
.current    {
	background-color: #A59C93;
}
.container {
	height: 800px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}
.sidebar {
	background-color: #FFF;
	float: left;
	height: 100%;
	width: 220px;
	border: 1px solid #f1f1f1;
	padding: 0px;
}
div.sidebar ul {
	list-style-type: none;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	margin-top: 20px;
	margin-right: 5px;
	margin-left: 15px;
	color: #333;
}
div.sidebar ul li ul {
	font-size: 0.7em;
	margin-top: 1em;
	padding: 0px;
	margin-left: 0px;
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #f2f2f2; */
	color: #666;
}
div.sidebar ul li ul li {
	padding-top: 14px;
	padding-bottom: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f9f9f9;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f9f9f9;
	margin-top: 5px;
	border-right-color: #f0f0f0;
	border-bottom-color: #f0f0f0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.content {
	background-color: #FFF;
	float: right;
	height: 100%;
	width: 670px;
	border: 1px solid #f1f1f1;
}
.contentimg {
	width: 650px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	background-color: #fac45b;
	background-image: url(_img/contentimg.gif);
	background-repeat: no-repeat;
}
.text {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	padding-top: 20px;
	padding-right: 40px;
	font-size: 0.9em;
	color: #666;
}
div.democall {
	height: 290px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
	background-image: url(_img/demosms.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div.democall p {
	font-size: 2em;
	color: #FFF;
	text-align: center;
	background-color: #5B5B5B;
	height: 245px;
	padding-top: 30px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 300px;
}


.footercon {
	background-color: #000;
	height: 50px;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a59c93;
	clear: both;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	padding: 10px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.footer p {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.copyright {
	float: left;
	clear: right;
}
.jays {
	text-align: right;
	float: right;
}

h1 {
	color: #333;
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.2em;
	color: #fac45b;
	font-weight: normal;
}
p {
	font-size: 0.9em;
	color: #666;
	text-align: justify;
}

.container .content .text table td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

.container .content .text #pricetd  td, .container .content .text #pricetd {
	border: 1px solid #6D6D6D;
}
.container .content .text #pricetd .thead {
	font-weight: bold;
	color: #FFF;
	background-color: #A59C93;
}


.container .content .text #f1 table {
	width: 100%;
	font-size: 1em;
	color: #000;
}
.container .content .text .bodytext {
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.container .content .text #f1 table tbody tr td .input          {
	width: 250px;
	background-color: #EBEBEB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #878787;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
	border-left-color: #C6C6C6;
	padding: 5px;
}
.container .content .text #f1 table tr td .button {
	background-color: #9E958C;
	color: #FFF;
	font-weight: bold;
	height: 30px;
	width: 128px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

