/* Screen Stylesheet */

/* Text */
h1 { font-size: 50px; font-family:georgia, serif; }
h2 { font-size: 1.162em; }
h3 { font-size: 1em; font-weight:bold; }
h1,h2,h3,h4,h5,h6 { margin-bottom: 10px; }
h1 *,h2 *,h3 * { font-size: inherit; }
strong,b { font-weight: bold; font-style: inherit; }
em,i { font-weight: inherit; font-style: italic; }
p,ul,ol,table,dl { margin-bottom: 10px; line-height: 150%; }
a {text-decoration:none; color:#7A2558;}
a:hover {text-decoration:underline;}

/* Page Body */
.body h4 {
	font-weight:normal;
	font-size:20px;
	font-family:georgia, serif;
	background-color: #9F3173;
    padding: 5px 10px;
	color:#fff;
}
.body p {line-height:200%; margin-bottom:30px;}

/* Send To Friend */
#sendtofriend { padding: 20px; }
#sendtofriend legend {color:#7A2558!important;}

/* Forms */
label { font-weight: bold; }
.subfieldset label { font-weight: normal; }
.subfieldset legend { font-weight: bold; }
form .submit { margin-bottom: 0; }

/* Text Icons */
.back { background: url(../img/icons/icon-arrow_left.png) 0 50% no-repeat; padding-left: 12px; }
.bullet1 { background: url(../img/icons/icon-bullet_1.png) 0 50% no-repeat; padding-left: 14px; }
.bullet2 { background: url(../img/icons/icon-bullet_2.png) 0 50% no-repeat; padding-left: 12px; }
.bullet3 { background: url(../img/icons/icon-bullet_3.png) 0 50% no-repeat; padding-left: 12px; }

/* Canvas */
body { font-family:helvetica, arial, sans serif; font-size:12px; text-align: center; }
.wrapper { /*width: 900px;*/ margin: 0 auto; text-align: left;
    max-width: 900px;
    min-width: 900px;
/*    overflow: hidden;
   width: 100%; */}
.wrapper1 {
    margin: 0 auto;
    text-align: left;
	  max-width: 900px;
    min-width: 900px;
    overflow: hidden;
    width: 100%;
    /*width: 900px;*/
}
/* Header */
#header {background:url(../img/skin/header_bg.png) 50% 0% repeat-x; min-width:900px;}
#header .wrapper { position: relative; height: 484px; }
#header .wrapper1{ position: relative; height:150px; }
#header .jump { display: none; }
#header .logo { position: absolute; top: 48px; left: 0px; width: 252px; height: 78px; overflow: hidden; float:left;}
#header .strapline { position: absolute; top: 70px; left: 340px; width: 299px; height: 25px; overflow: hidden; text-indent: -9999px; background: url(../img/skin/strapline.png) no-repeat; }

#header #contact-details { margin: 0px; position: absolute; right: 0px; top: 46px;font-size:15px;font-weight:bold; }
#header #contact-details li { color:#FFFFFF; line-height:120%; }
#header #contact-details li a {font-size:13px;color:#FFFFFF; font-weight:normal;}
#header #contact-details .phone {font-size:18px; padding-left:15px; height:19px;  background: url(../img/skin/phone_ico.png) 0% 50% no-repeat;}

#header .searchsite { background: url(../img/skin/search_bg.png) no-repeat;position:absolute; right:0px; top:94px; width:170px;height:26px;}
#header .searchsite legend, #header .searchsite label { display: none; }
#header .searchsite ul { position:relative;margin: 0;width:170px; }
#header .searchsite li { position: absolute; margin: 0; }
#header .searchsite .input { right: 20px;padding-top:4px;}
input.field { border:none;}
#header .searchsite .input .text { font-size:11px; color:#666666; text-transform:lowercase; width:126px;height: 20px; line-height: 20px; padding: 4px 5px 2px 5px; border: 0px none;background:transparent;}
#header .searchsite .submit { right: 8px; top:3px;}

#header .header_visual {height:340px; width:900px;overflow:hidden;bottom:0px;position:absolute;}
#header .header_visual1 {height:10px; width:900px;overflow:hidden;bottom:0px;position:absolute;}


/* Pri Nav */
#nav {height: 56px; width:100%; background: url(../img/skin/prinav_bg.png) 0% 0% repeat-x; }
.navwrapper {/*width:900px;height:56px;*/  overflow:hidden; float:left; background: url(../img/skin/prinav_bg.png) 0% 0% repeat-x; width:900px;}
#prinav {width:100%;}
#prinav { margin: 0; }
#prinav li { float: left;width:150px;/*height:56px;*/line-height:56px; text-align:center;}
#prinav a { color:#FFFFFF; text-decoration:none; font-size:14px; font-weight:normal; display:block;}
#prinav li:hover, #prinav .selected, #prinav .current_page_item {background:#7A2558;}
/*----------------------*/
#prinav  ul {
	display: none;
	float: left;
    margin:0px  0 0;
    position: absolute;
    text-transform: none;
    width: 150px;
    z-index: 99999;
}
#prinav ul ul {
	left: 100%;
	top: 0;
}

