@charset "UTF-8";
/* CSS Document */

html{
	background-color:#666;
	margin-top:0px;
	margin-bottom:0px;
}
	
body{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;	
	font-family:Verdana, Geneva, sans-serif;
	color:#535454;
}
	
p{
	font-size:12px;
	margin-top:0;
	margin-right:0;
	margin-bottom:1em;
	margin-left:0;
}

p.v2{
	color:#fff;
}

a{
	color:#0685ba;
	font-size:12px;
	text-decoration:none;
}
	
a.v2{
	color:#fff;
}

img{
	border:0px;
}
	
/*----------------------------------------------------------*/
/*                      Top Container                       */
/*----------------------------------------------------------*/
	
#top_container{
	background-color:#FFF;
	width:900px;
	margin:auto;
	overflow:hidden;
}
	
#top_image{
	background:transparent url('images/top_image.jpg');
	width:900px;
	height:173px;
}

#top_bar2{
	background-color:#1A2973;
	width:900px;
	height:45px;
	float:left;
}

.top_bar2_narrow{
	width:25px;
	float:left;
	text-align:center;
	padding-top:14px;
}

.top_bar2_wide{
	width:193px;
	float:left;
	text-align:center;
	padding-top:14px;
}

/*----------------------------------------------------------*/
/*                      Home                                */
/*----------------------------------------------------------*/

#home_container{
	background-color:#FFF;
	width:900px;
	padding-top:40px;
	margin:auto;
	overflow:hidden;
}

#home_pic{
	background:transparent url('images/threereflect.jpg') no-repeat center;
	width:640px;
	height:410px;
	float:left;
}

#home_right_container{
	width:220px;
	height:410px;
	margin-right:40px;
	float:left;
}

#home_welcome{
	background:transparent url('images/welcome.gif') no-repeat;
	width:220px;
	height:43px;
	float:left;
}

#home_text{
	width:220px;
	height:220px;
	padding-top:30px;
	float:left;
}

#home_facebook{
	width:220px;
	height:117px;
	float:left;
}

.home_padding{
	width:900px;
	height:40px;
	float:left;
}

#home_bottom_left{
	width:380px;
	height:95px;
	text-align:right;
	margin:15px 0 0 30px;
	float:left;
}

#home_bottom_middle{
	width:245px;
	height:110px;
	text-align:center;
	float:left;
}

#home_bottom_right{
	width:245px;
	height:110px;
	text-align:center;
	float:left;
}

/*----------------------------------------------------------*/
/*                      Order                               */
/*----------------------------------------------------------*/

#order_container{
	background-color:#FFF;
	width:900px;
	margin:auto;
	overflow:hidden;
}

.order_header{
	background-color:#E2E2E2;
	width:885px;
	height:25px;
	padding:10px 0 0 15px;
	margin-top:40px;
	float:left;
}

#order_photo{
	width:900px;
	height:100px;
	text-align:center;
	padding-top:15px;
	float:left;
}

#order_video_left{
	width:280px;
	height:400px;
	padding:15px 0 0 30px;
	float:left;
}

#order_video_right{
	width:560px;
	height:inherit;
	padding:15px 30px 0 0;
	float:left;
}

#order_cart{
	width:250px;
	height:50px;
	padding-top:40px;
	float: left;
}

/*----------------------------------------------------------*/
/*                   Photo                                  */
/*----------------------------------------------------------*/

#photo_container{
	background-color:#FFF;
	width:900px;
	margin:auto;
	overflow:hidden;
}

#photo_left{
	width:300px;
	padding:0 20px 0 40px;
	margin-top:40px;
	float:left;
}

#photo_right{
	background:transparent url('images/photo_collage.jpg') center no-repeat;
	width:500px;
	height:450px;
	padding-right:40px;
	margin-top:80px;
	float:left;
}

/*----------------------------------------------------------*/
/*                   Video                                  */
/*----------------------------------------------------------*/

#video_container{
	background-color:#FFF;
	width:900px;
	margin:auto;
	overflow:hidden;
}

.video_left1{
	width:420px;
	height:345px;
	padding:40px 20px 0 20px;
	float:left;
}

.video_right1{
	width:420px;
	height:345px;
	padding:40px 20px 0 0;
	float:left;
}

.video_left2{
	width:420px;
	
	padding:0 20px 0 20px;
	float:left;
}

.video_right2{
	width:420px;
	
	padding:0 20px 0 0;
	float:left;
}

/*----------------------------------------------------------*/
/*                   Contact Us                             */
/*----------------------------------------------------------*/

.ui-widget { font-family: Verdana, Geneva, sans-serif; font-size: 12px; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Geneva, sans-serif; font-size: 12px; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff; color: #535454; }
.ui-widget-content a { color: #535454; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc; color: #535454; font-weight: bold; height: 18px; }
.ui-widget-header a { color: #535454; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

.ui-dialog { position: absolute; padding: .2em; width: 480px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative; height: 18px; }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }


/*----------------------------------------------------------*/
/*                   Thanks Container                       */
/*----------------------------------------------------------*/

#thanks_container{
	background-color:#FFF;
	width:820px;
	padding:40px;
	margin:auto;
	overflow:hidden;
}


/*----------------------------------------------------------*/
/*                   Bottom Container                       */
/*----------------------------------------------------------*/

#bottom_container{
	background-color:#FFF;
	width:900px;
	margin:auto;
	overflow:hidden;
}

#bottom_text{
	background-color:#1A2973;
	width:900px;
	height:60px;
	text-align:center;
	margin-top:30px;
	float:left;
}