/* CSS Document */

body
{ 
	background-color:#E5E5E5;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin-top:0px;
}

a	{text-decoration:none;}
 
a:link		 {color:#FF8328; font-family:Arial, Verdana, Helvetica, sans-serif;}
a:visited	 {color:#FF8328; font-family:Arial, Verdana, Helvetica, sans-serif;}
a:active	 {color:#FF8328; font-family:Arial, Verdana, Helvetica, sans-serif;}
a:hover		 {color:#333; font-family:Arial, Verdana, Helvetica, sans-serif; text-decoration:underline; }

a.footer:link    {font-size:1em; color:#777; }
a.footer:visited {font-size:1em; color:#777; }
a.footer:active	 {font-size:1em; color:#777; }
a.footer:hover	 {font-size:1em; color:#000; text-decoration:none; }

a.menu:link{color:#444; font-size:0.7em; font-weight:bold;}
a.menu:visited{color:#444; font-size:0.7em; font-weight:bold;}
a.menu:active{color:#444; font-size:0.7em; font-weight:bold;}
a.menu:hover{color:#FF8328; font-size:0.7em; font-weight:bold; text-decoration:none;}

h1
{
	color:#444;
	font-size:1em;
	font-weight:bold;
	text-align:left;
	padding: 20px 0px 0px 10px;
}

h2
{
	color:#FF8328;
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	padding: 20px 0px 0px 10px;
}

h3
{
	color:#444;
	font-size:0.8em;
	font-weight:bold;
	text-align:left;
	padding: 20px 0px 0px 10px;
}

p
{
	color:#444;
	font-size:0.8em;
	font-weight:normal;
	text-align:left;
	padding: 0px 20px 0px 10px;
}

img
{ 
 border:none;
 behavior: url(iepngfix.htc); 
}

hr
{
 color: #E5E5E5;
 background-color: #fff;
 height: 1px;
 margin-left:0px;
 margin-right:0px; 
}


.standard ul, li
  {
	margin-left: 0;
	padding-left: 0;
	} 

.standard li
  {
	margin-left: 0;
	padding-left: 0;
	font-size: 0.8em;
	text-align:left;
	}


	


/* ## Main IDs ####################################################################################################*/

#OuterContainer
{      
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;		
	/*background-color:#f330f0;*/
	text-align:center;
}

#InnerContainer
{      
	width:950px;
	margin:0px auto;
	/*background-color:#e6e000;*/
}

#Banner
{      
	width: 900px;
	height: 19px;
	margin-left:auto;
	margin-right:auto;	
	/*background-color:#ff000e;*/
  color:#7DD9F4;
  font-size:1.2em;
  font-weight:bold;
	text-align:right;	
}

#OuterBorder
{      
	width: 900px;
	margin-left:auto;
	margin-right:auto;	
	border:6px solid #fff;
}

#InnerBorder
{      
	width: 898px;
	margin-left:auto;
	margin-right:auto;	
	border:1px solid #E5E5E5;
	background-color:#fff;
}
	
	    #MenuDiv
      {      
      	width:898px;
				height:25px;
      	margin-left:auto;
      	margin-right:auto;	
      	background-color:#F4F4F4;
				text-align:left;
      }
      	
	    #Logo
      {      
      	width:898px;
				height:155px;
      	margin-left:auto;
      	margin-right:auto;	
      	background-color:#fff;
				border-top:1px solid #E5E5E5;
				border-bottom:1px solid #E5E5E5;
      }				
	
	    #Boxes
      {      
      	width:898px;
				height:170px;
      	margin-left:auto;
      	margin-right:auto;	
      	/*background-color:#ff0000;*/
				border-bottom:1px solid #E5E5E5;
      }			

							#BoxLeft
              {      
              	width:225px;
        				height:170px;
								border-right:1px solid #fff;
								border-bottom:1px solid #E5E5E5;									
								float:left;
              }			

							#BoxRight
              {      
              	width:672px;
        				height:170px;
              	/*background-color:#01B077;*/
								border-bottom:1px solid #E5E5E5;
								float:left;
              }		
							
	
							#Box1
              {      
              	width:224px;
        				height:170px;
              	/*background-color:#33B0D0;*/
								background: url(imagesNew/bgBlue.jpg);
								border-right:1px solid #fff;								
								float:left;
              }			

							#Box2
              {      
              	width:224px;
        				height:170px;
              	/*background-color:#01B077;*/
								background: url(imagesNew/bgPurple.jpg);
								border-right:1px solid #fff;
								float:left;
              }			
	
							#Box3
              {      
              	width:224px;
        				height:170px;
              	/*background-color:#C0459F;*/
								background: url(imagesNew/bgYellow.jpg);
								border-right:1px solid #fff;
								float:left;
              }	
								
							#Box4
              {      
              	width:223px;
        				height:170px;
              	/*background-color:#FFC501;*/
								background: url(imagesNew/bgGreen.jpg);
								float:left;
              }										

        							#BoxTop
                      {      
                      	width:100%;
                				height:30px;
                      	background-color:#333;
												filter:alpha(opacity=25);
												-moz-opacity:.25;
												opacity:.25;
												padding-top:10px;
												z-index:-1;	
                      }	

        							#BoxTop1
                      {      
                      	width:100%;
                				height:30px;
                      	background-color:#3392AA;
												padding-top:10px;
                      }

        							#BoxTop2
                      {      
                      	width:100%;
                				height:30px;
                      	background-color:#A4558F;
												padding-top:10px;
                      }
											
        							#BoxTop3
                      {      
                      	width:100%;
                				height:30px;
                      	background-color:#CDA10E;
												padding-top:10px;
                      }
											
        							#BoxTop4
                      {      
                      	width:100%;
                				height:30px;
                      	background-color:#0F9267;
												padding-top:10px;
                      }		
																																										        							
            							.BoxTitle
                          {      
    												position:relative;
														left:0px;
														top:0px;
														/*width:100%;
                						height:30px;*/
														color:#fff;
														font-size:0.9em;
														font-weight:bold;
														filter:alpha(opacity=100);
														-moz-opacity:1;
														opacity:1;
														z-index:1;														
                          }	
																							
        							#BoxMain
                      {      
                      	width:100%;
                      	/*background-color:#fff;
												border: 1px solid #fff;*/
												color:#fff;
                      	font-size:0.8em;
                      	font-weight:bold;
                      	text-align:left;
                      	padding: 10px;
											}									

        							#BoxBottom
                      {      
                      	width:224px;
                      	/*background-color:#333;*/
												text-align:right;
												padding:7px 5px 0px 0px;
                      }								

      #Content
      {      
      	width: 898px;
      	margin-left:auto;
      	margin-right:auto;	
      	/*background-color:#1063be;*/
      	overflow: hidden;
      }

              #ContentLeft
              {						
              	width:674px;   /*674px*/
          			background-color:#fff;
								border-right:1px solid #E5E5E5;
								float:left;
              }

                    #ContactLeft
                    {						
                    	width:250px;   /*674px*/
                			/*background-color:#fff000;*/
      								float:left;
                    }
                                  
                    #ContactRight
                    {
                    	width:410px;              	
                			/*background-color:#00ee00;*/
      								float:left;
                    }	
							
							              
              #ContentRight
              {
              	width:223px;              	
          			background-color:#F4F4F4;
								/*border-left:1px solid #000;  /*E5E5E5*/
								float:right;
              }	
	
                    #ContentRight p
                    {
                    	color:#444;
                    	font-size:0.7em;
                    	font-weight:normal;
                    	text-align:left;
                    	padding: 0px 0px 0px 10px;
                    }
							
      #ContentLeft, #ContentRight
    	{
    	padding-bottom: 32767px;
    	margin-bottom: -32767px;
    	}
			
	    #Footer
      {      
      	width:898px;
				height:10px;
      	background-color:#7DD9F4;
				border-top:1px solid #E5E5E5;
      }			


      #Base
      {      
      	width: 900px;
      	height: 19px;
      	margin-left:auto;
      	margin-right:auto;	
				padding-top:5px;
				/*background-color:#00ee00;*/
        color:#777;
        font-size:0.8em;
        font-weight:normal;
      }
		
            #BaseLeft
            {      
            	width: 500px;
            	height: 19px;
            	/*background-color:#00ee00;*/
							text-align:left;							
							float:left;
            }

            #BaseRight
            {      
            	width: 250px;
            	height: 19px;
            	/*background-color:#0000ff;*/
							text-align:right;
							float:right;
            }						
					
/* ### general classes #########################################################################################*/		

.standard
{	
  font-size:1em;	
  color:#333;
  text-align:left;
}

.copyright
{
	float:left;
}

.whitedoor
{
	float:right;
}


/* ### form elements ############################################################################################### */

label
{
color:#000;
font-size:0.8em;
font-weight:normal;
margin:0;
width: 100px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}


.subButton
{
width: 80px;
height: 22px;
color: #000;
background: #fff;
border: 2px outset #ddd
} 

input 
{
	width: 250px;
	height: 16px;
	float: left;
	margin-bottom: 6px;
	color: #000;
  background: #fff;
  border: 1px solid #ccc;
}


textarea 
{
	/*display: block;*/
	width: 250px;
	height: 60px;
	float: left;
	margin-bottom: 6px;
	color: #000;
  background: #fff;
  border: 1px solid #ccc;	
}

	
br 
{
	clear: left;
}	
	



#h-contain 
  {
	padding: 3px;
	margin-bottom: 25px;
	/*background: #C49D1A;*/	
	}



#h-contain ul 
  {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#h-contain ul li 
  {
	margin-left: 0;
	padding: 3px 15px;
	list-style: none;
	display: inline;
	/*background: #ff0000;*/
	}
	
	
/* ### myfotogifts classes #########################################################################################*/		

.mf
{	
  font-size:1em;	
  color:#737375;
  text-align:left;
	margin-left:40px;
}

.mfTitle
{	
  font-size:1.1em;	
  color:#737375;
  text-align:center;
	margin-left:10px;
}

a.mflink:link		 {color:#F30294; }
a.mflink:visited {color:#F30294; }
a.mflink:active	 {color:#F30294; }
a.mflink:hover	 {color:#B5D06A;  text-decoration:none; }

