
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet {
	border: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
    background: #0C0C0C;
    font: 12px Arial, "Lucida Sans Unicode", Lucida, sans-serif;
    color: #CCCCCC;
    margin: 0;
	padding: 0;
	text-align: center;
	background-image: url('/assets/images/global/bg.gif');
	background-repeat: repeat-x;
	background-position: 0 126px;
}

p {
	color: #999999;
	line-height: 18px;
	letter-spacing: 0.4px;
}

ol, ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#outer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin-top: 20px;
	margin-bottom: 26px;
	position: relative;
}

#main {
	margin-top: 30px;
	text-align: left;
	display: inline-block;
}

.normalText {
	font-weight: normal;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 18px;
}

.purpleText {
	color: #6b51c4;
}

#pagination {
	display: inline-block;
	margin-bottom: 45px;
	padding: 0;
	text-align: center;
	color: #666666;
	width: 680px;
}

#pagination ul {
	margin-bottom: 10px;
}

#pagination ul li {
	display: inline;
	color: #333333;
	margin: 0px 1px 16px 1px;
}

#pagination ul li span {
	width: 14px;
	height: 10px;
	color: #333333;
	padding: 4px 7px;
}

#pagination ul li a:hover span {
	color: #CCCCCC;
	background: #666666;
	text-decoration: none;
}

#pagination ul li.onPage span {
	background: #BBBBBB;
}

#pagination .nextPage {
	font-weight: bold;
	margin-left: 10px;
	letter-spacing: -2px;
}

#pagination .prevPage {
	font-weight: bold;
	margin-right: 10px;
	letter-spacing: -2px;
}

#pagination ul li.disabled span {
	color: #AAAAAA;
}

/**************** Nav ****************/

#nav {
	display: inline-block;
	width: 100%;
}

#nav ul {
	display: inline-block;
	width: 750px;
}

#nav li {
	float: left;
	display: block;
	height: 31px;
	padding-left: 18px;
	padding-right: 10px;
	letter-spacing: 1px;
	background-image: url('/assets/images/global/navBullet.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	overflow: visible;
	margin: 0;
}

#nav li ul {
	float: left;
	display: none;
	position: absolute;
	padding-top: 12px;
	padding-bottom: 3px;
	padding-right: 14px;
	top: 31px;
	left: -4px;
	border: 1px solid #0f0f0f;
	background-color: #151515;
	background-image: url('/assets/images/global/subMenuTop.jpg');
	background-repeat: repeat-x;
	text-align: left;
	width: auto;
}

#nav li li {
	float: none;
	display: block;
	text-align: left;
	height: 20px;
	background-image: url('/assets/images/global/subNavBullet.gif');
	background-repeat: no-repeat;
	background-position: 9px 4px;
	padding-left: 23px;
	padding-right: 0;
	width: auto;
	white-space: nowrap;
	border-bottom: 1px solid #151515;
}

#nav li:hover, #nav li.over {
  cursor: pointer;
}

#nav li:hover ul, #nav li.over ul {
  /*  display the dropdowns when
      their parent is hovered */
  display: block;
  z-index: 6000;
  cursor: pointer;
}


#nav li.left {
	padding-left: 0;
	background-image: none;
}

#nav li.right {
	padding-right: 0;
}

#nav li.on a {
	color: #6b51c4;
	background-position: 0px -28px;
}

#nav li a {
	color: #666666;
	display: block;
	margin-top: 8px;
	padding-top: 12px;
	overflow: hidden;
	height: 0px !important;
    height /**/:12px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

#nav li a:hover {
	text-decoration: none;
	color: #6b51c4;
	background-position: 0px -28px;
}

#nav li li a, #nav li.on li a {
	text-indent: 0px;
	color: #666666;
	display: inline-block;
	margin-top: 0px;
	height: 16px !important;
	padding: 0;
	overflow: visible;
}

#nav li.on li a:hover, #nav li li.on a {
	color: #6b51c4;
}

