body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}
/* Begin Website
 * *************************/
body {
    background: #9ad5ff url(images/svp-bg.gif) top center repeat-y;
    font-family: Lucida Grande, Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
    font-size: .75em;
    line-height: 1.6em;
}

body.videoplayer {
	background: none;
	background-color: #000;
}

body.videoplayer div {

}

p {
    margin: 0 0 1em 0;
}

#wrapper {
    width: 850px;
    margin: 0 auto;
    padding: 0 32px 7px 30px;
}

#footer {
	background: url(images/footer-bg.jpg) top center no-repeat;
	padding: 15px 0;
	text-align: center;
	color: #fff;
}

/* Header
 * *************************/
#header {
    height: 97px;
	padding: 0;
	background: url(images/header-bg.gif) top left no-repeat;
	
}

#header img.logo {
    float: left;
}

#contactus {
	float: right;
	width: 250px;
	text-align: right;
	padding: 1.5em 0 0 0;
	z-index: 600;
	font-size: 1.1em;
}

#contactus h1 {
	color: #206291;
	font-style: italic;
}

#contactus a {
	color: #595959;
}

#contact {
	width: 500px;
}


#nav {
    background: #c31c00;
    padding: 0 5px;
    text-transform: uppercase;
}

#nav ul {
    height: 37px;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 9px 12px 8px 12px;
}

#nav ul li a:hover {
    background: #a81800;
}
/* Home Page
 * *********************/
#homeheader {
    background: url(images/home-header-bg.jpg) top left no-repeat;
    height: 248px;
    border-bottom: 4px solid #c31c00;
}

#homecontent {
    background: url(images/home-content-bg.jpg) top left repeat-y;
    padding: 20px 15px;
    height: 390px;
	color: #fff;
}

#browse {
	color: #fff;
	font-size: 1.25em;
	margin: 8px 0 0 15px;	
}

#browse .prev {
	float: left;
	margin: 0 10px 0 0;
}

#browse span {
	float: left;
	font-size: 1.25em;
}

#browse .next {
	float: left;
	margin: 0 0 0 10px;
}

.floatphoto {
    float: right;
    position: absolute;
    margin: -5px 0 0 20px;
	z-index: 1;
}

#tabs {
    float: left;
    width: 476px;
}

#sampvideos {
    float: right;
    width: 322px;
	padding-top: 35px;
}

.video {
	border: 1px solid #3c3d41;
	border-width: 1px 0 0 0;
	padding: 1em 0 1em 0;
	margin: .5em 0 0 0;
}

.video h3 {
	color: #9ad5ff;
	margin: .5em 0;
	text-transform: uppercase;
}

.videoimg {
	float: right;
	margin: 0 0 0 .25em;
}

a.morevids:link, a.morevids:visited  {
	display: block;
	border-top: 1px solid #3c3d41;
	padding: 8px 0 0 0;
	text-align: center;
	color: #9ad5ff;
	font-size: 1.1em
}

.aboutus {
    background: url(images/about-us-bg.png) top left ;
    padding: 1em 1em 1em 1.5em;
    height: 305px;
    color: #fff;
	overflow: auto;
}

.aboutus img {
	margin: 0 0 .5em 0;
}


#content {
	background: url(images/home-content-bg.jpg) top left;
	color: #fff;
	padding: 15px 5px 30px 15px;;
}

#content a:link, #content a:visited, a:active {
		color: #9ad5ff;
}

#content h2 {
	font-size: 1.25em;
	color: #9ad5ff;
	text-transform: uppercase;
	margin-bottom: .25em;
	clear: both;
}

#content h2 span.price {
	font-family: Georgia;
	text-transform: capitalize;
}

img.headerimg {
	margin: 10px 0 15px 0;
}

#content img.floatphoto {

	margin: -45px 0 0 0;
}

#contentleft {
	width: 65%;
	float: left;
}

#contentright {
	float: right;
	width: 32%;
	padding: 0 0 0 10px;

}

/* Testimonial Page
 * *********************/


#commit {
	padding: 330px 15px 0 0;
}

#commit h3 {
	font-size: 1.25em;
	color: #9ad5ff;
	text-transform: uppercase;
	margin-bottom: .25em;
}

#commit img {
	margin: 10px 0 15px 0;
}

.custtestimonial {
	border-top: 1px solid #1d1d1d;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	color: #d0d0d0;
	font-size: 1.1em;
	line-height: 1.74em;
}


.custtestimonial h4 {
	font-size: 1.25em;
	color: #9ad5ff;
	margin: 0 0 .25em 55px;

}

.custtestimonial p {
	margin: 0 0 0 55px;
}


.custtestimonial img {
	float: left;
}


/* Wedding Packages
 * *********************/

div.packagedetails ul {
	padding: 10px 0;
	margin: 0 0 1em 0;
	list-style: circle;
	list-style-position: inside;
}

 div.packagedetails ul li {
	width: 50%;
	float: left;
}

div.packagedetails p{
	clear: both;
   margin: 1.5em 0 2em 0;
   padding: 1em 0 0 0;
}

div.optional {
	padding: 1em 0 0 0;
	margin: 1em 0 0 0;
	border-top: 1px solid #1d1d1d;
}

div.optional h3 {
	font-size: 1.25em;
	margin: 0 0 .25em 83px;
	font-style: italic;
}

div.optional p {
	margin: 0 0 0 83px;
}

div.optional img {
	float: left;
	margin: 0 15px 0 0;
	
}

/* Demo Videos
 * *********************/

.videodemo {
    border-top: 1px solid #1d1d1d;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
}

.videodemo img {
	float: left;
}

.videodemo div {
	margin: 0 0 0 160px;
}

.videodemo h4 {
	font-size: 1.25em;
	color: #9ad5ff;
	margin: 0 0 .25em 0;
}

/* Demo Videos
 * *********************/



ul#otherservices {
	border-top: 1px solid #1d1d1d;
	padding: 10px 0;
	margin: 0 0 2em 0;
	list-style: circle;
	list-style-position: inside;
}

ul#otherservices li {
	width: 50%;
	float: left;
	}
	
	
p.sum {
	border-top: 1px solid #1d1d1d;
	margin: 6.8em 0 0 0;
	padding: 1em 0 0 0;
	clear: both;
}


/* Other Services
 * *********************/

div.otherservices ul {
	padding: 10px 0;
	margin: 0 0 1em 0;
	list-style: circle;
	list-style-position: inside;
}

 div.otherservices ul li {
	width: 50%;
	float: left;
}

div.otherservices p{
	clear: both;
   margin: 0 0 2em 0;
   padding: 1em 0 0 0;
}

/* Vendor Links
 * *********************/
.link {
	    border-bottom: 1px solid #1d1d1d;
		margin: 0 0 1.5em 0;
}

/* Input Forms
 * *********************/

#thankyou {
	text-align: center;
	padding: 60px 150px 150px 150px;
	font-size: 1.25em;
}

/* Input Forms
 * *********************/
form ul {
    margin: 10px 0;
    padding: 1em;
}

form ul li label {
    color: #fff;
    display: block;
    float: left;
    width: 25%;
    margin: 2px .75em .05em 0;
}

form ul li input {
    padding: 5px 3px;
    width: 200px;
    margin: 0 0 10px 0;
    background: #f8f8f8;
    border: none;
    border-top: 3px solid #e4e4e4;
}

form ul li select {
    margin: 0 0 10px 0;
}

form ul li textarea {
    padding: 3px;
    width: 260px;
    overflow: auto;
}

#call {
	color: #ffffff;
	margin: 2.5em 0 0 .5em;
}

.clear {
	clear: both;
}
