charset "utf-8";
#headerWraper {
	padding-top:10px;
	height:96px;
	background:#f9f9f9;
}
#header {
	width:990px;
	margin:0 auto;
	background:#f9f9f9;
}
#logo {
	float:left;
	width:501px;
	height:61px;
}
#cart {
	float:right;
	width:150px;
	height:16px;
	margin-right:25px;
	line-height:16px;
	text-align:right;
}
#cart img {
	margin-right:10px;
}
#cart a, #cart a:visited {
	height:16px;
	line-height:16px;
	color:#003366;
	font-size:9px;
	text-transform:uppercase;
	text-decoration:none;
}
#cart a:hover {
	color:#003366;
	text-decoration:underline;
}
#mainMenu {
	height:25px;
	float:left;
	padding-top:9px;
}
#mainMenu ul {
	list-style-type:none;
}
#mainMenu li {
	display:block;
	height:18px;
	float:left;
	font-size:10px;
	list-style-type:none;
}
#mainMenu li.sep {
	height:18px;
	width:1px;
	float:left;
	font-size:0;
	padding:0 5px;
	background:url('../images/sep.gif') no-repeat center center;
}
#mainMenu li a, #mainMenu li a:visited {
	height:18px;
	display:block;
	float:left;
	line-height:18px;
	padding:0 14px;
	list-style-type:none;
	color:#333333;
	text-decoration:none;
	background:#f9f9f9;
}
#mainMenu li a:hover {
	color:#ffffff;
	text-decoration:none;
	background:#002143;
}
#mainMenu li.current a, #mainMenu li.current a:visited, #mainMenu li.current a:hover {
	height:18px;
	display:block;
	float:left;
	line-height:18px;
	padding:0 14px;
	list-style-type:none;
	color:#ffffff;
	text-decoration:none;
	background:#002143;
}
/*  ++++++   RIGHT HAND SIDE NAVIGATION   +++++   */

#rightNavigation {
	width:250px;
	padding-top:50px;
	float:right;
}
.rightSubNav {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding-left:9px;
	border-left:1px dotted #9e9e9e;
	letter-spacing:0.04em;
}
.rightSubNav ul {
	list-style-type:none;
	background:#e6e9eb;
}
.rightSubNav li {
	list-style-type:none;
	border-bottom:1px solid #ffffff;
	text-transform:uppercase;
}
.rightSubNav li a, .rightSubNav li a:visited {
	display:block;
	height:24px;
	font-size:9px;
	line-height:27px;
	padding-left:30px;
	color:#333333;
	background:#e6e9eb;
	font-weight:normal;
}
.rightSubNav li a:hover {
	color:#003366;
	text-decoration:none;
	font-weight:normal;
	background:#e6e9eb url('../images/black-arrow.gif') no-repeat 17px 10px;
}
.rightSubNav li.current a, .rightSubNav li.current a:visited, .rightSubNav li.current a:hover {
	display:block;
	height:31px;
	font-size:10px;
	font-weight:bold;
	line-height:34px;
	color:#003366;
	background:#e6e9eb url('../images/bullet.gif') no-repeat 15px center;
	font-weight:normal;
}
.rightSubNav li.sub li {
	margin-bottom:0;
}
.rightSubNav li.sub a, .rightSubNav li.sub a:visited {
	display:block;
	height:24px;
	font-size:9px;
	line-height:27px;
	padding-left:30px;
	color:#003366;
	background:#e6e9eb url('../images/black-arrow.gif') no-repeat 17px 10px;
	font-weight:normal;
}
.rightSubNav li.sub ul {
	padding:2px 0 6px 0;
}
.rightSubNav li.sub li {
	border-bottom:1px solid #e6e9eb;
}
.rightSubNav li.sub li a, .rightSubNav li.sub li a:visited {
	display:block;
	height:18px;
	font-size:9px;
	line-height:18px;
	padding-left:40px;
	color:#333333;
	text-decoration:none;
	background:#e6e9eb url('../images/grey-bullet.gif') no-repeat 30px 7px;
	font-weight:normal;
}
.rightSubNav li.sub li a:hover {
	color:#003366;
	text-decoration:none;
	font-weight:normal;
}
/*   ++++   BANNER   ++++   */


