/* NIPESH TAMANG
Creative Web - Designer

+977-9802064058
nipeshtamang@gmail.com
url: www.nipeshtamang.com.np
-------------------------------------------------------------------------------- */
/*
PURPOSE:
[1] Basic cascading stylesheet for ALL browsers
[2] Contains only resets and global styles
[3] MEDIA = SCREEN

REVISION HISTORY:
March 07, 2014. v1.0. Under Construction.

STATUS OF THIS DOCUMENT:
This is a working draft.

AUTHOR:
NIPESH TAMANG
n i p e s h t a m a n g @ g m a i l . c o m

LEGAL NOTICE:
Distribution of this document is limited.
Copyright (C) CIA Security. All Rights Reserved.
*/
/*
==================================
KILL THE DEFAULTS AND GLOBALIZE
==================================
*/


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
@font-face {
    font-family: 'aachendeemedregular';
    src: url('ae01014d-webfont.eot');
    src: url('ae01014d-webfont.eot?#iefix') format('embedded-opentype'),
         url('ae01014d-webfont.woff') format('woff'),
         url('ae01014d-webfont.ttf') format('truetype'),
         url('ae01014d-webfont.svg#aachendeemedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body { 
	background: url(../images/bg.jpg) repeat-x #FFF;
	font-size: 12px; 
	color: #333; 
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
}
h1,h2,h3,h4 {
	text-decoration: none;
	font-weight: normal;
	font-size: 15px;
}
.clear{
	clear:both;
}
.left {
	float: left;
}
.right {
	float: right;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 19px;
	color: #36312c;
	text-transform: uppercase;
	padding: 0;
}
h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 17px;
	color: #36312c;
	text-transform: uppercase;
	padding: 0;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	background: #064c70;
	border-radius: 5px 5px 0 0;
}
h4{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #C30;
	border-bottom: 1px dashed #CC3300;
	line-height: 40px;
}
.red {
	color: #b21615;	
}
.spacer {
	clear: both;
	padding-top: 20px; 	
}
/*********************************************************************/
.Mainheader {
	height: 142px;
	margin: 0 auto;
	width: 1000px;
	background: url(../images/header-bg.jpg) repeat-x;
	display: block;
	overflow: hidden;
}
.Top-right {
	float: right;
	text-align: right;
	margin-top: 30px;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #000;
	font-family: "Times New Roman", Times, serif;	
}
.Logo {
	float: left;
	margin-top: 15px;
}
.hours {
	float: right;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;	
}
#Slideshow {
	clear: both;
	width: 1000px;
	height: 325px;
	margin: 0 auto;
	padding-top: 15px;
}
#Security {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
}
#Security img{
	float: right;
	margin-left: 20px;	
}
#Content{
	clear: both;
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;	
	padding: 20px 0 10px 0;
	text-align: justify;
}
#Content ul li {
	list-style: url(../images/ul.jpg);
	margin-left: 21px;
	line-height: 25px;
	font-size: 14px;
}
.Services {
	width: 280px;
	float: left;
	background: #dfdfdf;
	padding: 20px;
	margin-right: 20px;
	height: 335px;
	
}
.Services ul li {
	list-style: url(../images/ul.jpg);
	margin-left: 21px;
	line-height: 30px;
	font-size: 15px;
}
.More {
	margin-top: 5px;
	text-decoration: none;
}
.More a {
	color: #FFF;
	background: #121212;
	padding: 5px 10px;
	font-weight: normal;
}
.More a:hover{
	color: #FFF;
	background: #333;
}
.Welcome {
	clear: both;
	width: 280px;
	float: left;
	background: #dfdfdf;
	padding: 20px;
	margin-right: 20px;	
}
.Welcome img {
	float: left;
	margin: 10px 20px 10px 0; 	
}
.Welcome p {
	margin: 10px 0;
	padding: 0;	
}
.sidebar img {
	margin-bottom: 6px;
}
footer {
	background: #6b0000;
}
.footr {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: auto;
	color: #FFF;
}
.footr a,a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}
.footr a:hover {
	text-decoration: none;
	color: #F00;
	font-weight: bold;	
}
.input {
	background:#FFF; 
	border:1px solid #ccc; 
	padding:5px 10px; 
	color:#000; 
	font-style:italic; 
	font-size:12px; 
	margin-top:8px; 
	width:90%;
}
input[type="submit"] {
	background:#333; 
	border: none;
	margin-top:8px; 
	padding:5px 0; 
	cursor:pointer; 
	color:#FFF; 
	width: 90px;
	font-weight:bold;
	float: right;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input[type="submit"]:hover {
	background:#000;
}
.info{
	margin:10px 0; 
	font-size:12px; 
	line-height:18px;
}
.alertmsg {
	font-size:12px; 
	color:#F00; 
	font-style:none;
	padding: 5px 0;
}

.code-sec {
	clear:left;
}
#ContactForm {
	float:left; 
	width:270px; 
	margin-left:5px;
}
#ContactForm h2{
	padding-bottom: 8px;
}	
#Map {
	float: right;
	width: 70%;
}
#Map h2 {
	padding-bottom: 15px;
}
/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	border: 5px solid #CCC;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*****************/
@media only screen and (max-width : 1024px)
{
body {
	background: none;	
}
.Mainheader {
	height: auto;
	margin: 0 auto;
	width: 100%;
}
.Top-right {
	float: right;
	text-align: right;
	margin-top: 30px;	
}
.Logo {
	float: left;
	margin-top: 15px;
	text-align: center;
}
#Slideshow {
	width: 100%;
	height: auto;
}
#Security {
	background: #dfdfdf;
	clear: both;
	width: auto;
	margin: 0 auto;
	padding: 25px 20px;
}
#Content{
	width: auto;
	margin: 0 auto;	
	padding: 20px 0 10px 0;
	text-align: justify;
}
#Content ul li {
	list-style: url(../images/ul.jpg);
	margin-left: 21px;
	line-height: 25px;
	font-size: 14px;
}
.Services {
	width: auto;
	float: none;
	background: #dfdfdf;
	padding: 20px;
	margin-right: 0;
	height: auto;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	
}
.Services ul li {
	list-style: url(../images/ul.jpg);
	margin-left: 21px;
	line-height: 30px;
	font-size: 15px;
}
.More {
	margin-top: 5px;
	text-decoration: none;
}
.More a {
	color: #FFF;
	background: #121212;
	padding: 5px 10px;
	font-weight: normal;
}
.More a:hover{
	color: #FFF;
	background: #333;
}
.Welcome {
	clear: both;
	width: auto;
	float: none;
	background: #dfdfdf;
	padding: 20px;
	margin-right: 0;	
	margin-bottom: 20px;
}
.Welcome img {
	float: left;
	margin: 10px 20px 10px 0; 	
}
.Welcome p {
	margin: 10px 0;
	padding: 0;	
}
.sidebar {
	width: auto;
	margin: 0 auto;
	text-align: center	
}
.sidebar img {
	margin-bottom: 6px;
	max-width: 100%;
}
footer {
	background: #6b0000;
}
.footr {
	width: auto;
	margin: 0 auto;
	padding: 20px;
	overflow: auto;
	color: #FFF;
	text-align:center;
}
.footr span {
	float: none;
	clear: both;	
}
.footr a,a:link {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}
.footr a:hover {
	text-decoration: none;
	color: #F00;
	font-weight: bold;	
}
}
@media only screen and (max-width : 780px)
{
body {
	background: none;	
}
.pCol{ color:#6b0000}
.Mainheader {
	height: auto;
	margin: 0 auto;
	width: 100%;
	background: url(../images/header-bg.jpg) repeat-x #e7e7e8;
	display: block;
	overflow: hidden;
}
.Top-right {
	clear: both;
	float: none;
	text-align: center;
	margin: 10px 0 20px 0;	
	line-height: 5px;
}
.Logo {
	float: none;
	margin-top: 15px;
	text-align: center;
}
.hours {
	float: right;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;	
}
#Slideshow {
	width: 100%;
	height: auto;
}
#Security {
	background: #dfdfdf;
	clear: both;
	width: auto;
	margin: 0 auto;
	padding: 25px 20px;
}
#Security img{
	display: none;
}
#Content{
	width: auto;
	margin: 0 auto;	
	padding: 20px 10px 10px 10px;
	text-align: justify;
}
#Content ul li {
	list-style: url(../images/ul.jpg);
	margin-left: 21px;
	line-height: 25px;
	font-size: 14px;
}
.Services {
	width: auto;
	float: none;
	background: #dfdfdf;
	padding: 20px;
	margin-right: 0;
	height: auto;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	
}
.Services ul li {
	list-style: url(../images/ul.jpg);
	margin-left: 21px;
	line-height: 30px;
	font-size: 15px;
}
.More {
	margin-top: 5px;
	text-decoration: none;
}
.More a {
	color: #FFF;
	background: #121212;
	padding: 5px 10px;
	font-weight: normal;
}
.More a:hover{
	color: #FFF;
	background: #333;
}
.Welcome {
	clear: both;
	width: auto;
	float: none;
	background: #dfdfdf;
	padding: 20px;
	margin-right: 0;	
	margin-bottom: 20px;
}
.Welcome img {
	float: left;
	margin: 10px 20px 10px 0; 	
}
.Welcome p {
	margin: 10px 0;
	padding: 0;	
}
.sidebar {
	width: auto;
	margin: 0 auto;
	text-align: center	
}
.sidebar img {
	margin-bottom: 6px;
	max-width: 100%;
}
footer {
	background: #6b0000;
}
.footr {
	width: auto;
	margin: 0 auto;
	padding: 20px;
	overflow: auto;
	color: #FFF;
	text-align:center;
}
.footr span {
	float: none;
	clear: both;	
}
.footr a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}
.footr a:hover {
	text-decoration: none;
	color: #F00;
	font-weight: bold;	
}	
#Map {
		float: none;
		width: 100%;
	}
}