html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/main-bg.png) repeat;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #2B2B2B;
}

#family p{
//width:900px;
margin-left:200px;
text-transform:uppercase;
color:#ff2256;
font-size:2.5em;
text-shadow:1px 1px 1px white;
font-family:venus rising;
letter-spacing: 5px;
padding:15px 130px 0px 0px;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	width: 900px;
	height: 150px;
	padding: 0px 50px;
	background: url(images/gradient-bg.png) no-repeat center top;
}

/** LOGO */

#logo {
	float: left;
	width: auto;
	height: 150px;
}

#logo h1{
	margin: 0px;
	line-height: normal;
}

#logo img {
	margin-left:-50px;
	margin-top:10px ;
}

/** MENU */

#menu {
	float: right;
	width: 750px;
	height: 99px;
}

#menu ul {
	//float: right;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	//padding:0 10px;
	float: left;
	background:url(images/menu_split.gif) no-repeat right center;
}

#menu a {
	display: block;
	padding:0 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family:times new roman;
	font-size: 13px;
	font-weight: bold;
	color: #B6B6B6;
}


#menu .active a, #menu a:hover
{
	color: #FFFFFF;
}


#banner {
	overflow: hidden;
	padding: 50px 0px 0px 0px;
	background: #A11C47 url(images/banner-bg.png) repeat;
}

		#banner:before
		{
			//content: '';
			width: 100%;
			height: 100%;
			display: block;
			position: absolute;
			background: url('images/gradient-bg.png') no-repeat right top;
			background-size: 100% 100%;
			top: 0px;
			right: 0px;
		}


/* Footer */

#footer {
	border-radius:0 0 30px 30px;
	color:#fff;
	overflow: hidden;
	width: 900px;
	padding: 0px 50px 0px 50px;
	box-shadow:0px 2px 2px white;
	//background-color:#333333;
	//border-top: 8px solid white;
}

#footer h4{
margin-bottom:5px;
text-decoration:underline;
}

#copyright
{
	overflow: hidden;
	width: 900px;
	padding: 50px;
	text-align:center;
	color: #fff;
	font-family:ariel;
}

ul.style2
{

	float:right;
	margin: 4px 0px 2px 0px;
	padding: 0px;
	list-style: none;
}

ul.style2 li
{margin-top:-35px;
	float: left;
	margin-right: 10px;
}

/** Slider */

#slider
{
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#slider .button
{
	display: inline-block;
	background: #0074C6;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	outline: 0;
	border-radius: 8px;
	font-size: 1.25em;
	border-bottom: solid 2px #0054A6;
	text-shadow: 0 1px 1px #003A6C;
}

#slider .button:hover
{
	background: #2094E6;
}

#slider .viewer
{
	width: 900px;
	height: 400px;
	margin: 0 auto 50px auto;
	overflow: hidden;
}

#slider .viewer .reel
{
	display: none;
}

#slider .viewer .reel .slide
{
	position: relative;
	width: 900px;
	height: 500px;
}

#slider .viewer .reel h2
{
	position: absolute;
	top: 230px;
	left: 0;
	padding: 0px 30px;
	line-height: 80px;
	background: #111111;
	text-align: center;
	opacity: 0.75;
	font-weight: normal;
	font-family: 'Archivo Narrow', sans-serif;
	color: #ffffff;
	font-size: 4.50em;
}

#slider .viewer .reel p
{
	position: absolute;
	top: 310px;
	left: 0;
	display: block;
	padding: 5px 35px;
	background: #0074C6;
	text-align: center;
	opacity: 0.75;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 2.00em;
}

#slider .indicator
{
	padding: 30px 0px;
	background-color: #7A0C30;
	margin: 0 auto 0 auto;
}

#slider .indicator ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#slider .indicator ul li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: #970D39;
	margin: 0 2px 0 2px;
	border-radius: 8px;
}

#slider .indicator ul li.active
{
	background: #C4164E;
}



/* List Style 1 */

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #D4D4D4;
}

.list-style1 .date {
	font-weight: bold;
	color: #212121;
}

.list-style1 img {
	float: left;
	margin-right: 25px;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List Style 1 */

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #A11C47;
	border-radius: 5px;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 0px 1px #5C1111;
	text-transform: uppercase;
	color: #FFFFFF;
}

/** PAGE */

#page {
	overflow: hidden;
	width: 900px;
	height:110px;
	padding: 70px 50px 50px 50px;
	background-color: #FFFFFF;
	border-bottom:15px solid #000000;
	
}

#page h2
{
	margin-bottom: 15px;
}

/** CONTENT */

#content {
	float: left;
	width: 500px;

}

#content #onecolumn
{
	font-size:1.2em;
	margin-top:-40px;
	padding-bottom: 40px;
}

