@charset "UTF-8";
/* CSS Document */

*{margin:0;padding:0;}

body{background-color:#831814;}

#grad_wrap{
	width:1054px;
	height:auto;
	margin:0 auto;
	background-image:url(images/grad.png);	
}

#wrapper{
	margin:0 auto;
	width:950px;
	height:auto;
	background-color:#dddbd0;
	border-left:4px solid #1a2e51;
	border-right:4px solid #1a2e51;	
}

.header{
	height:200px;
	width:950px;
	background-color:#1a2e51;	
}

.head_para{
	float:right;
	font-family: 'Lato', sans-serif;
	color:#fff;
	font-size:20px;	
	text-align:right;
	line-height:25px;
	margin-right:20px;
	margin-top:20px;
	letter-spacing:2px;
}

.head_para h2{
	font-family: 'Lato', sans-serif;
	color:#fff;
	font-size:20px;		
}

.head_para a{
	color:#fff;	
}

.home{
	margin-left:20px;
}

.navbar{
	width:950px;
	height:74px;
	background-image:url(images/nav.png);
}

.navbar a{
	text-decoration:none;
	color:#1a2e51;
}

.navbar a:hover{
	color:#831814;	
}

.navbar ul{
	margin-left:32px;	
}

.navbar li{
	list-style:none;
	margin-top:15px;
	margin-left:70px;
	float:left;
	font-family: 'Gafata', sans-serif;
	font-size:18px;
}

.first{padding-left:5px;}

.selected{
	text-decoration:underline;
	color:#831814;	
}

.tcycle{
	margin:55px auto 0px auto;
	width:750px;
	height:250px;
	border:2px solid #831814;
	-moz-box-shadow: 5px 5px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;
}

.ctnimg{
	margin:55px auto 0px auto;
	width:750px;
	height:250px;
	border:2px solid #831814;
	-moz-box-shadow: 5px 5px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;
}

#content{
	width:750px;
	height:auto;
	margin:0px auto;
	padding-top:75px;	
}

.left_p{
	float:left;
	width:350px;
	height:350px;
	margin-bottom:30px;
	border-right:2px solid #1a2e51;
	padding-right:25px;
	text-align:justify;
	line-height:25px;
}

.whole_p{
	height:350px;
	margin-bottom:5px;
	padding-right:25px;
	text-align:justify;
	line-height:30px;	
}

.right_p{
	width:350px;
	height:500px;
	text-align:justify;
	float:right;
	line-height:25px
}

.intro_right{
	width:350px;
	height:500px;
	text-align:right;
	float:right;
	line-height:24px
}

.intro_bar{
	height:1px;
	width:200px;
	border-top:2px solid #1a2e51;
	margin-bottom:20px;
	margin-top:20px;
	margin-left:150px;
}

.intro_txt{
	line-height:30px;	
}

.header_bar{
	height:1px;
	width:200px;
	border-top:2px solid #132135;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:150px;
}

.bar_blank{
	height:1px;
	width:200px;
	margin-bottom:20px;
	margin-top:20px;
}

.bar{
	height:1px;
	width:200px;
	border-top:2px solid #1a2e51;
	margin-bottom:20px;
	margin-top:20px;
}

.imp1{
	font-family: 'Gafata', sans-serif;
	font-size:28px;
	margin-bottom:10px;
}

.imp2{
	font-family: 'Gafata', sans-serif;
	font-size:22px;
	margin-top:10px;
}

.imp3{
	font-family: 'Gafata', sans-serif;
	font-size:18px;
	margin-bottom:5px;
}

.imp4{
	font-family: 'Gafata', sans-serif;
	font-size:16px;
}

.card{margin:10px 0px 0px 10px;}

#footer{
	width:950px;
	height:45px;
	border-top:3px solid #1a2e51;
	clear:both;
	background-color:#e8b737;
	text-align:center;
}

h6{
	font-family: 'Gafata', sans-serif;
	margin:2px;	
}

.product_list{
	margin:10px 0px 30px 0px;
	list-style:none;
}

.indent{
	margin:10px 0px 0px 15px;	
}

.catalog{
	font-family:'Gafata', sans-serif;
	text-decoration:none;
}

.cata_btn{
	text-align:center;
	padding-top:28px;
	height:50px;
	width:250px;
	background-color:#e8b737;
	color:#1a2e51;
	text-decoration:none;
	margin:0px 0px 30px 30px;
	border:solid 2px #1a2e51;
	border-radius:15px;
	-moz-box-shadow: 5px 5px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;
}

.cata_btn:hover{
	color:#831814;
	border:solid 2px #831814;
	background-color:#d2a632;
}

.cata_tab{
	float:right;
	padding-top:18px;
	height:40px;
	width:200px;
	color:#1a2e51;
	background-color:#e8b737;
	text-align:center;
	margin-top:95px;
	border-top:solid 1px #fff;
	border-left:solid 1px #fff;
	border-bottom:solid 1px #fff;
	border-top-left-radius:15px;
	border-bottom-left-radius:15px;
}

.cata_tab:hover{
	color:#831814;
	background-color:#d2a632;
}

.center{
	margin-left:34px;
	text-align:center;	
}