#bannerWraper {
	background:#d1d1d1;
	height:260px;
}
#banner {
	margin:0 auto;
	width:990px;
	background:#d1d1d1;
	height:260px;
	position:relative;
	z-index:1;
}
#banner img {
	left:0;
	top:0;
	position:absolute;
	z-index:2;
}
#bannerTip {
	right:0;
	bottom:20px;
	padding:20px;
	width:210px;
	min-height:80px;
	position:absolute;
	background:#ffffff;
	z-index:3;
	filter:alpha('opacity=85');
	opacity:0.85;
	-moz-opacity:0.85;
	background-image:url('../images/quotes.png');
	background-repeat:no-repeat;
	background-position:7px 12px;
}
.tipText {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003366;
	font-size:1.3em;
	line-height:1.3em;
	margin-top:0px;
	padding-top:0px;
	font-style:italic;
}
.tipTextBottom {
	padding-top:8px;
	font-size:11px;
	color:#000000;
	margin:0;
	line-height:1.4em;
}
.tipTextBottom strong, .tipTextBottom i {
	float:left;
	margin:0;
	padding:0;
}
/*   ++++   PRODUCT PAGE   ++++   */



.pdfLinks {
	margin-top:3px;
	font-size:11px;
}
.pdfLinks a, .pdfLinks a:visited, .pdfLinks a:hover {
	display:block;
	text-decoration:none;
	font-weight:normal;
}
.pdfLinks a {
	background:url('../images/th_pdf.jpg') top left no-repeat;
	padding-left:25px;
	margin-bottom:3px;
}
.pdfLinks ul {
	list-style-type:none;
}
.pdfLinks li {
	list-style-type:none;/*padding:0 0 0 16px;*/
	margin-bottom:5px;
	font-size:11px;
	color:#666666;/*background:url('../images/th_pdf.gif') no-repeat -2px 3px;*/
}
.simpleList {
	margin-top:3px;
	clear:both;
}
.simpleList a, .simpleList a:visited, .simpleList a:hover {
	font-weight:normal;
	text-decoration:none;
}
.simpleList ul {
	list-style-type:none;
}
.simpleList li {
	list-style-type:none;
	padding:0 0 0 16px;
	margin-bottom:3px;
	font-size:11px;
	color:#666666;
	background:url('../images/square.gif') no-repeat 2px 9px;
}
/*   ++++   GENERAL CLASSES   ++++   */


