f@charset "utf=8"

* {
	display: block;
}

body {
	background-color: #f2f2f2;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.5em;
}

/* Header Styling Starts */
.header {
	background-color: #424242;
	height: 100px;
	color: #fafafa;
}

.cp-plus-net-in-logo {
	margin-left: 30px;
	float: left;
}

.header_image {
    width: 100%;
    height: 300px;
}

.top-menu {
	float: right;
}

.top-menu > ul {
	padding-right: 15px;
}

.top-menu > ul > li {
	list-style: none;
	display: inline;
	padding: 10px;
}

.top-menu > ul > li > a {
	color: #f2f2f2;
	text-decoration: none;
	font-weight: bold;
}

.top-menu > ul > li > a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.top_right_call_now {
	clear: both;
	text-align: right;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
}

/* Header Styling Starts */

/* Nav-Area Styling Starts */

.nav_area {
	background-color: #fafafa;
	height: auto;
	border-bottom: 1px solid #fa5858;
	border-top: 1px solid #fa5858;
}

.fadein { 
	position: relative;
	height: 332px;
	width: 500px;
	margin: 0 auto;
	background: url("slideshow-bg.png") repeat-x scroll left top transparent;
	padding: 10px;
 }

.fadein img {
	position: absolute;
	left: 10px;
	top: 10px;
}

/* Nav-Area Styling Ends */

/* Main Body Styling Starts */

.city-area {
	font-weight: bold;
	font-size: 16px;
	color: #424242;
}

.main_body {
	background-color: #fafafa;
	height: auto;
	border-bottom: 1px solid #fa5858;
	border-top: 1px solid #fa5858;
}

.main-body-headline {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fa5858;
}

.main-body-intro-text {
	font-size: 14px;
	padding: 8px;
	margin-left: 20px;
	margin-right: 20px;
	color: #424242;
	padding-bottom: 20px;
	border-bottom:  1px solid #fa5858;
	font-weight: normal;
}

.product_list_table {
	table-layout: fixed;
}

.product_listings {
	padding: 20px;
	border-bottom: 1px solid #fa5858;
}

.product_listings > h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fa5858;
	text-align: center;
}

.product_category > h2 {
	font-size: 12px;
	font-weight: bold;
	color: #424242;
}

.product_details > h3 {
	color: #fa5858;
	font-size: 12px;
}

.product_details {
	padding: 20px;
}

.product_details h3:hover {
	color: #b40431;
	font-size: 12px;
	text-decoration: none;
}

.product_details > img {
	width: 150px;
	height: 150px;
	border: 1px solid #424242;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
}

.product_details > img:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}

.city_details > h2 {
	font-size: 18px;
	color: #fa5858;
	padding-top: 20px;
	padding-left: 20px;
}

.contact_details {
	text-align: center;
	font-size: 14px;
}

/* Main Body Styling Ends */

/* Footer Styling Starts */

.footer {
	background-color: #424242;
	height: 30px;
	text-align: center;
	color: #fafafa;
	padding-top: 2px;
	padding-bottom: 5px;
}

.footer > p {
    font-size: 12px;
}

.footer_sitelinks {
	float: right;
	color: #333;
	font-size: 12px;
	margin-bottom: 10px;
	margin-bottom: 3px;
}

.footer_sitelinks > a {
	color: #333;
	font-size: 12px;
	text-decoration: none;
}

.footer_sitelinks > a:hover {
	color: #333;
	font-size: 12px;
	text-decoration: underline;
}

.footer_details {
	display: none;
}

/* Footer Styling Ends */

.sitemap_html {
	text-align: left;
	font-size: 14px;
	padding-left: 30px;
}

.sitemap_parent_li {
	font-weight: bold;
}

.sitemap_parent_li > a {
	text-decoration: none;
	color: #000;
}

.sitemap_parent_li > a:hover {
	text-decoration: underline;
}

.sitemap_child {
	font-weight: normal;
	display: none;
}

.sitemap_child_li > a {
	text-decoration: none;
	color: #000;
}

.sitemap_child_li > a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 980px) {
	
}

