@font-face {
    font-family: Antipasto_regular;
    src: local(Antipasto_regular), url('fonts/Antipasto_regular.otf') format('opentype');
}

a, img {
    border:none;
}

body
{
	margin: 0;
	color: #005fb3;
	font-size: 16px;
	font-weight: 500;
	font-variant:;
	font-family:"Antipasto_regular";
	text-shadow: 0.8px 0.8px #005fb3;
	border:0px;
	margin:0px;

}

li 
{ 
	margin:0px 0px 5px 0px;
	padding:0;
	line-height: auto;
}

p
{
	margin:0;
	padding:0
}

table tr td
{
	margin:0px 0px 0px 0px;
	padding:0;
	padding-left: 15px;
	line-height: 13px;
	font-size: 15px;
	font-weight: 500;
	font-family:"Antipasto_regular";
	text-shadow: 0.8px 0.8px #005fb3;
}

.facebook
{
	position: absolute;
	top: 95px;
	left: 80px;
	width: 55px;
	height: 24px;
}

.topwhite
{
	width: 100%;
	height:325px;
	background-color: white;
	background-image: url("common/bg_repeat_logo.png");
}

.btmblue
{
	width: 100%;
	height: 780px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #005FB3 0%, #64C2FF 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #005FB3 0%, #64C2FF 100%);
	/* Opera */ 
	background-image: -o-linear-gradient(top, #005FB3 0%, #64C2FF 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #005FB3), color-stop(1, #64C2FF));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #005FB3 0%, #64C2FF 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #005FB3 0%, #64C2FF 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072BC', endColorstr='#00A3EF',GradientType=0 ); /* IE6-9 */		
        background: linear-gradient(top, #0072BC 0%,#00A3EF 100%); /* W3C */
}

.btmblue.aboutus
{
	height: 840px;
}

.btmblue.contactus
{
	height: 1020px;
}

.inviscontainer
{
	position: absolute;
	top: 0px;
	width: 100%;
	height: auto;
}

.maincontainer
{
	position: relative;	
	float: top;
	margin: 0px auto;
	top: 0px;
	width: 1062px;
	height: 100%;
}

.toplogo
{
	width: 1062px;
	height: 124px;
	background-image: url("common/header.png");
}

.bag
{
	width: 1062px;
	height: 880px; 
	background-image: url("common/bag_bg.png");
}

.bag.aboutus
{
	height: 1000px;
}

.bag.contactus
{
	height: 1180px;
}

.bag.port
{
	height: 1000px;
}

.logo
{
	width: 1062px;
	height: 120px; 
	background-image: url("common/logo.png");
	background-repeat: no-repeat;
	background-position: center;
}

.navcont
{
	margin-top: 32px;
	background-image: url("common/nav_bg.png");
	background-repeat: no-repeat;
	background-position: center;
}

.navcont img 
{
	position: relative;
	left: 32%;
	padding-bottom: 9px;
	border:none;
}

.home
{
	float: left;
	padding: 0;
	padding-top: 0px;
	padding-left: 130px;
	width: 350px;
	height: 350px;
}

.home p
{
	text-indent: 1em;
}

.home.r
{
	float: right;
	padding: 0;
	padding-top: 0px;
	padding-right: 150px;
}

.divider
{
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	width: 3px;
	height:192px;
}

.footer
{
	background-color: #f4f4f4;
	width: 100%;
	height: 33px;
	position: absolute;
}

.footer img 
{
	padding-top: 10px;
}

.about
{
	width: 600px;
	margin: 0px auto;
}

.about img 
{
	display: block;
	margin: 0px auto;
	text-align: center;	
}

/* contact */

.contact
{
	width: 850px;
	margin: 0px auto;
}

.contact img 
{
	display: block;
	margin: 0px auto;
	text-align: center;	
}

.map 
{
	font-size: 15px;
	padding-top: 30px;
	float: left;
	width:380px;
	height:350px;
}

.map img
{
	display: block;
	margin: 0px 0px;
}

.map.two
{
	width: 420px;
	float:right;
}

.corporate
{
	color: #ebebeb;
	float: left;
	width:385px;
	height:445px;	
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #006AAF 0%, #004B7B 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #006AAF 0%, #004B7B 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #006AAF 0%, #004B7B 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #006AAF), color-stop(1, #004B7B));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #006AAF 0%, #004B7B 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #006AAF 0%, #004B7B 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006AAF', endColorstr='#004B7B',GradientType=0 ); /* IE6-9 */		
        background: linear-gradient(top, #006AAF 0%,#004B7B 100%); /* W3C */
	

}

.corporate img 
{
	display: block;
	margin: 35px 15px;
	text-align: center;	
	margin-bottom: 0px;
}

.corporate p
{
	margin-left: 15px;
}

.tform table tr td th
{
	margin:0px 0px 0px 0px;
	padding:0;
	padding-left: 15px;
	line-height: 13px;
	font-size: 15px;
	font-weight: 500;
	font-family:"Antipasto_regular";
	text-shadow: 0.8px 0.8px #005fb3;
	border: 10px solid black;
	vertical-align: top;
  	text-align: left;
}

#name, #email, #phone, #subject
{
	border:0px;
	font-size: 12px;
	margin-bottom: 1px;
	width: 200px; 				 
	background-color: #ebebeb;
	border:1px solid #0072bc;
	padding: 4px;
	margin-bottom: 20px;
	resize:none;
}

 #message
 {
	border:0px;
	font-size: 12px;
	margin-bottom: 1px;
	width: 300px; 				 
	background-color: #ebebeb;
	border:1px solid #0072bc;
	padding: 4px;
	resize:none;
}

#button
{
	margin-top: 16px;
	font-size: 17px;
	background: url(common/sendbutton.png) no-repeat;
	border:0;
	margin-left: 310px;
	width: 110px;
	height: 25px;
}

#tdf
{
	vertical-align: top;
  	text-align: left;
  	padding-top: 8px;
  	font-weight: 600;
}

#portleftid
{
	float: left;
	margin-top: -40px;
	margin-left: 90px;
	width: 69px;
	height: 480px;
	background: url(common/portleft1.png) no-repeat;
}

.portfolio
{
	width: 1000px;
	margin: 0px auto;
	text-align: center;
}

.portleftbutt
{
	margin-top: 14px;
	margin-bottom: 25px;
	width: 69px;
	height: 65px;
	position: relative;
	display: block;
}

#slideid
{
	background-color: none;
}

#slideid1
{
	background-color: none;
}

#slideid2
{
	background-color: none;
}

#slideid3
{
	background-color: none;
}

.video
{
	top:487px;
	left: 163px;
	position: absolute;
	width: 53px;
	height: 57px;
	background-image: url("products/gift/12.png");
}

#vid
{
	display: none;
}