#menuHome {
	background-image: url('/assets/images/global/nav/home.gif');
	width: 38px;
}
#menuGallery {
	background-image: url('/assets/images/global/nav/gallery.gif');
	width: 54px;
}
#menuAbout {
	background-image: url('/assets/images/global/nav/about.gif');
	width: 63px;
}
#menuProducts {
	background-image: url('/assets/images/global/nav/products.gif');
	width: 138px;
}
#menuVideo {
	background-image: url('/assets/images/global/nav/video.gif');
	width: 84px;
}
#menuContact {
	background-image: url('/assets/images/global/nav/contact.gif');
	width: 60px;
}
#menuBlog {
	background-image: url('/assets/images/global/nav/blog.gif');
	width: 32px;
}
#menuClients {
	background-image: url('/assets/images/global/nav/clients.gif');
	width: 49px;
}

/***************** Basket Widget ******************/

#basketSummary {
	position: absolute;
	z-index: 9999;
	top: 8px;
	right: 0;
	padding: 4px 8px 4px 8px;
	margin: 0 16px;
	font-weight: bold;
}

/***************** Home ******************/

#homeWrap {
	
}

#homeFlashWrap {
	margin-bottom: 24px;
	width: 580px;
	float: left;
}

#homeRight {
	float: left;
	width: 370px;
	margin-left: 20px;
}

#homeRight img {
	margin-top: 4px;
	margin-bottom: 30px;
}

.homeText {
	margin-bottom: 18px;
	padding: 0 5px;
	color: #999999;
}

#awardWinningWrap {
	display: block;
	padding-left: 6px;
	margin-bottom: 16px;
}

/***************** About ******************/

#aboutWrap {
	text-align: left;
	/*width: 800px;
	margin-left: 90px;*/
	float: none;
}

#aboutWrap p, #videoWrap p {
	line-height: 20px;
}

#aboutWrap img, #videoWrap img {
	border: 3px solid #FFFFFF;
	margin-right: 26px;
}

/***************** Gallery ******************/

#galleryWrap {
	/*background-image: url('/assets/images/global/galleryBg.gif');
	background-repeat: no-repeat;
	background-position: 50% 10px;*/
	overflow: visible;
}

#mainGalleryWrap {
	width: 700px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: left;
	float: left;
}

#mainGalleryWrap div {
	float: left;
}

#galleryMainImg {
	/*margin-left: 14px;*/
}

#mainGalleryWrap img {
	border: 1px solid #FFFFFF;
	margin: 0px 14px 24px 10px;	
}

#galleryMainImg img {
	border: 1px solid #FFFFFF;
}

#mainGalleryWrap div.placeholder img {
	border: 1px solid #1C1C1C;
}

#galleryDescription {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	padding-left: 8px;
	width: 270px;
	float: left;
	margin-top: 10px;
	color: #999999;
}

#galleryDescription h3 {
	color: #CCCCCC;
}

#lightbox-addToBasket {
	position: fixed;
	z-index: 9999;
	top: 17px;
	left: 17px;
	text-align: left;
	margin: 0;
	display: none;
	padding: 4px 8px 4px 8px;
	
}

#noScriptDiv {
	position: absolute;
	z-index: 200;
	width: 240px;
	top: 17px;
	left: 17px;
	text-align: left;
	margin: 0;
	padding: 4px 8px 4px 8px;
	color: #666666;
}

#noScriptDiv span {
	color: #FF0000;
}

#basketItems {
	width: 600px;
	margin: 0 auto;
	/*border: 1px solid #FF0000;*/
}

.imgCol img {
	border: 2px solid #FFFFFF;	
}

.basketRow {
	display: inline-block;
	width: 100%;
	padding: 10px 4px;
	border-bottom: 1px solid #222222;
}

.basketCol {
	float: left;
	text-align: left;
}

.deleteCol, .subtotalCol, .quantityCol, .updateCol {
	float: right;
}

.imgCol {
	width: 115px;
}

.formatCol {
	width: 200px;
}

.quantityCol {
	width: 72px;
}

.subtotalCol {
	width: 80px;
}

.deleteCol {
	text-align: left;
	width: 34px;
}

.deleteCol input {
	margin-top: 5px;
}