#contents {
	width:980px;
	padding:0 10px 0 0;
	margin:0 auto;
}
.path {
	clear:both;
	font-size:9px;
	color:#666666;
	margin-left:10px;
	text-transform:uppercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	margin-top:2px;
}
.path a, .path a:visited {
	height:20px;
	line-height:20px;
	color:#003366;
	text-decoration:none;
	font-weight:normal;
}
.path a:hover {
	color:#FF9900;
	text-decoration:none;
	font-weight:normal;
}
.path a.current, .path a.current:visited, .path a.current:hover {
	height:18px;
	line-height:18px;
	color:#003366;
	text-decoration:none;
}
#contentsWraper {
	margin-top:10px;
	clear:both;
}
#leftNavigation {
	width:700px;
	float:left;
}
.middleContents {
	float:left;
	padding-left:10px;
	width:98%;
}
.middleContents p {
	line-height:1.5em;
}
.middleContents a, .middleContents p a {
}
.defaultNav {
	padding-left:10px;
	margin-top:20px;
	border-left:1px dotted #9e9e9e;
}
.greyBox {
	background:#f3f3f3;
	clear:both;
}
.greyBox ul {
	list-style-type:none;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
}
.greyBox li {
	list-style-type:none;
	font-weight:bold;
	margin-bottom:10px;
	font-size:10px;
	color:#333333;
	padding-left:30px;
	background:url('../images/arrow.gif') no-repeat 15px 3px;
}
.greyItalic {
	color:#666666;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	padding-top:3px;
}
.viewAllBtn {
	clear:both;
	padding:0px 15px 10px 15px;
	text-transform:uppercase;
}
.viewAllBtn a, .viewAllBtn a:visited {
	display:block;
	color:#003366;
	font-weight:normal;
	height:16px;
	line-height:16px;
	width:90px;
	font-size:9px;
	padding:0 15px;
	background:url('../images/small-arrow2.gif') no-repeat left center;
}
.viewAllBtn a:hover {
	font-weight:bold;
	text-decoration:none;
	background:url('../images/small-arrow.gif') no-repeat left center;
}
.innerWraper {
	font-size:11px;
	color:#666666;
	padding:10px 20px 15px 30px;
	line-height:1.4em;
}
.listItem {
	width:170px;
	font-size:11px;
}
.textWraper {
	padding-right:20px;
}
#bottomBarWraper {
	height:35px;
	line-height:35px;
	margin:30px 0 20px 0;
	background:#e6e9eb;
}
#bottomBar {
	height:35px;
	line-height:35px;
	width:950px;
	text-transform:uppercase;
	margin:0 auto;
	padding:0 30px 0 10px;
	font-size:10px;
	color:#003366;
	background:#e6e9eb;
}
#bottomBar a, #bottomBar a:visited {
	color:#003366;
	text-decoration:none;
}
.bold {
	font-weight:bold;
}
.add {
	padding:0 5px 0 0;
}
.smallText {
	text-transform:none;
	padding-left:20px;
}
.madeIn {
	color:#666666;
	padding-left:150px;
	text-transform:uppercase;
	background:url('../images/usa.gif') no-repeat 120px top;
}
.lightGrey {
	color:#777777;
	margin-top:10px;
	clear:both;
	font-size:10px;
	text-transform:uppercase;
}
#footer {
	clear:both;
	width:950px;
	padding:0 30px 20px 10px;
	margin:0 auto 20px auto;
	color:#999999;
}
#footer ul {
	list-style-type:none;
}
#footer li {
	float:left;
	height:20px;
	line-height:20px;
	font-size:9px;
	text-transform:none;
	list-style-type:none;
}
#footer li a, #footer li a:visited {
	float:left;
	text-transform:uppercase;
	margin:0 0px;
	color:#999999;
	list-style-type:none;
	font-weight:normal;
}
#footer li a:hover {
	float:left;
	color:#003366;
	list-style-type:none;
	font-weight:normal;
}
#footer li.sep {
	height:20px;
	width:1px;
	float:left;
	font-size:0;
	margin:0 10px;
	background:#ffffff url('../images/sep.gif') no-repeat center center;
}
#footer p {
	font-size:9px;
	clear:both;
	padding-top:5px;
}
.lightBox {
	width:660px;
	padding:10px 20px;
	margin-top:20px;
	margin-bottom:20px;
	background:#f3f3f3;
}
.lightBox ul {
	list-style-type:none;
}
.lightBox li {
	float:left;
	margin-right:25px;
	list-style-type:none;
}
.lightBox li img {
	width:90px;
	height:120px;
}
.lightBox li a, .lightBox li a:visited {
	display:block;
	width:90px;
	height:120px;
	float:left;
	color:#ffffff;
	border:2px solid #f3f3f3;
	text-decoration:none;
}
.lightBox li a:hover {
	border:2px solid #cccccc;
	color:#ffffff;
	text-decoration:none;
}
.lightBoxProd {
	width:670px;
	min-height:170px;
	padding:15px;
	margin-top:20px;
	margin-bottom:20px;
	background:#f3f3f3;
}
.lightBoxProd ul {
	list-style-type:none;
}
.lightBoxProd li {
	float:left;
	margin-right:25px;
	list-style-type:none;
}
.lightBoxProd li img {
	width:80px;
	height:80px;
}
.lightBoxProd li a, .lightBoxProd li a:visited {
	display:block;
	clear:both;
	width:80px;
	height:80px;
	float:left;
	color:#ffffff;
	border:2px solid #f3f3f3;
	text-decoration:none;
	background:#ffffff;
}
.lightBoxProd li a:hover {
	border:2px solid #cccccc;
	color:#ffffff;
	text-decoration:none;
}
.info {
	text-align:center;
	color:#666666;
	font-size:11px;
	clear:both;
}
.lightBoxConf {
	width:670px;
	padding:15px;
	margin-top:20px;
	margin-bottom:20px;
	background:#f3f3f3;
}
.lightBoxConf ul {
	list-style-type:none;
}
.lightBoxConf li {
	float:left;/* Changed:12/3/2010 | Usman Masud Amin | CTO 24/7 */
	margin-right:15px;
	margin-bottom:15px;/* Changed:12/3/2010 | Usman Masud Amin | CTO 24/7 */
	list-style-type:none;
}
.lightBoxConf li img {
	display:block;
	clear:both;
}
a.nextLink, a.nextLink:visited {
	padding-left:20px;
	clear:both;
	display:block;
	color:#006699;
	font-size:10px;
	margin-left:10px;
	text-transform:uppercase;
	background:url('../images/small-arrow.gif') no-repeat left center;
}
.productDetailWraper {
	clear:both;
	margin-top:0px;
}
.leftProduct, .rightProduct {
	float:left;
	width:320px;
	margin-right:5px;
	padding:10px 10px;
}
/*.leftProduct h3,.leftProduct h3 a{letter-spacing:.05em;}*/
.rightProduct {
	background-image:url('../images/border_vert_dotted.gif');
	background-repeat:no-repeat;
	background-position:left center;
}
.productPreview {
	float:left;
	text-align:center;
	width:120px;
	padding-top:0px;
	height:110px;
	margin-right:15px;
}
.productPreviewSub {
	float:left;
	text-align:center;
	width:120px;
	padding:0px 0;
	height:110px;
	margin-right:15px;
}
.productDetail {
	float:left;
	width:180px;
	min-height:125px;
	position:relative;
	overflow:visible;
}
p.detail {
	color:#777777;
	font-size:11px;
	margin-top:5px;
	line-height:1.4em;
}
ul.detail {
	padding:5px 0 25px 0;
	margin:0;
	list-style-type:square;
	font-size:11px;
	color:#888888;
}
ul.detail li {
	padding:1px 0;
	margin-left:13px;
}
p.brief {
	color:#777777;
	font-size:11px;
	margin:0;
}
.greyBtnLink {
	clear:both;
	padding:0px;
	position:absolute;
	left:0;
	bottom:0;
}
.greyBtnLink a, .greyBtnLink a:visited {
	display:block;
	color:#003366;
	height:16px;
	line-height:16px;
	width:110px;
	font-size:8px;
	padding:0 5px;
	text-transform:uppercase;
	background:#e6e9eb url('../images/arrow.gif') no-repeat 110px center;
}
.more {
	clear:both;
	padding:0px;
	position:absolute;
	left:0;
	bottom:0;
}
.more a, .more a:visited {
	display:block;
	color:#607488;
	height:16px;
	line-height:16px;
	width:135px;
	font-size:8px;
	padding:3px 0 0px 12px;
	text-transform:uppercase;
	background:url('../images/small-arrow2.gif') no-repeat left center;
}
.more a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#003366;
	background:url('../images/small-arrow.gif') no-repeat left center;
}
.furtherLink {
}
.furtherLink a, .furtherLink a:visited {
	display:block;
	color:#607488;
	height:16px;
	line-height:16px;
	font-size:9px;
	padding:3px 0 0px 15px;
	text-transform:uppercase;
	background:url('../images/small-arrow2.gif') no-repeat left 6px;
}
.furtherLink a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#003366;
	background:url('../images/small-arrow.gif') no-repeat left 6px;
}
.quickPod {
	clear:both;
	margin-top:20px;
}
.quickPodLeft, .quickPodRight {
	float:left;
	width:312px;
	min-height:130px;
	height:auto;
	padding:15px;
	background:#f3f3f3;
	line-height:1.4em;
	margin-bottom:15px;
}
.quickPodLeft {
}
.quickPodRight {
	border-left:14px solid #f9f9f9;
}
.quickProduct {
	clear:both;
	margin-top:20px;
}
.quickLeft {
	float:left;
	width:310px;
	min-height:115px;
	padding:15px;
	background:#f3f3f3;
	line-height:1.4em;
}
.quickRight {
	float:left;
	width:315px;
	min-height:115px;
	padding:15px;
	background:#f3f3f3;
	line-height:1.4em;
	border-left:14px solid #f9f9f9;
}
.greyLink {
	clear:both;
	padding:0px;
}
.greyLink a, .greyLink a:visited {
	display:block;
	color:#607488;
	height:16px;
	line-height:16px;
	width:110px;
	font-size:8px;
	padding:8px 0 0px 12px;
	text-transform:uppercase;
	background:url('../images/small-arrow2.gif') no-repeat left 10px;
}
.greyLink a:hover {
	color:#003366;
	text-decoration:none;
	background:url('../images/small-arrow.gif') no-repeat left 10px;
}
.imgControl {
	float:left;
	margin:0 10px 10px 10px;
}
.leftImgBox {
	float:left;
	width:60px;
	padding-right:10px;
	height:70px;
}
.rightBox {
	float:left;
	width:230px;
	color:#666666;
	font-size:11px;
	line-height:1.4em;
}
.rightNavBox {
	border-bottom:1px solid #ffffff;
	padding:5px 10px 5px 15px;
	clear:both;
}
.rightNavBoxTxt {
	float:left;
	width:125px;
	color:#666666;
	font-size:11px;
	line-height:1.3em;
	margin-bottom:3px;
}
.marginTop {
	margin-top:20px;
}
.largePreview {
	width:420px;
	height:420px;
	float:left;
	background:#ffffff;
	text-align:center;
}
.largePreview img {
	max-width:420px;
	max-height:420px;
}
.smallHeading {
	color:#333333;
	font-size:11px;
	margin-bottom:5px;
	font-weight:bold;
}
.normal-text {
	font-weight:normal;
}
.productInfo {
	width:260px;
	float:right;
	margin-top:2px;
}
.productFeatures {
	clear:both;
	margin-bottom:20px;
	padding-top:0px;
}
.productInfo ul {
	list-style-type:none;
}
.productInfo li {
	list-style-type:none;
	padding:0 0 0 10px;
	line-height:16px;
	font-size:11px;
	color:#666666;
	background:url('../images/square.gif') no-repeat 0px 6px;
}
.sizeList {
	clear:both;
	margin-bottom:20px;
	padding-top:10px;
}
.sizeList ul {
	list-style-type:none;
}
.sizeList li {
	float:left;
	padding:0;
	margin:0;
	width:24px;
	height:18px;
	display:block;
	margin-right:7px;
	background-image:none;
	list-style-type:none;
}
.sizeList li a, .sizeList li a:visited {
	float:left;
	width:24px;
	height:18px;
	display:block;
	text-align:center;
	color:#000000;
	text-decoration:none;
	background-color:#e6e9eb;
	border:1px solid #e6e9eb;
}
.sizeList li a:hover {
	color:#000000;
	text-decoration:none;
	background-color:#e6e9eb;
	border:1px solid #003366;
}
.prodWraper {
	clear:both;
	margin-top:10px;
}
.leftProd {
	float:left;
	width:325px;
	margin-right:5px;
	padding:10px 10px;
	background:#f3f3f3;
}
/* Usman Masud Amin | Feb, 02 2010 | Press Page */ 
	.pressPod {
	float:left;
	width:320px;
	margin-right:10px;
	margin-bottom:10px;/* Change added for Margin at the Bottom */
	padding:10px 10px;
	background:#f3f3f3;
}
/* Usman Masud Amin | Feb, 02 2010 | Press Page */ 
.prodPreview {
	float:left;
	text-align:center;
	width:71px;
	padding:0px 0;
	height:90px;
	margin-right:12px;
}
.prodDetail {
	float:left;
	width:200px;
	height:90px;
	position:relative;
}
.greyItalicText {
	color:#888888;
	font-size:10px;
	font-style:italic;
	position:absolute;
	bottom:0px;
}
/* script classes begins */
/* Show Hide Classes Starts here */
.showHide {
	float:left;
}
.showHide ul {
	height:25px;
	padding:5px 0 3px 0;
	margin-left:0;
	margin-top:1px;
	margin-bottom:0;
	font:bold 14px Verdana;
	list-style-type:none;
	text-align:left;/*set to left, center, or right to align the menu as desired*/
}
.showHide li {
	float:left;
	display:block;
	margin-right:25px;
	list-style-type:none;
}
.showHide li a, .showHide li a:visited {
	display:block;
	clear:both;
	width:80px;
	height:80px;
	float:left;
	color:#ffffff;
	border:2px solid #f3f3f3;
	text-decoration:none;
	background:#ffffff;
}
.showHide li a:hover {
	border:2px solid #cccccc;
	color:#ffffff;
	text-decoration:none;
}
.showHide li a.current {
	border:2px solid #cccccc;
	color:#ffffff;
	text-decoration:none;
}
.tabcontent {
	display:none;
}
/* Show Hide Classes Ends here */
/* script classes ends */


