/*
Theme Name: Momento
Version: 1.0
Author: ProgressionStudios
Author URI: http://themeforest.net/user/ProgressionStudios?ref=ProgressionStudios
*/
@import url(css/reset.css);
@import url(css/standard.css);   /*   Main Styles */
@import url(css/navigation.css);  /*   Navigation Styles */
@import url(css/fancybox.css);  /*   LightBox Styles */
@import url(css/orbit-1.2.3.css);  /*   Simple Slider */


/*====================================================
Logo Size and File Location
====================================================*/
#header-nav #logo h1 a {
	width: 253px;
height: 165px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header-nav #tel h1 a {width:280px; height:64px; }

/*====================================================
Menu Background Color - Default: #252525
====================================================*/
#header-nav-container {
	background-color:#FFFFFF !important;
	/* [disabled]background-image: url(images/ustbg.jpg); */
	background-repeat: repeat-x;
	/* [disabled]padding-top: 15px; */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* [disabled]height: 125px; */
}


/*====================================================
Link and Button Color - Default: #b62c2c
====================================================*/
a.show-case-button {background-color:#b62c2c;} 
a {color:#b62c2c; text-decoration:none;}  


/*====================================================
Footer Background Color - Default: #5a5959
====================================================*/
#footer-container, body#footer-contact {
	background-color:#FFF;
	color: #000;
}
.grid3column h3 {
	color: #FFF;
	background-color: #F00;
}