.updateCol {
	width: 74px;
	text-align: right;
}

.cA {
	padding-top: 25px;
	font-size: 13px;
	line-height: 24px;
}

.submitRow {
	padding: 18px 0px 18px 0px;
	text-align: right;
}

.subtotalRow, .checkoutRow {
	padding-top: 26px;
	padding-left: 4px;
	display: inline-block;
	width: 100%;
}

.checkoutLeft {
	width: 300px;
	float: left;
	text-align: left;
}

.checkoutLinkRow {
	padding-top: 24px;
}

.checkoutRight {
	padding-top: 7px;
	text-align: right;
	float: right;
}

.detailsCol, .totalCol, .totalLabelCol {
	float: left;
	height: 28px;
}

.detailsCol {
	width: 270px;
	text-align: left;
	color: #666666;
}

.totalLabelCol, .totalCol {
	font-size: 13px;
}

.totalLabelCol {
	width: 104px;
	text-align: right;
	padding-right: 36px;
}

.checkoutRow {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 8px;
}

.checkoutCol {
	float: left;
}

#checkoutItems {
	width: 360px;
	margin: 0 auto;
}

.checkoutColLeft {
	width: 200px;
	text-align: left;
}

.checkoutColRight {
	
}

/***************** Contact ******************/

#contactWrap {
	width: 850px;
	margin: 0 auto;
}

#contactForm {
	width: 480px;
	text-align: left;
}

.contactRow {
	text-align: left;
	display: inline-block;
	padding: 0;
	margin-bottom: 6px;
}

#contactLeft, .contactLabel {
	float: left;
}

#contactLeft {
	width: 320px;
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
}

.contactField {
	float: right;
}

#contactRight {
	float: right;
	border-left: 1px solid #222222;
	padding-left: 24px;
	margin-top: 20px;
}

.quote {
	background-image: url('/assets/images/global/leftQuote.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
}

.quote div {
	background-image: url('/assets/images/global/rightQuote.gif');
	background-repeat: no-repeat;
	background-position: 100% 90%;
	display: inline-block;
	padding: 22px;
}

.quote div span {
	display: block;
	color: #999999;
	line-height: 18px;
}

.quote div span.mainQuote {
	font-size: 18px;
	font-style: italic;
	color: #CCCCCC;
}

.contactLabel {
	width: 110px;
	text-align: right;
	padding-right: 30px;
}

.contactField {
	text-align: left;
}

#contactWrap .mainText {
	margin-bottom: 10px;
}

.contactSubmitRow {
	text-align: right;
}

#contactLeft p {
	margin-bottom: 6px;
}

#contactLeft p img {
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.thanksText {
	margin-top: 30px;
}

.errorText {
	color: #cc2d2d;
	margin-bottom: 20px;
}

#productsWrap {
	display: inline-block;
	width: 100%;
}

.productRow {
	border-bottom: 1px solid #333333;
	padding-bottom: 16px;
	margin-top: 16px;
	display: inline-block;
}

.productLeft {
	float: left;
	margin-right: 16px;
	width: 520px;
}

.productRight {
	float: left;
	width: 416px;
}

.productRight ul {
	display: inline-block;
	margin-top: 20px;
}

.productRight ul li {
	float: left;
	margin-right: 8px;
}

.productRight ul li img {
	border: 1px solid #FFFFFF;
}

.productRight h3 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 12px;
}

.weddingPackage {
	width: 500px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #666666;
}

.pleaseContact {
	font-size: 16px;
	margin-bottom: 18px;
	margin-left: 80px;
	float: left;
	width: 300px;
	margin-top: 100px;
}

.pleaseContact p {
	line-height: 20px;
}


#weddingPackages {
	width: 540px;
	float: left;
}

#userLogged {
	position: absolute;
	top: 44px;
	right: 0;
	padding: 4px 8px 4px 8px;
	margin: 0 16px;
	font-weight: bold;
	color: #999999;
}

#userLogged a {
	color: #999999;
}

#clientGalleryTop {
	margin-left: 12px;
	margin-bottom: 20px;
	width: 600px;
}