/* updated css on 8 dec begins */

.subText {
	font-size:8pt;
	color:#666666;
	float:right;/*margin-left:150px;*/
	width:500px;
}
.greyText {
	font-size:8pt;
	color:#666666;
}
.current {
	color:#003366 !important;
	text-decoration:none;
}
.imgLeft {
	float:left;
	margin:0 10px 10px 10px;
}
.table1 {
}
.table1 td {
	color:#333333;
	vertical-align:middle;
	text-align:center;
	background:#f3f3f3;
}
.table1 thead th {
	background-color:#E6E9EB;
	color:#333333;
	text-align:center;
	height:20pt;
	font-weight:normal;
}
.table1 tbody th {
	color:#333333;
	text-align:left;
	padding:4px 20px;
	background:#f3f3f3;
	font-weight:normal;
}
.table1 tbody tr {
	height:20px;
}
.bluestar {
	background-color:#E6E9EB!important;
}
.bottom-left-corner-bigblue {
	background-image:url('../images/r-edge_bigblue_bl.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}
.top-left-corner-blue {
	background-image:url('../images/r-edge_blue_tl.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}
.top-left-corner-dgrey {
	background-image:url('../images/r-edge_dgrey_tl.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}
.top-right-corner-dgrey {
	background-image:url('../images/r-edge_dgrey_tr.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}
.bottom-left-corner-dgrey {
	background-image:url('../images/r-edge_dgrey_bl.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}
.bottom-right-corner-dgrey {
	background-image:url('../images/r-edge_dgrey_br.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
}
p.gray {
	background-color:#DFE8EA;
	padding:10px 0 10px 10px;
	margin:0px 0 0px 0px;
}
table.blue {
	background-color:#DFE8EA;
	padding:10px 0 10px 10px;
	margin:5px 0 15px 0px;
}
/* March 18, 2010 |  Usman Masud Amin |  CTO 24/7 */ 
table.white {
	padding:10px 0 10px 10px;
}
/* March 18, 2010 |  Usman Masud Amin |  CTO 24/7 */
.sub-text {
	font-size:8pt;
	color:#666666;
}
.top-right-corner-lgrey {
	background-image:url('../images/r-edge_lgrey_tr.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}
.top-left-corner-lgrey {
	background-image:url('../images/r-edge_lgrey_tl.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}
.bottom-right-corner-lgrey {
	background-image:url('../images/r-edge_lgrey_br.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
}
.bottom-left-corner-lgrey {
	background-image:url('../images/r-edge_lgrey_bl.jpg');
	background-repeat:no-repeat;
	background-position:left bottom;
}
.red {
	color:#CC0000;
	font-size:+1;
}
.blue {
	color:#003366;
	font-size:+1;
}
.features-thumbs {
	text-align:right;
	background-image:url('../images/bg_vert_divider_solid.gif');
	background-position:135px;
	background-repeat:repeat-y;
	width:150px;
	font-size:8pt;
}
.features-thumbs p {
	padding-right:20pt;
}
.features-thumbs h3 {
	padding-right:20pt;
	padding-top:0pt;
}
.features-thumbs img {
	padding:0 20pt 5pt 0;
}
form table td {
	padding:3px;
}
/* updated css on 8 dec ends */

.dspNn {
	display:none;
}
/**/
.sidebar {
	text-align:left;
	padding-top:15px;
}
.pod-news {
	width:240px;
	background-image:url('images/bg_pod_mid.gif');
	background-position:center;
	background-repeat:repeat-y;
}
.pod-news ul {
	font-size:11px;
	margin:0 0 0 16px;
	padding:0 12px 8px 14px;
	list-style-type:square;
	text-align:left;
}
.pod-news li {
	padding:8px 0 0 0px;
}
ul.presRelease {
	clear:both;
}
ul.presRelease {
	list-style-type:none;
	padding-top:10px;
	padding-bottom:10px;
}
ul.presRelease li {
	list-style-type:none;
	font-weight:normal;
	margin-bottom:10px;
	color:#333333;
	padding-left:15px;
	background:url('../images/arrow.gif') no-repeat 0px 3px;
}
.presRelsRgt h3 {
	float:left;
	margin-left:10pt;
	padding-right:20pt;
	padding-top:0pt;
}
.feature {
	margin-left:100px;
	margin-bottom:25px;
}
.feature p {
	margin-top:0;
}
.feature-thumbs p {
	float:left;
	padding-right:20pt;
}
.feature-thumbs img {
	float:left;
	padding:0 10pt 5pt 0;
}
.list2 {
	list-style-type:square;
	margin:0 0 0 0;
	padding:0 0 0 20px;
}
.sitemapL, .sitemapC, .sitemapR {
	width:216px;
	float:left;
	margin:5px;
}
.sitemap {
	width:100%;
	border:1px solid #fff;
	margin-top:10px;
}
.sitemap h2 {
	margin:0;
}
.sitemap ul li {
	line-height:10px;
}
p.faqs {
	margin-top:0px;
	margin-bottom:15px;
}
p.spacer {
	height:5px;
	margin-bottom:0px;
}
p.introPara {
	font-size:1.0em;
	line-height:1.5em;
}
p.divider {/*	margin-top:20px;margin-bottom:20px;*/
	width:100%;
	height:0;
	line-height:0;
	border-bottom:1px dotted #cccccc;
	clear:both;
}
p.testimonialSender {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#003366;
	margin:0;
	font-size:1.1em;
}
div.testimonialSender {
	color:#5277A2;
	font-size:10px;
	font-weight:normal;
	padding-top:2px;
}
.quote {/*width:150px;margin:0 15px 15px 15px;padding:25px 20px 15px 30px;float:right;background-color:#f3f3f3;background-image:url('../images/quotes.png');background-repeat:no-repeat;background-position:12px 22px;*/
}
.quote p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003366;
	font-size:1.5em;
	line-height:1.4em;
	margin-top:0px;
	padding-top:0px;
	font-style:italic;
}
p.quoted {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:0.9em;
	line-height:1.2em;
	font-style:normal;
	margin-top:0px;
	padding-top:0px;
}
.list1 ul {
	list-style-type:none;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:10px;
}
.list1 li {
	list-style-type:none;
	margin-bottom:10px;
	color:#333333;
	padding-left:15px;
	background:url('../images/arrow.gif') no-repeat 2px 3px;
}
ul.list1-sub {
	list-style-type:none;
	padding:10px 20px 0 12px;
	margin:0 0 0 0;
}
.list1-sub li {
	list-style-type:square;
	background:none;
	padding:0 0 0 0;
	margin:0 0 5px 0;
}
/*  Usman Masud Amin | Additions to CSS */
/* Gallery Page */
.glryLftPnl, .glryRghtPnl {
	float:left;
	margin:0;
	padding:0;
}
.glryLftPnl {
	width:100%;
}
.glryRghtPnl {
	width:20%;
	margin-left:10px;
	display:none;
}
.glryBox, .pdfBox, .ckTstBox {
	float:left;
	width:100%;
	background:#F3F3F3;
	padding:10px;
	margin:0 5px 20px 0;
}
.glryBox a, .glryBox a:hover, .glryBox img, .glryBox span, .pdfBox a, .pdfBox a:hover, .pdfBox b, .pdfBox span {
	float:left;
	border:none;
	text-align:left;
	font-size:12px;/*font-weight:bold;text-transform:uppercase;*/
	text-decoration:none;
}
.glryBox a, .glryBox a:hover {
	width:100%;
}
.glryBox a:hover span {
	text-decoration:underline;
}
.glryLftPnl .glryBox {
	width:46%;
}
.glryRghtPnl .glryBox {
	width:82%;
}
.glryBox span {
	width:46%;
	margin-left:15px;
}
.glryRghtPnl .glryBox span {
	width:90%;
	margin:10px 0 0;
	text-align:center;
}
.glryBox a, .glryBox a:hover {
	font-weight:normal;
}
.glryBox a:hover {
	text-decoration:none;
}
.pdfIco {
	float:left;
	margin-right:10px;
	height:80px;
	width:50px;
	background:url('../images/pdf_icon.png') 0 0 no-repeat;
}
.pdfBox h2 {
	float:left;
}
.pdfBox p.detail {
	float:left;
	margin-top:10px;
	width:100%;
}
.pdfBox b, .pdfBox span {
	margin:3px 0;
}
.pdfBox span {
	width:480px;
}
.pdfBox b {
	float:left;
	width:80px;
	margin-right:10px;
}
.yourPic, .ourPic, .demoVid, .chfMrcs, .glpHd {
	float:left;
	width:99%;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}
.glpHd, .glpHd h3, .glpHd span {
	float:left;
	width:100%;
	text-align:left;
}
/* Marcus Recipes */
.recipeBox {
	float:left;
	width:99%;
	border-bottom:1px dotted #ccc;
	padding-bottom:20px;
	margin-bottom:30px;
}
.recipeBox ul, .recipeBox ol {
	margin:0 30px;
}
.recipeBox p, .recipeBox h4 {
	margin-top:10px;
}
.instMnl {
	float:left;
	width:99%;
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
	margin-bottom:20px;
}
.pdfIcon {
	float:left;
	height:50px;
}
.pdfIcon a {
	float:left;
	margin:0 20px 0 10px;
}
.mDesc {
	float:left;
	width:570px;
	padding-left:20px;
	border-left:1px dotted #ccc;
}
.mDesc h3, .mDesc span {
	clear:both;
	float:left;
	width:100%;
	margin-bottom:5px;
}
.mDesc strong {
	float:left;
	margin-right:5px;
}
/* 13 May 2010 - Usman Masud Amin | CTO 24/7 */
.quote {
	width:622px;
	margin:15px 0;
	padding:25px 20px 15px 45px;
	float:left;
	background-color:#f5f5f5;
	background-image:url('../images/quotes.png');
	background-repeat:no-repeat;
	background-position:20px 22px;
}
.bsPAdv, .bsCntUs, .bsCntUsA {
	clear:both;
	float:left;
	padding:20px;
	margin:0 0 10px 0;
	background:#f4f4f4;
	width:91.5%;
}
.greyContainer {
	clear:both;
	float:left;
	padding:20px;
	margin:0px 0 25px 0;
	background:#f4f4f4;
	width:646px;
}
.transparentContainer {
	clear:both;
	float:left;
	padding:20px;
	margin:-10px 0 25px 0;
	width:646px;
}
.bsCntUs p.address {
	width:200px;
}
.bsCntUs p.address b {
	font-size:1.5em;
	line-height:30px;
	font-weight:normal;
	color:#003366;
}
.cntMap {
	float:right;
	height:auto;
	width:400px;
	margin-top:0px;
	border:1px solid #ddd;
	padding:1px;
}
.cntMap iframe {
	float:right;
}
.events {
	width:100%;
}
.eventName {
	float:left;
	width: 350px;
	font-size: 0.8em;
	padding: 0 0 4px 5px;
	border-bottom: 2px solid #E6E9EB;
	margin: 10px 5px 10px 0;
}
.eventGuest {
	float: left;
	width: 150px;
	font-size: 0.8em;
	padding-bottom: 4px;
	border-bottom: 2px solid #E6E9EB;
	margin: 10px 5px 10px 0;
}
.eventDate {
	float: left;
	width: 150px;
	font-size: 0.8em;
	padding-bottom: 4px;
	border-bottom: 2px solid #E6E9EB;
	margin: 10px 0;
}
.eventDetail02 {
	clear: both;
	width:663px;
	padding:1px;
	margin:2px 0px 0 0;
	background:#E6E9EB;
	min-height: 70px;
}
.eventDetail01 {
	clear: both;
	width:663px;
	padding:1px;
	margin:2px 0px 0 0;
	background:#f3f3f3;
	min-height: 70px;
}
.eventTitle {
	float:left;
	width: 345px;
	padding: 5px;
	line-height: 1.4em;
	font-size: 0.9em;
}
.eventTitle h4 {
	color: #036;
	text-transform:uppercase;
	font-weight: normal;
	font-size: 1em;
}
.eventTiming {
	float:left;
	width: 142px;
	padding: 5px;
	color: #036;
	font-style:italic;
	font-size: 0.9em;
	line-height: 1.4em;
	position: relative;
}
.eventTiming .time {
	color: #333;
	font-style: normal;
	font-size: 0.9em;
}
.eventChef {
	float:left;
	width: 145px;
	padding: 5px;
	color: #036;
	font-style:italic;
	font-size: 0.9em;
	line-height: 1.4em;
}
.eventRSVP {
	font-style:normal;
	color: #333;
	padding:0px;
	font-size: 0.9em;
	position:absolute;
	left:5px;
	top: 45px;
}
.eventRSVP a, .eventRSVP a:visited {
	display:block;
	color:#003366;
	height:16px;
	line-height:16px;
	width:142px;
	font-size:8px;
	padding:3px 0 0px 12px;
	text-transform:uppercase;
	background:url('../images/small-arrow2.gif') no-repeat left center;
}
.eventRSVP a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#003366;
	background:url('../images/small-arrow.gif') no-repeat left center;
}
/*.eventRSVP {
	float:left;
	padding: 5px;
	color: #036;
	text-transform:uppercase;
	font-weight: bold;
}*/



/* FIXES */
.clrFlt {
	clear:both;
	float:left;
}
.wdt10 {
	float:left;
	width:5%!important;
}
.wdt30 {
	float:left;
	width:30%!important;
}
.wdt50 {
	float:left;
	width:50%!important;
}
.wdt60 {
	float:left;
	width:60%!important;
}
.wdt70 {
	float:left;
	width:70%!important;
}
.wdt90 {
	float:left;
	width:90%!important;
}
.wdt100 {
	float:left;
	width:100%!important;
}
.brdr {
	border:1px solid #f00;
}
.clFl {
	clear:both;
	float:left;
}
p.publicationName {
	font-weight:bold;
	padding:0;
	margin:0;
}
p.publicationDate {
	font-style:italic;
	padding:0;
	margin:0;
	font-size:11px;
	color:#888888;
}
.bnrHgtFix {
	height:2px!important;
}
.smplTmplt {
	float:left;
}
.smplTmplt a, .smplTmplt a:hover {
	background:#f3f3f3;
}
.smplTmplt .prdDisp {
	float:left;
	margin-left:13px;
	padding-bottom:10px;
	margin-bottom:15px;
	text-align:center;
	height:150px;
	width:150px;
}
.smplTmplt a img, .smplTmplt h3 {
	height:auto;
	width:auto;
	margin:0 auto;
}
.smplTmplt a img {
	border:1px solid #f3f3f3;
}
.smplTmplt a img:hover {
	border:1px solid #ddd;
}
.smplTmplt .prdDisp h3 {
	width:99%;
	line-height:30px;
}
.smplTmplt .info, .smplTmplt a {
	float:left;
	width:99%;
	text-align:center;
}
/*#loginLinks {float:right;margin-top:9px;}
#loginLinks ul{list-style-type:none;}
#loginLinks li{height:34px;commment this line
	float:left;height:25px;font-size:10px;list-style-type:none;}
#loginLinks li.sep{width:1px;float:left;font-size:0;padding:0;background:#ffffff url('../images/sep.gif') no-repeat left center;}
#loginLinks li a, #loginLinks li a:visited{float:left;line-height:25px;padding:0 12px;list-style-type:none;color:#666666;text-decoration:none;background:#f9f9f9;}
#loginLinks li a:hover{color:#003366;text-decoration:none;}
#loginLinks li.current a, #loginLinks li.current a:visited, #loginLinks li.current a:hover{float:left;line-height:25px;padding:0 12px;list-style-type:none;color:#003366;text-decoration:none;background:#f9f9f9;}

*/