#prinav ul a {
    background:url("../img/skin/prinav_bg.png") repeat-x scroll 50% 0 transparent;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    width: 150px;
	border-bottom:1px solid #861b5c;
	border-top:1px solid #861b5c;
	}
#prinav li.current_page_item ul li a
{
    color: #000;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    margin: 0;
    padding: 10px;
    width: 168px;
	margin: 0 0 2px;
}

#prinav li.current_page_item ul li a:hover
{
color:#fff;
}


#prinav  li:hover > ul {
	display: block;
}

ul.sub-menu{
	width:150px !important;
}
ul.sub-menu li{
	height:auto !important;
	line-height:normal !important;
}
ul.sub-menu li a:hover{
	background-color:#7A2558 !important;
}




/* Body Area */
#body {background: url(../img/skin/body_bg.png) 0% 0% repeat-x;}
#body .wrapper {background: url(../img/skin/border.png) 50% 100% no-repeat #FFFFFF;  min-height:462px;/* width:855px;*/ padding:10px 20px 50px 25px;}
.visual { text-align: right; }
.page-home #content .visual { float: right; margin: -114px 0 0px 20px; }
#content .visual { float: right; margin: 0px 0 0 30px; }
.page-home #content .visual img {border:1px solid #DDDDDD; background:#E8E8E8; padding:9px; margin-bottom:30px;}
#content .visual img {border:0 none; background:#E8E8E8; padding:9px; margin-bottom:30px;}
.page-summary { color: #7A2558; font-size: 17px; line-height: 150%; margin-bottom: 30px; font-weight: normal; }
.body p { margin-bottom: 10px; text-align:justify; }
.body h4 { margin-top: 40px; }

/* Footer */
#footer { font-size:11px;width: 100%; text-align: left; padding-top: 5px; background:#282828; min-width:900px;}
#footer .bottom_wrap { width:100%; float:left; }

#footer .bottom_wrap {padding:30px 0px;}
#footer .bottom_wrap .footnav {width:200px; float:left;}
#footer .bottom_wrap .links { width:210px; float:left; margin:0px 50px; }
#footer .bottom_wrap .links ul { width:49%; float:left;}
#footer .bottom_wrap .copy_info { width:385px; float:left; }
#footer h3 {color:#FFFFFF; font-size:14px; font-family:arial, helvetica, sans-serif; border-bottom:1px solid #808080; padding-bottom:5px; font-weight:normal;}
#footer p {margin-bottom:0px; color:#999999;}
#footer a {color:#999999;}
#footer .bottom_wrap .copy_info .copyright {padding:15px 0px; color:#FFFFFF;}
#footer .bottom_wrap .copy_info .copyright a {color:#FFFFFF;}

/* Home Page */
.welcome-message { margin-bottom:10px; width:100%; float:left;}
.welcome-message .page-title {margin-bottom:20px; height:94px; overflow:hidden; text-indent:-9999px;display:block;background: url(../img/skin/welcome_title_bg.png) 0% 0% no-repeat; float:left; width:100%;}
.welcome-message .page-summary {font-weight:normal;line-height:150%;font-size:17px;margin-bottom:20px; color:#7A2558;}
.welcome-message .body {margin:0px auto;}
.welcome-message .body p {margin-bottom:20px; color:#000000; line-height:200%;}


#home_form {padding:40px;width:260px;float:right;background:#999999;}
#home_form .text {width:100%;border:0px none;height:27px;padding-top:13px;}
#home_form .small {width:100%;border:0px none;}
#home_form .submit li input {float:right;}

/* Listings */
.listing .end { border: none; margin-bottom: 0 !important; }
.listing .date { font-size: small; font-style: italic; margin-top: -10px; margin-bottom: 0; }
.listing .thumbnail { float: left; width: 100px; height: 100px; overflow: hidden; margin-right: 25px; }

/* Article Listing */
.listing .article { padding:10px; }

/* News Article Listing */
.listing .news-article {  }

/* Product Listing */
.products { width: 720px; }
.listing .product { width: 140px; height: 350px; overflow: hidden; float: left; margin-right: 16px; margin-bottom: 16px; background: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; }
.listing .product .thumbnail { float: none; width: auto; height: 150px; background: #FFF; margin-bottom: 10px; text-align: center; }
.listing .product .thumbnail a { height: 150px; line-height: 150px; }
.listing .product .thumbnail img { vertical-align: middle; max-height: 140px; max-width: 140px; }
.listing .product .title,.listing .product .title a { font-size: 18px; }
.listing .product .title,.listing .product .summary,.listing .product .price { padding-left: 0; }

/* Site Map */
.sitemap a { padding-left: 12px; background: url(../img/icons/icon-arrow_right.png) 0 50% no-repeat; }
.sitemap ul ul { margin-left: 30px; }
.sitemap ul ul li { margin: 5px 0 !important; }
.sitemap ul ul a { padding: 0px; display: inline; margin: 0; background: none; }

/* Messages */
ul.messages { clear: left; border: 1px dotted #5FAAD2; background: #C9E1F0; padding: 0 10px; margin-bottom: 10px; }
ul.messages li { color: #000; padding: 2px 2px 2px 20px; margin: 5px 0; }
ul.messages li.ok { background: url(../img/icons/icon-ok.png) center left no-repeat; }
ul.messages li.info { background: url(../img/icons/icon-info.png) center left no-repeat; }
ul.messages li.error { background: url(../img/icons/icon-error.png) center left no-repeat; }

/* Sorting Options */
.sorting { margin: 20px 0; }
.sorting legend { display: none; }
.sorting li { display: inline; margin-right: 20px; }
.sorting .submit { position: relative; }
.sorting .submit input { position: absolute; left: 0; top: -7px; }

/* Breadcrumb */
.breadcrumb { margin-top: 10px; margin-bottom: 0; list-style: none; }
.breadcrumb li { display: inline; background: url(../img/icons/icon-breadcrumb_separator.png) 100% 50% no-repeat; padding-right: 12px; margin-right: 7px; }
.breadcrumb .selected { background: none; margin-right: 0; padding-right: 0; }
.breadcrumb .selected a { color: #999; }

/* Paging */
.paging { clear: both; text-align: center; margin: 10px 0 !important; }
.paging li { display: inline; }
.paging span { background: #000; color: #FFF; padding: 2px 3px; }
.paging a { font-weight: normal; margin: 2px 3px; }
.paging a span { padding: 0; background: transparent; color: #000; }
.paging .last a { background: url(../img/icons/icon-paging_last.png) 100% 50% no-repeat; padding-right: 11px; }
.paging .next a { background: url(../img/icons/icon-paging_next.png) 100% 50% no-repeat; padding-right: 8px; }
.paging .prev a { background: url(../img/icons/icon-paging_previous.png) 0 50% no-repeat; padding-left: 8px; }
.paging .first a { background: url(../img/icons/icon-paging_first.png) 0 50% no-repeat; padding-left: 11px; }

/* Product Details */
.product .description { width: 450px; }
.product #add-to-basket ul { background: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; }
.product #add-to-basket li { display: inline; margin-right: 5px; }
.product #add-to-basket label { display: none; }
.product #add-to-basket select { max-width: 270px; }
.product #add-to-basket .submit { position: relative; }
.product #add-to-basket .submit input { position: absolute; left: 0; top: -9px; }

/* Product Image Gallery */
.product .gallery { background: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; width: 300px; float: right; overflow: hidden; }
.product .gallery .featured-image { position: relative; width: 300px; height: 300px; margin: 0 !important; background: #FFF; text-align: center; }
.product .gallery .featured-image li { position: absolute; width: 300px; height: 300px; line-height: 300px; top: 0; left: 0; }
.product .gallery .featured-image li img { vertical-align: middle; }
.product .gallery .thumbs { margin-top: 10px; margin-bottom: 0; width: 315px; }
.product .gallery .thumbs li { float: left; width: 90px; height: 90px; background: #FFF; margin-right: 15px; }
.product .gallery .thumbs img { max-width: 90px; max-height: 90px; }

/* Related Items */
.related-items { clear: both; padding-top: 20px; }
.related-items .listing { background: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; }
.related-items .product { margin-bottom: 0; margin-right: 15px; background: #B1B1B1; border: 1px solid #929292; }

/* Image Gallery */
.image-gallery .listing { background: #D2D2D2; border: 1px solid #B2B2B2;}
.image-gallery .image-result { background: #FFF; float: left; width: 159px; height: 159px; overflow: hidden; position: relative; margin: 16px; }
.image-gallery .image-result h2 { display: none; }
.image-gallery .image-result a { display: block; width: 100%; height: 100%; line-height: 159px; text-align: center; }
.image-gallery .image-result .thumbnail { float: none; height: auto; overflow: visible; width: auto; }
.image-gallery .image-result img { vertical-align: middle; max-width: 140px; max-height: 140px; }

/* Job Section */
.listing .joblisting { margin-bottom: 20px; }
.listing .joblisting .title,.listing .joblisting .summary,.listing .joblisting .details,.listing .joblisting .more { padding-left: 120px; }
.listing .joblisting .thumbnail { float: left; }

/* FAQ's */
.faqlist .heading { clear: left; }
.faqlist dt { clear: left; background: url(../img/icons/icon-arrow_right.png) 0 50% no-repeat; padding-left: 12px; }
.faqlist dt.selected { background-image: url(../img/icons/icon-arrow_bottom_right.png) }
.faqlist dd { clear: left; padding-left: 12px; }

/* Contact Form */
.contact-intro .contact {}
.contact-intro .contact dt { width: 15%; font-weight: bold; margin:5px 0px; }
.contact-intro .contact dd { width: 85%; margin:5px 0px; }
.contact-intro .contact dd a {color:#792558; font-weight:bold;}

.contact-intro small a {color:#000000 !important;}

.contact-form {float:right;}
.contact-form  .required-notice {font-weight: bold; font-size:14px;}
.contact-form ul.fields li {margin:10px 0px;}
.contact-form label {font-weight:normal;}
.contact-form .field-summary {margin-bottom:2px; font-size:12px !important; color:#000000;}
.contact-form #input-email { width: 218px; height:26px; border:1px solid #B9B9B9; }
.contact-form .text { width: 159px; height:26px; border:1px solid #B9B9B9; }
.contact-form .textarea { width: 368px; height:128px; border:1px solid #B9B9B9; }
.contact-form .submit {float:left; }


/* Service List */
.listing .service { background: #D2D2D2; border: 1px solid #B1B1B1; padding: 10px; }
.listing .service .thumbnail { float: left; }
.listing .service .title,.listing .service .summary,.listing .service .description,.listing .service .links { padding-left: 120px; }

/* Portfolio */
.portfolio,.portfolio-category,.portfolio-item { margin-right: 20px; }
.listing .pfitem { background: #D2D2D2; border: 1px solid #B2B2B2; padding: 10px; }

/* Job Section */
.jobs-listing,.jobs-details { margin-right: 20px; }
.listing .joblisting { background: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; margin-bottom: 0; }
.listing .joblisting dl,.jobs-details dl { float: none; }
.listing .joblisting dt,.jobs-details dt { font-weight: bold; width: 15%; margin: 0; }
.listing .joblisting dd,.jobs-details dd { width: 85%; margin: 0; }
.listing .joblisting .more { margin-bottom: 0; }
.jobs-apply { background: #D1D1D1; border: 1px solid #B2B2B2; padding: 10px; }
.jobs-apply .textarea { width: 100%; }

/* User Authentication */
#ppa-login,#user-login,#user-forgottenpassword { text-align: center; margin-top: 50px; }
#ppa-login fieldset,#user-login fieldset,#user-forgottenpassword fieldset { width: 400px; margin: 0 auto; text-align: left; }
#ppa-login .submit,#user-login .submit,#user-forgottenpassword .submit { text-align: left; padding-left: 125px; }
#ppa-login .forgotten_pass,#user-login .forgotten_pass,#user-forgottenpassword .forgotten_pass { padding-left: 125px; }
/* Localized */

h1.page-title{
	color:#7a2558;
	float:left; width:100%;
}

#container{float:left; width:100%;}

#wpcontent_slider_container{float:left;}




/* ****   for Phone ***** */
@media screen and (max-width:320px) {
/*#header { float:left; clear:both;}
*/}
@media only screen and (device-width: 768px) {
/* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
/* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
/* For landscape layouts only */