@media screen and (max-width: 480px) {
	/* Header Styling Starts */
.header {
	background-color: #424242;
	height: 120px;
	color: #fafafa;
}

.cp-plus-net-in-logo {
	clear: both;
	width: 100%;
	text-align: center;
}

.site-logo {
	clear: both;
	text-align: center;
}

.site_menu {
	text-align: center;
	clear: both;
}

.top-menu {
	text-align: center;
	clear: both;
	width: 100%;
}

.top-menu > ul {
	padding-right: 15px;
	clear: both;
	text-align: center;
}

.top-menu > ul > li {
	list-style: none;
	display: inline;
	padding: 10px;
	clear: both;
	text-align: center;
}

.top-menu > ul > li > a {
	color: #f2f2f2;
	text-decoration: none;
	font-weight: bold;
	clear: both;
	text-align: center;
}

.top-menu > ul > li > a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.top_right_call_now {
	clear: both;
	text-align: center;
	padding-right: 20px;
	font-size: 14px;
	display: none;
	font-weight: normal;
}

/* Header Styling Starts */

/* Nav-Area Styling Starts */

.nav_area {
	display: none;
	background-color: #fafafa;
	height: 220px;
	border-bottom: 1px solid #fa5858;
	border-top: 1px solid #fa5858;
}

.fadein { 
	position: relative;
	height: 332px;
	width: 500px;
	margin: 0 auto;
	background: url("slideshow-bg.png") repeat-x scroll left top transparent;
	padding: 10px;
 }

.fadein img {
	position: absolute;
	left: 10px;
	top: 10px;
}

/* Nav-Area Styling Ends */

/* Main Body Styling Starts */

.city-area {
	font-weight: bold;
	font-size: 16px;
	color: #424242;
}

.main_body {
	background-color: #fafafa;
	height: auto;
	border-bottom: 1px solid #fa5858;
	border-top: 1px solid #fa5858;
}

.main-body-headline {
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fa5858;
}

.main-body-intro-text {
	font-size: 16px;
	padding: 8px;
	margin-left: 20px;
	margin-right: 20px;
	color: #424242;
	padding-bottom: 20px;
	border-bottom:  1px solid #fa5858;
	font-weight: normal;
}

.product_list_table {
	table-layout: fixed;
	display: none;
}

.product_listings {
	padding: 20px;
	display: none;
	border-bottom: 1px solid #fa5858;
}

.product_listings > h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fa5858;
	text-align: center;
	display: none;
}

.product_category > h2 {
	font-size: 12px;
	font-weight: bold;
	color: #424242;
	display: none;
}

.product_details > h3 {
	color: #fa5858;
	font-size: 12px;
	display: none;
}

.product_details {
	padding: 20px;
	display: none;
}

.product_details h3:hover {
	color: #b40431;
	font-size: 12px;
	text-decoration: none;
	display: none;
}

.product_details > img {
	width: 150px;
	height: 150px;
	border: 1px solid #424242;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	display: none;
}

.product_details > img:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	display: none;
}

.city_details > h2 {
	font-size: 18px;
	color: #fa5858;
	padding-top: 20px;
	padding-left: 20px;
}

.contact_details {
	text-align: center;
	font-size: 14px;
}

/* Main Body Styling Ends */

/* Footer Styling Starts */

div.footer {
	background-color: #424242;
	height: 130px;
	text-align: center;
	color: #fafafa;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

div.footer > p {

}

div.footer_sitelinks {
	float: right;
	background-color: #fafafa;
	color: #333;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 3px;
	clear: both;
}

div.footer_sitelinks > a {
	color: #333;
	font-size: 10px;
	text-decoration: none;
}

div.footer_sitelinks > a:hover {
	color: #333;
	font-size: 10px;
	text-decoration: underline;
}

div.footer_details {
	display: none;
}

/* Footer Styling Ends */

div.sitemap_html {
	text-align: left;
	font-size: 14px;
	padding-left: 30px;
}

div.sitemap_parent_li {
	font-weight: bold;
}

div.sitemap_parent_li > a {
	text-decoration: none;
	color: #000;
}

div.sitemap_parent_li > a:hover {
	text-decoration: underline;
}

div.sitemap_child {
	font-weight: normal;
	display: none;
}

div.sitemap_child_li > a {
	text-decoration: none;
	color: #000;
}

div.sitemap_child_li > a:hover {
	text-decoration: underline;
}
}

