@charset "utf-8";
/* CSS Document */

/* Begin Browser Reset */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
h6 {
	font-size: 13px;
	font-weight: bold;
	color: #71C6FF;
}

q:before,q:after{content:'';}
.requiredfield_text {
	font-size: 12px;
	color: #FFF;
}
.buttonstyle {
	font-weight: bold;
	color: #FFF;
	background-color: #0092F2;
	border: 2px solid #CCC;
	font-size: 11px;
}
input {
	background-color: #FFF;
	border: 2px solid #CCC;
	font-size: 12px;
}
textarea {
	font-size: 12px;
	border: 2px solid #CCC;
}



/* End Browser Reset */
/* Begin Dashed Line Removal - FireFox */
a
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}
/* End Dashed Line Removal - FireFox */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: #000;
	margin: 0px;
	background-image: url(../images/header_repeat.gif);
	background-repeat: repeat-x;
	background-position: top;
}
body a {
	color: #71C6FF;
	text-decoration: none;
}
body a:hover {
	color: #0092F2;
	text-decoration: underline;
}
img.floatLeft {
	float: left;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
img.floatRight { 
    float: right; 
    margin: 6px; 
}
.columnfloatLeft { 
    float: left; 
    margin: 1px; 
}
.divider {
	background-image: url(../images/dottedline.gif);
	height: 12px;
	background-repeat: repeat;
}

.body_innerdiv {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-size: 14px;
	line-height: 20px;
}
.arrowunderline {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding-left: 20px;
	margin-bottom: 7px;
	margin-top: 12px;
	color: #71C6FF;
}

#header {
	height: 131px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}
div#header {position:relative;}
#logo {
	height: 78px;
	width: 292px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 20px;
	top: 16px;
	cursor: pointer;
}
#nav {
	position: absolute;
	bottom: 5px;
	left: 256px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}
#musicplayer {
	height: auto;
	width: auto;
	position: absolute;
	top: 72px;
	right: 131px;
}

#body_content {
	height: 490px;
	width: 850px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#footer {
	background-image: url(../images/footer_repeat.gif);
	background-repeat: repeat;
	height: 100px;
	width: 100%;
}
#footer #footerinnerdiv {
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	color: #999;
	font-size: 10px;
}
div#footer #footerinnerdiv {position:relative;}
#footer #footerinnerdiv #flashlogo{
	height: 60px;
	width: 60px;
	position: absolute;
	top: 12px;
	right: 25px;
}
#footer #footerinnerdiv a {
	color: #999;
	text-decoration: none;
}
#footer #footerinnerdiv a:hover {
	color: #000;
	text-decoration: underline;
}
/*For Homepage Gallery*/
#myGallery
{
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#pagetitle {
	width: 635px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 14px;
	text-transform: uppercase;
	font-size: 18px;
}

/*******Start Page Lightbox Page Styling (NOT ACTUAL LIGHTBOX STYLING)******/
.section {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	background-color: #000;
	width: 770px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.section ul {
    list-style: none;
    margin-top: 5px;
}

.section ul li {
    display: inline;
}

.section ul a {
    background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 5px 5px 10px;
    display: block;
    float: left;
    margin: 5px;
}

.section ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

.section ul a img {
    border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
    border: 1px dotted #999999;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.clear {
    clear: left;
}
.pricing_weddingpackages_innerdiv {
	margin-top: 15px;
	margin-bottom: 20px;
}
#pricing_box1, #pricing_box3, #pricing_box5 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#pricing_box2, #pricing_box4, #pricing_box6 {
	padding: 5px;
}
.pricing_packages_box {
	text-align: left;
}
