/* Font Faces - BEGIN */
@font-face {
    font-family: 'PTSerifRegular';
    src: url('fonts/PTF55F-webfont.eot');
    src: url('fonts/PTF55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTF55F-webfont.woff') format('woff'),
         url('fonts/PTF55F-webfont.ttf') format('truetype'),
         url('fonts/PTF55F-webfont.svg#PTSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Font Faces - END */

html, body {
	height: 100%;
}
body {
	min-width: 982px;
	background: url('tpl_images/main_bg.jpg') left top repeat;
	margin: 0px;
}
body, p, td, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
	color: #444343;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #243061;
	font-weight: normal;
	line-height: 130%;
	font-family: "PTSerifRegular", Arial, Helvetica;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a {
	color: #243061;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-width: 0px;
}
p {
	padding: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}
ul {
	padding-left: 30px;
	margin: 13px 0;
	list-style-type: none;
}
ul li {
	background: url('tpl_images/list.png') 0 5px no-repeat;
	padding: 0 0 5px 22px;
}
hr {
	height: 4px;
	background-color: transparent;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	color: transparent;
}
*+html hr {
	height: 16px;
	zoom: 25%;
	border-top: 4px solid #d3d3d3;
	border-bottom: 4px solid #d3d3d3;
}

/****** SPECIAL FOOTER LINKS STYLES ******/

#footer_links, #footer_links a {
	color: #fffefe;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
}
#footer_links {
	float: right;
}
#footer_links a {
	padding: 0;
}
/****** HORIZONTAL MENU STYLES ******/

#menu li {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
/****** COMMON MENU STYLES ******/

#menu {
	width: 100%;
	float: left;
}
#menu ul {
	width: auto;
	float: right;
}
#menu li.first_main_menu_item, #menu li.middle_main_menu_item, #menu li.last_main_menu_item {
	background: none;
	padding: 0;
	border: none;
	margin: 0 0 0 -1px;
}
#menu li a {
	height: 30px;
	position: relative;
	background: none;
	padding: 0 8px;
	border-top: 1px solid transparent;
	border-right: 1px solid #dbdbdb;
	border-bottom: none;
	border-left: 1px solid transparent;
	margin: 0;
	color: #0e0e0d;
	font: normal 15px/30px "PTSerifRegular", Arial, Helvetica;
	text-transform: capitalize;
	text-decoration: none;
}
* html #menu li a {
	float: left;
}
#menu li:hover, #menu li:hover a, #menu li a:hover, #menu li.selected_main_menu_item a {
	text-decoration: none;
}
#menu li:hover a, #menu li a:hover {
	height: 41px;
	color: #0b2269;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}
#menu li.submenu a {
	z-index: 10001;
}
#menu li.submenu:hover a, #menu li.submenu a:hover {
	border-bottom: none;
}
#menu li.selected_main_menu_item a {
	color: #0b2269;
}
#menu li ul {
	width: 192px;
	left: 0;
	background: #fff;
	padding: 0;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: none;
	border-left: 1px solid #dbdbdb;
	margin-top: -1px;
}
* html #menu li ul {
	top: 40px;
}
#menu li ul li {
	width: 192px;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom: 1px solid #dbdbdb;
	border-left: none;
	list-style-image: none;
	text-align: left;
}
#menu li ul li a, #menu li:hover ul li a {
	width: auto;
	height: auto;
	min-height: 1px;
	background: url('tpl_images/sub_menu_item.png') 167px 18px no-repeat;
	text-align: left;
	padding: 12px 30px 13px 13px;
	border: none;
	color: #0e0e0d;
	font: normal 15px/16px "PTSerifRegular", Arial, Helvetica;
	text-decoration: none;
	text-transform: capitalize;
	text-shadow: none;
}
#menu li ul li a:hover, #menu li:hover ul li a:hover {
	background: #eae9e7 url('tpl_images/sub_menu_item_active.png') 167px 18px no-repeat;
	color: #0b2269;
	text-decoration: none;
}