@media screen and (max-width: 700px) {
	/* Header Styling Starts */
.header {
	background-color: #424242;
	height: 120px;
	color: #fafafa;
}

.cp-plus-net-in-logo {
	clear: both;
	width: auto;
}

.site-logo {
	margin-right: auto;
	margin-left: auto;
}

.site_menu {
	text-align: center;
	clear: both;
}

.top-menu {
	text-align: center;
	clear: both;
}

.top-menu > ul {
	clear: both;
	text-align: center;
}

.top-menu > ul > li {
	list-style: none;
	display: inline;
	padding: 5px;
	clear: both;
	text-align: center;
}

.top-menu > ul > li > a {
	color: #f2f2f2;
	text-decoration: none;
	font-weight: bold;
	clear: both;
	text-align: center;
}

.top-menu > ul > li > a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.top_right_call_now {
	clear: both;
	text-align: center;
	padding-right: 20px;
	font-size: 14px;
	display: none;
	font-weight: normal;
}

/* Header Styling Starts */

/* Nav-Area Styling Starts */

.nav_area {
	display: none;
	background-color: #fafafa;
	height: 220px;
	border-bottom: 1px solid #fa5858;
	border-top: 1px solid #fa5858;
}

.fadein { 
	position: relative;
	height: 332px;
	width: 500px;
	margin: 0 auto;
	background: url("slideshow-bg.png") repeat-x scroll left top transparent;
	padding: 10px;
 }

.fadein img {
	position: absolute;
	left: 10px;
	top: 10px;
}

/* Nav-Area Styling Ends */

/* Main Body Styling Starts */

.city-area {
	font-weight: bold;
	font-size: 16px;
	color: #424242;
}

.main_body {
	background-color: #fafafa;
	height: auto;
	border-bottom: 1px solid #fa5858;
	border-top: 1px solid #fa5858;
}

.main-body-headline {
	font-size: 12px;
	text-align: justify;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fa5858;
}

.main-body-intro-text {
	font-size: 16px;
	padding: 8px;
	margin-left: 20px;
	margin-right: 20px;
	color: #424242;
	padding-bottom: 20px;
	border-bottom:  1px solid #fa5858;
	font-weight: normal;
}

.product_list_table {
	table-layout: fixed;
	display: none;
}

.product_listings {
	padding: 20px;
	display: none;
	border-bottom: 1px solid #fa5858;
}

.product_listings > h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fa5858;
	text-align: center;
	display: none;
}

.product_category > h2 {
	font-size: 12px;
	font-weight: bold;
	color: #424242;
	display: none;
}

.product_details > h3 {
	color: #fa5858;
	font-size: 12px;
	display: none;
}

.product_details {
	padding: 20px;
	display: none;
}

.product_details h3:hover {
	color: #b40431;
	font-size: 12px;
	text-decoration: none;
	display: none;
}

.product_details > img {
	width: 150px;
	height: 150px;
	border: 1px solid #424242;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	display: none;
}

.product_details > img:hover {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	display: none;
}

.city_details > h2 {
	font-size: 18px;
	color: #fa5858;
	padding-top: 20px;
	padding-left: 20px;
}

.contact_details {
	text-align: center;
	font-size: 14px;
}

/* Main Body Styling Ends */

/* Footer Styling Starts */

div.footer {
	background-color: #424242;
	height: 130px;
	text-align: center;
	color: #fafafa;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

div.footer > p {

}

div.footer_sitelinks {
	float: right;
	background-color: #fafafa;
	color: #333;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 3px;
	clear: both;
}
}

div.footer_sitelinks > a {
	color: #333;
	font-size: 10px;
	text-decoration: none;
}

div.footer_sitelinks > a:hover {
	color: #333;
	font-size: 10px;
	text-decoration: underline;
}

div.footer_details {
	display: none;
}

/* Footer Styling Ends */

div.sitemap_html {
	text-align: left;
	font-size: 14px;
	padding-left: 30px;
}

div.sitemap_parent_li {
	font-weight: bold;
}

div.sitemap_parent_li > a {
	text-decoration: none;
	color: #000;
}

div.sitemap_parent_li > a:hover {
	text-decoration: underline;
}

div.sitemap_child {
	font-weight: normal;
	display: none;
}

div.sitemap_child_li > a {
	text-decoration: none;
	color: #000;
}

div.sitemap_child_li > a:hover {
	text-decoration: underline;
}
}