/* 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:
June 11, 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) NV PHOTOGRAPHY. All Rights Reserved.
*/
/*
==================================
KILL THE DEFAULTS AND GLOBALIZE
==================================
*/


/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
body { 
	background: #111111;
	font-size: 12px; 
	color: #fff; 
	font-family: Arial, Helvetica, 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;
	color: #FFF;
	line-height: 18px;	
	
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 30px;
	color: #ff0066;
	margin: 0;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	margin: 0;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ff0200;
	margin: 0;
}
.red {
	color: #F00;	
}
.spacer {
	clear: both;
	padding-top: 20px; 	
}
/*********************************************************************/
header {
	width: 1190px;
	margin: 0 auto;
}
.Tel {
	float: right;
	font-size: 22px;
	color: #ff005a;
	padding-top: 15px;	
}
.Mainheader {
	background: url(../images/header-bg.jpg) repeat-x;
	height: 195px;
	padding: 0;
}
.Logo {
	margin-top: 70px;
	float:left;
	margin-left: 15px;
}
.Menu {
	float: right;	
}
.Menu nav {
	margin-top: 85px;
	text-transform: uppercase;
}
.Menu nav ul {
	list-style: none;
	float: right;
	z-index: 100;
}
.Menu nav ul li {
  	font: bold 12px/18px sans-serif;
  	display: inline-block;
  	position: relative;
  	padding: 0 5px;
}
.Menu nav ul li ul {
  	padding: 0;
  	position: absolute;
  	top: 35px;
  	left: 0;
  	width: 180px;
  	display: none;
}
.Menu nav ul li ul li { 
  	display: block; 
  	color: #fff;
}
.Menu nav ul li ul li a{ 
  	color: #FFF;
	background: #ff0066;
	padding: 10px 20px;
	border-bottom: 1px solid #cc0253;
}
.Menu nav ul li ul li a:hover{ 
  	background: #cc0253;
	border-radius: 0;
}
.Menu nav ul li ul li:last-child a {
	border-radius: 0 0 5px 5px;	
}
.Menu nav ul li ul li:first-child a {
	border-radius: 0 5px 0 0;	
}
.Menu nav ul li:hover ul {
  	display: block;
  	opacity: 1;
  	visibility: visible;
}
.Menu nav ul li a{
	color: #333;
	display: block;
	text-decoration: none;
	padding: 10px 20px;
}

.Menu nav ul li a:hover, .active{
	color: #FFF !important;
	background: #ff0066;
	border-radius: 5px;
	padding: 10px 20px;
}
#gallery {
	width: 1050px;
	margin: 0 auto;
	padding: 0;
}
#Slideshow {
	width: 1190px;
	margin: 0 auto;
	padding-top: 0px;
}
#Content {
	width: 1000px;
	margin: 0 auto;
	text-align: center;	
}
#Content p{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
	color: #FFF;	
}
.Icons{
	border-bottom: 1px solid #FFF;
	width: 330px;
	margin: 0 auto;
	padding: 10px 0;	
}
.Icons a:hover{
	opacity: 0.8;
	cursor: pointer;	
}
footer {
	margin: 0 auto;
	padding-bottom: 20px;
}
.footr {
	overflow: auto;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
}
.footr a,a:link {
	text-decoration: none;
	color: #ff0066;
	font-weight: bold;	
}
.footr a:hover {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}
#contact-info {
	font-size: 14px;
	line-height: 25px;
}
label {
	font-size: 16px;
	padding-right: 10px;
}

.Feedbackform {
	clear: both;
	padding: 0;
	margin: 0 auto;
	text-align: right;
	margin-right: 350px;
}
.Feedbackform input[type="text"] {
	width: 200px;
	margin-bottom: 10px;
	padding: 4px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.Feedbackform textarea{
	width: 200px;
	margin-bottom: 7px;
	padding: 4px 10px;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.Feedbackform input[type="submit"] {
	background:#da2a29; 
	border: none;
	margin-top:8px;
	margin-right: 71px; 
	padding:10px 0; 
	cursor:pointer; 
	color:#FFF; 
	width: 150px;
	font-weight:bold;
	float: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.Feedbackform input[type="submit"]:hover {
	background:#c6201f;
}
.alertmsg {
	font-size:12px; 
	color:#F00; 
	font-style:none;
	padding: 5px 0;
	margin-right: 20px;
}
.code-sec {
	clear:both;
}
.captcha-sec{
	width: 150px;
	float: right;
	margin-right: 71px;
}