/****** MAIN LAYOUT STYLES ******/
#wrapper_center {
	width: 982px;
	margin: 0 auto;
}
#header {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1000;
	padding-top: 11px;
}
#header_bg {
	width: 100%;
	height: 143px;
	float: left;
	background: url('tpl_images/mainbody.jpg') left top repeat;
}
#logo {
	width: 172px;
	float: left;
	padding: 19px 0 0 39px;
}
#logo a, #logo img {
	float: left;
}
#header_right {
	width: 751px;
	float: right;
	padding: 58px 20px 0 0;
}
#email_us {
	width: 71px;
	float: right;
	padding-top: 1px;
}
#email_us img {
	float: left;
}
#top_menu {
	width: 668px;
	float: right;
	padding-right: 12px;
}
#banner {
	width: 100%;
	float: left;
	background: url('tpl_images/banner.jpg') left top repeat;
	padding-bottom: 20px;
}
#mainbody {
	width: 100%;
	float: left;
	background: url('tpl_images/mainbody.jpg') left top repeat;
}
#left_col {
	width: 757px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	float: left;
}
#left_col_padding {
	width: 697px;
	float: left;
	padding: 27px 25px 20px 35px;
}
#left_col_full {
	width: 100%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	float: left;
}
#left_col_full #left_col_padding {
	width: 912px;
	padding: 20px 35px 20px;
}
#right_col {
	width: 206px;
	float: right;
	padding: 32px 19px 20px 0;
}
#footer {
	width: 100%;
	height: 126px;
	float: left;
	background: url('tpl_images/footer.jpg') left top repeat;
}
#footer_left {
	width: 242px;
	float: left;
	padding: 28px 20px 0 0;
	color: #fffefe;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	text-align: right;
}
#footer_left div {
	padding-bottom: 8px;
}
#footer_right {
	width: 710px;
	float: right;
	position: relative;
	padding: 28px 10px 0 0;
	color: #fffefe;
	font: normal 13px/16px Arial, Helvetica, sans-serif;
}
#footer_right a {
	text-decoration: underline;
	color: #fffefe;
	font: normal 13px/16px Arial, Helvetica, sans-serif;
}
#footer_right p {
	margin: 0 0 7px;
	color: #fffefe;
	font: normal 13px/16px Arial, Helvetica, sans-serif;
}
#linked_in {
	width: 24px;
	position: absolute;
	bottom: 10px;
	right: 174px;
}
#linked_in img {
	float: left;
}
#preload_menu_item, #preload_menu_item_active {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -10px;
	left: 0;
	background: url('tpl_images/sub_menu_item.png') left top no-repeat;
}
#preload_menu_item_active {
	background: url('tpl_images/sub_menu_item_active.png') left top no-repeat;
}

/* Enquiry Form */
#right_col form {
	margin: 0;
}
.enquiryTable {
	margin-top: 20px;
}
.enquiryTable td {
	padding-bottom: 8px;
}
.enquiryTable input[type="text"] {
	width: 184px;
	height: 33px;
	float: left;
	background: url('tpl_images/input.jpg') left top no-repeat;
	padding: 0 6px 0 14px;
	border: 1px solid #cfcfcf;
	margin: 0;
	color: #666565;
	font: normal 12px/33px Arial, Helvetica, sans-serif;
}
.enquiryTable textarea {
	width: 184px;
	height: 144px;
	float: left;
	overflow: auto;
	background: url('tpl_images/input.jpg') left top no-repeat;
	padding: 8px 6px 5px 14px;
	border: 1px solid #cfcfcf;
	margin: 0;
	color: #666565;
	font: normal 12px/14px Arial, Helvetica, sans-serif;
}
.enquiryTable input[type="submit"] {
	width: 206px;
	height: 40px;
	float: left;
	background: url('tpl_images/send_your_message.jpg') left top no-repeat;
	padding: 0;
	border-width: 0;
	margin: 0;
	cursor: pointer;
	text-indent: -999px;
	font-size: 0px;
	line-height: 0px;
	outline: none;
}

img.cart_product_image_thumb{
	background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    padding: 5px;	
}

table.cart_products_list_table td.cart_products_list_single_column_right{
	padding-left:15px;	
}

.cart_list_product_details_link{
	 background: url("tpl_images/details.jpg") repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 27px;
    margin: 0;
    overflow: hidden;
    text-indent: -156px;
    width: 71px;
	margin-top: 10px;
}
.cart_list_product_details_link_text{
	color:#ffffff;	
}

.cart_list_product_name{
	font-size: 14px;
    font-weight: bold;
}

.cart_products_list_table tr td{
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;	
	padding-top: 10px;
}

.cart_products_list_single_column_left{
	width:160px;	
}

table.cart_products_list_table{
	border-spacing:0;	
	width:100%;
}

.cart_list_product_short_description{
	padding-top:6px;
	font-size:14px;
}

.cart_product_image_large{
	background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    padding: 5px;	
}

.cart_long_description > p{
	font-size: 15px;
}

img.cart_product_image_large{
	float: right;
    margin: -56px 15px 10px;
}

.cart_product_details_table tr td{	
	font-size:17px;
}

.cart_list_product_thumb_div {
    float: left;
    padding-right: 13px;
}

table.cart_products_list_table td.cart_products_list_multi_column{
	text-align:left;	
}