#content h2
{
	text-align:center;
	color:#2255ff;
	letter-spacing: -1px;
	font-size: 2em;
}


#sbox2{
padding:15px;
margin-left:550px;
margin-top:-230px;
border-left:1px solid black;
width:100%;
}

#sbox2 h5{
margin-left:270px;
text-align:right;
font-family:times new roman;
border-radius:10px;
color:#fff;
width:17%;
height:20px;
font-size:15px;
padding:5px;
background:#000;
}

#sbox2 a{
text-decoration:none;
}

.testimonial
{
	font-weight:bold;
	font-size:1.1em;
	font-style: italic;
	color: #3366ff;
}

.author
{
	padding-top: 20px;
	font-style: italic;
}

.author .name
{
	display: block;
	padding: 5px 0px;
	font-size: 1.2em;
	font-weight: 700;
	font-style: normal;
}

.author .position
{
	display: block;
	padding: 5px 0px;
}

.author img
{
	float: left;
	margin-right: 30px;
	margin-top:-20px;
	border-radius: 10px;
	border: 5px solid rgba(0,0,0,.1);
}





#maincon {
	color:#fff;
	overflow: hidden;
	width: 900px;
	padding: 300px 50px 0px 50px;
	background-color:#161616;
	margin-top:20px;
	border-bottom: 15px solid #000000;
}

#contact{
font-size:1.2em;
margin-top:-300px;
text-align:center;
float:left;
width:30%;
margin-left:-1px;
padding:10px;
}

#contact h5{
font-size:0.9em;
margin-top:10px;
padding:10px;
border-bottom:1px solid white;
}

#contact h3{
font-size:1.5em;
}


.form_div {

width:40%;
float:right;
margin-top:-290px;
margin-bottom:10px;
}

form {

background:url(images/banner-bg.png);
width:250px;
font-size:12px;
color:white;
font-weight:bold;
border:2px solid #fff;
padding:10px;
border-radius:30px 0 30px 0;
//box-shadow:2px 2px 2px pink;
}

form h2 {
text-align:center;

}
textarea {
width:100%;
height:60px;
border-radius:5px;
box-shadow:0 0 1px 2px blue;
margin-top:10px;
padding:0px;
border:none
}
.input {
width:100%;
height:30px;
border-radius:5px;
box-shadow:0 0 1px 2px blue;
margin-top:10px;
padding:0px;
border:none;
margin-bottom:20px
}
.submit {
color:blue;
border-radius:3px;
//background:black;
//padding:2px;
margin-top:10px;
border:1px solid blue;
box-shadow:0 0 1px 2px white;
font-size:16px;
font-weight:bold;
}



#image img {
margin-top:20px;
border:5px solid white;
padding:2px;
}


#image h3{
font-size:1.5em;
text-align:left;
margin-left:200px;
padding:10px;
margin-top:-260px;
}


#about {
//margin-left:50px;
font-size:1.2em;
margin-top:-260px;
float:right;
width:70%;
padding:60px;
}


#design{
font-size:1.5em;
margin-top:-300px;
text-align:left;
float:left;
width:40%;
margin-left:-40px;
padding:30px;
}

#design h3{
padding:10px;
margin-left:30px;
}




#footer1{
	border-radius:0 0 30px 30px;
	color:#fff;
	overflow: hidden;
	width: 900px;
	padding: 0px 50px 0px 50px;
	//background-color:#333333;
	box-shadow:0px 2px 2px white;
	//border-top: 8px solid #000000;
}


ul.style21
{
	float:right;
	margin: 4px 0px 2px 0px;
	padding: 0px;
	list-style: none;
}

ul.style21 li
{
	margin-top:2px;
	float: left;
	margin-right: 10px;
}



#photo{
	background:#cccccc;
    margin: 5px;
    padding: 5px;
    border: 2px solid #fff;
    height: 180px;
    width: 150px;
    float: left;
    text-align: center;
}	
 
#photo img{
width:130px;
height:130px;
	display: inline;
    margin: 5px;
    border: 1px solid #fff;
}

#photo a:hover img{
border:1px solid blue;
}

#desc{
font-size:0.6em;
  color:blue;
  text-align: center;
  font-weight: bold;
  //margin: 5px;
}

#desc p{
	color:black;
	}


#frame{
font-size:1.5em;
margin-top:-300px;
text-align:left;
float:left;
width:900px;
margin-left:-40px;
padding:30px;
}


#frame h3{
padding:10px;
margin-left:40px;
}

#frame h3 p{
color:#ff8899;
text-align:center;
font-family:trajan pro;
}

#frame h5{
font-size:0.7em;
//font-style:italic;
//font-weight:blod;
font-family:times new roman;
}